Commit 9ed3eef 1 parent 36c02da commit 9ed3eef Copy full SHA for 9ed3eef
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import pynucastro as pyna
2
- from pynucastro .networks import AmrexAstroCxxNetwork
3
2
4
3
import he_burn_core
5
4
@@ -31,6 +30,7 @@ def doit():
31
30
32
31
print (f"number of nuclei = { len (net .unique_nuclei )} " )
33
32
print (f"number of ReacLib rates = { len (net .reaclib_rates )} " )
33
+ print (f"number of derived rates = { len (net .derived_rates )} " )
34
34
print (f"number of tabular rates = { len (net .tabular_rates )} " )
35
35
36
36
# let's make a figure
Original file line number Diff line number Diff line change 1
1
import pynucastro as pyna
2
- from pynucastro .networks import AmrexAstroCxxNetwork
3
2
4
3
import he_burn_core
5
4
@@ -25,6 +24,7 @@ def doit():
25
24
26
25
print (f"number of nuclei = { len (net .unique_nuclei )} " )
27
26
print (f"number of ReacLib rates = { len (net .reaclib_rates )} " )
27
+ print (f"number of derived rates = { len (net .derived_rates )} " )
28
28
print (f"number of tabular rates = { len (net .tabular_rates )} " )
29
29
30
30
# let's make a figure
You can’t perform that action at this time.
0 commit comments