Skip to content

Commit f7f114f

Browse files
committed
add the network
1 parent 31ff34e commit f7f114f

20 files changed

+13132
-46
lines changed

networks/He-C-Fe-group-simple/56co-56fe_electroncapture.dat

+148
Large diffs are not rendered by default.

networks/He-C-Fe-group-simple/56co-56ni_betadecay.dat

+148
Large diffs are not rendered by default.

networks/He-C-Fe-group-simple/56fe-56co_betadecay.dat

+148
Large diffs are not rendered by default.

networks/He-C-Fe-group-simple/56ni-56co_electroncapture.dat

+148
Large diffs are not rendered by default.
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
CEXE_headers += network_properties.H
2+
3+
ifeq ($(USE_REACT),TRUE)
4+
CEXE_sources += actual_network_data.cpp
5+
CEXE_headers += actual_network.H
6+
CEXE_headers += tfactors.H
7+
CEXE_headers += partition_functions.H
8+
CEXE_headers += actual_rhs.H
9+
CEXE_headers += reaclib_rates.H
10+
CEXE_headers += table_rates.H
11+
CEXE_sources += table_rates_data.cpp
12+
USE_SCREENING = TRUE
13+
USE_NEUTRINOS = TRUE
14+
endif
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@namespace: network
2+

0 commit comments

Comments
 (0)