tardis.plasma.equilibrium.level_populations module¶
- class tardis.plasma.equilibrium.level_populations.LevelPopulationSolver(rates_matrices: DataFrame, levels: DataFrame)[source]¶
 Bases:
objectSolve the normalized level population values from the rate matrices.
- Parameters:
 - rates_matricespd.DataFrame
 DataFrame of rate matrices indexed by atomic number and ion number, with each column being a cell.
- levelspd.DataFrame
 DataFrame of energy levels.