-
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
1 parent
ad7d5fa
commit e85439b
Showing
12 changed files
with
71 additions
and
465 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 Quan-feng WU <[email protected]> and Xun-Jie Xu <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,30 @@ | ||
# Solar Axion Primakoff Production Flux | ||
|
||
The codes for calculating the solar axion Primakoff production flux. | ||
|
||
## Usages | ||
|
||
The `Python` module is provided in the directory of `./SolarAxionPrimakoffFlux`. | ||
Please refer to the `main.ipynb` and the paper of [arXiv:2402.16083](https://arxiv.org/abs/2402.16083) for the usages in details. | ||
|
||
## Citation | ||
|
||
If you use the codes in your research, please cite [arXiv:2402.16083](https://arxiv.org/abs/2402.16083) via (copied from [Inspire HEP](https://inspirehep.net/literature/2761730)) | ||
```bibtex | ||
@article{Wu:2024fsf, | ||
author = "Wu, Quan-feng and Xu, Xun-Jie", | ||
title = "{A comprehensive calculation of the Primakoff process and the solar axion flux}", | ||
eprint = "2402.16083", | ||
archivePrefix = "arXiv", | ||
primaryClass = "hep-ph", | ||
month = "2", | ||
year = "2024" | ||
} | ||
``` | ||
|
||
## License | ||
|
||
Copyright (c) 2024 Quan-feng WU <[email protected]> and Xun-Jie Xu <[email protected]> | ||
|
||
Released under the MIT License. | ||
https://opensource.org/licenses/MIT |
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,3 +1,8 @@ | ||
# Copyright (c) 2024 Quan-feng WU <[email protected]> and Xun-Jie Xu <[email protected]> | ||
# | ||
# This software is released under the MIT License. | ||
# https://opensource.org/licenses/MIT | ||
|
||
from numpy import clip, exp, log, sqrt | ||
from numpy import pi as π | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
legacy/PrimakoffProduction/StandardQFT/FromMasslessPhoton.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.