MoleCool.tools.dict2DF#
This module contains several functions as tools for converting the .json files
with all the specific constants of a certain atom, molecule into pandas.DataFrames.
These DataFrames will be imported in the class Levelsystem
where one can have a look in a nice representation and also further
customize them in a simple way.
So, to nicely print all properties and constants for e.g. 138BaF try:
levels = Levelsystem(load_constants='138BaF')
levels.add_all_levels(0)
levels.print_properties()
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|