-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Taygun Bulmus
committed
Oct 23, 2022
1 parent
4fc2a02
commit 4d39b62
Showing
19 changed files
with
798 additions
and
196 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# Python Caches | ||
*.pyc | ||
*__pycache__*/ | ||
|
||
# Folders to ignore | ||
backgroundProfiles/ | ||
tmp/ | ||
results/ | ||
parameters/old | ||
snSimulations/ |
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,13 @@ | ||
# v1.1 | ||
- Updated gitignore. | ||
- Converted `plotgraphsScript.sh` to python script (`plotGraphsAfterSimulation.py`). Remove `plotgraphsScript.sh`. | ||
- Added scripts; | ||
1. SN post baryon density generator script from preSN file with added shockwave (`create_SN_tXsdat.py`). | ||
2. Run script for random `ri_km` and `magneticField_polynomialDecayDistance` (`run_random_ri_magPolDecDist.py`). | ||
- Added `holdIntermediateData` option to technical parameters `technicalParameters.dat`. | ||
- Added new functions without holding intermediate data `RHS.py`. | ||
- Adopted `diffSolvers.py` for new `holdIntermediateData` variable. | ||
- Fixed in matter hamiltonian (wrong assignment of Ye and nb when reading data from a file.) | ||
- Minor changes in `plotgraphs.py`. | ||
- Add function to copy background profile to results folder (`writeFiles.py`, `collnuPy.py`). | ||
- Change all "STATUS" strings/variables to "INFO" in all code. |
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
Oops, something went wrong.