Skip to content

Commit

Permalink
add readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenyutanchan committed Mar 19, 2024
1 parent ad7d5fa commit e85439b
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 465 deletions.
21 changes: 21 additions & 0 deletions LICENSE
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.
30 changes: 30 additions & 0 deletions README.md
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
5 changes: 5 additions & 0 deletions SolarAxionPrimakoffFlux/Primakoff.py
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 π

Expand Down
195 changes: 0 additions & 195 deletions legacy/PrimakoffProduction/Kinematics.py

This file was deleted.

43 changes: 0 additions & 43 deletions legacy/PrimakoffProduction/Raffelt1986.py

This file was deleted.

77 changes: 0 additions & 77 deletions legacy/PrimakoffProduction/StandardQFT/FromMasslessPhoton.py

This file was deleted.

8 changes: 0 additions & 8 deletions legacy/PrimakoffProduction/StandardQFT/__init__.py

This file was deleted.

8 changes: 0 additions & 8 deletions legacy/PrimakoffProduction/__init__.py

This file was deleted.

Loading

0 comments on commit e85439b

Please sign in to comment.