-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'nse_neutrinos' into nse_second_order_refactor
- Loading branch information
Showing
19 changed files
with
8,253 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
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_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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# subch_base | ||
|
||
This network is a further simplification of subch_simple by | ||
excluding N14, F18, Ne21, and Na22. | ||
These nuclei were added to include n14(a, g)f18(a, p)ne21 rate sequence, | ||
which allows an enhancement to the c12(p, g)n13(a, p)o16 rate due to the | ||
proton release. However, we find that the effect is not very significant, | ||
and they also caused an artificial endpoint at Na22. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@namespace: network | ||
|
||
disable_p_C12_to_N13 int 0 | ||
disable_He4_N13_to_p_O16 int 0 |
Oops, something went wrong.