Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] start of a new net that does (nn,g) approx in the iron-group #1662

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
148 changes: 148 additions & 0 deletions networks/He-C-Fe-group-simple/56co-56fe_electroncapture.dat

Large diffs are not rendered by default.

148 changes: 148 additions & 0 deletions networks/He-C-Fe-group-simple/56co-56ni_betadecay.dat

Large diffs are not rendered by default.

148 changes: 148 additions & 0 deletions networks/He-C-Fe-group-simple/56fe-56co_betadecay.dat

Large diffs are not rendered by default.

148 changes: 148 additions & 0 deletions networks/He-C-Fe-group-simple/56ni-56co_electroncapture.dat

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions networks/He-C-Fe-group-simple/Make.package
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
CEXE_headers += network_properties.H

ifeq ($(USE_REACT),TRUE)
CEXE_sources += actual_network_data.cpp
CEXE_headers += actual_network.H
CEXE_headers += tfactors.H
CEXE_headers += partition_functions.H
CEXE_sources += partition_functions_data.cpp
CEXE_headers += actual_rhs.H
CEXE_headers += reaclib_rates.H
CEXE_headers += table_rates.H
CEXE_sources += table_rates_data.cpp
USE_SCREENING = TRUE
USE_NEUTRINOS = TRUE
endif
2 changes: 2 additions & 0 deletions networks/He-C-Fe-group-simple/_parameters
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@namespace: network

Loading
Loading