bin.reaclib_example Namespace Reference

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)
 

Variable Documentation

◆ ax

bin.reaclib_example.ax = figure.gca()

Definition at line 55 of file reaclib_example.py.

◆ crit_low_temp_dataframe

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.

◆ dataframe

bin.reaclib_example.dataframe

Definition at line 91 of file reaclib_example.py.

◆ figure

bin.reaclib_example.figure = r_testclass.plot_rate(reactants,products)

Definition at line 52 of file reaclib_example.py.

◆ ignore_label

bin.reaclib_example.ignore_label

Definition at line 79 of file reaclib_example.py.

◆ n_gamma

bin.reaclib_example.n_gamma = r_testclass.get_dataframe(reaction_type='n-gamma')

Definition at line 85 of file reaclib_example.py.

◆ products

list bin.reaclib_example.products = ['o16']

Definition at line 49 of file reaclib_example.py.

◆ r_testclass

bin.reaclib_example.r_testclass = reaclib(reaclib_file_path)

Definition at line 22 of file reaclib_example.py.

◆ reaclib_file_path

string bin.reaclib_example.reaclib_file_path = " INSERT REACLIB FILE PATH "

INITIALIZING #.

Definition at line 19 of file reaclib_example.py.

◆ reaclib_file_update_path

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.

◆ reactants

list bin.reaclib_example.reactants = ['he4','c12']

TESTS #.

PLOTTING #

Definition at line 48 of file reaclib_example.py.