![]() |
Variables | |
string | reaclib_file_path = " INSERT REACLIB FILE PATH " |
INITIALIZING #. More... | |
string | reaclib_file_update_path = " INSERT MORE RECENT REACLIB FILE PATH " |
UPDATE AND ANALYSIS #. More... | |
r_testclass = reaclib(reaclib_file_path) | |
list | reactants = ['he4','c12'] |
TESTS #. More... | |
list | products = ['o16'] |
figure = r_testclass.plot_rate(reactants,products) | |
ax = figure.gca() | |
ignore_label | |
n_gamma = r_testclass.get_dataframe(reaction_type='n-gamma') | |
dataframe | |
crit_low_temp_dataframe = r_testclass.get_critical_low_temperature_rates(min_temperature=1e-3,amount_points=20,max_rate=1.e100) | |
bin.reaclib_example.ax = figure.gca() |
Definition at line 55 of file reaclib_example.py.
bin.reaclib_example.crit_low_temp_dataframe = r_testclass.get_critical_low_temperature_rates(min_temperature=1e-3,amount_points=20,max_rate=1.e100) |
Definition at line 97 of file reaclib_example.py.
bin.reaclib_example.dataframe |
Definition at line 91 of file reaclib_example.py.
Definition at line 52 of file reaclib_example.py.
bin.reaclib_example.ignore_label |
Definition at line 79 of file reaclib_example.py.
bin.reaclib_example.n_gamma = r_testclass.get_dataframe(reaction_type='n-gamma') |
Definition at line 85 of file reaclib_example.py.
list bin.reaclib_example.products = ['o16'] |
Definition at line 49 of file reaclib_example.py.
bin.reaclib_example.r_testclass = reaclib(reaclib_file_path) |
Definition at line 22 of file reaclib_example.py.
string bin.reaclib_example.reaclib_file_path = " INSERT REACLIB FILE PATH " |
INITIALIZING #.
Definition at line 19 of file reaclib_example.py.
bin.reaclib_example.reaclib_file_update_path = " INSERT MORE RECENT REACLIB FILE PATH " |
UPDATE AND ANALYSIS #.
Definition at line 20 of file reaclib_example.py.
list bin.reaclib_example.reactants = ['he4','c12'] |