shnitsel.analyze.populations¶
Attributes¶
Functions¶
|
Function to calculate classical state populations from the active state information in astate of the dataset `frames. |
Module Contents¶
- calc_classical_populations(frames)¶
Function to calculate classical state populations from the active state information in astate of the dataset `frames.
Does not use the partial QM coefficients of the states.
- Parameters:
frames (Frames) – The dataset holding the active state information in a variable astate.
- Returns:
The array holding the ratio of trajectories in each respective state.
- Return type:
xr.DataArray
- calc_pops¶