reaclib_example.py File Reference

Go to the source code of this file.

Namespaces

 bin.reaclib_example
 

Variables

string bin.reaclib_example.reaclib_file_path = " INSERT REACLIB FILE PATH "
 INITIALIZING #. More...
 
string bin.reaclib_example.reaclib_file_update_path = " INSERT MORE RECENT REACLIB FILE PATH "
 UPDATE AND ANALYSIS #. More...
 
 bin.reaclib_example.r_testclass = reaclib(reaclib_file_path)
 
list bin.reaclib_example.reactants = ['he4','c12']
 TESTS #. More...
 
list bin.reaclib_example.products = ['o16']
 
 bin.reaclib_example.figure = r_testclass.plot_rate(reactants,products)
 
 bin.reaclib_example.ax = figure.gca()
 
 bin.reaclib_example.ignore_label
 
 bin.reaclib_example.n_gamma = r_testclass.get_dataframe(reaction_type='n-gamma')
 
 bin.reaclib_example.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)