Name | fast-pt JSON |
Version |
4.0.0
JSON |
| download |
home_page | None |
Summary | FAST-PT is a code to calculate quantities in cosmological perturbation theory at 1-loop (including, e.g., corrections to the matter power spectrum). |
upload_time | 2025-07-10 18:44:29 |
maintainer | None |
docs_url | None |
author | Joseph E. McEwen, Xiao Fang, Jonathan Blazek, Vincent Schacknies |
requires_python | >=3.7 |
license | MIT License
Copyright (c) 2018, the FAST-PT developers (https://github.com/JoeMcEwen/FAST-PT/graphs/contributors).
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. |
keywords |
fastpt
fast-pt
perturbation-theory
|
VCS |
 |
bugtrack_url |
|
requirements |
numpy
scipy
matplotlib
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# FAST-PT
[](https://fast-pt.readthedocs.io/en/latest/?badge=latest)
[](https://arxiv.org/abs/1603.04826)
[](https://arxiv.org/abs/1609.05978)
[](https://arxiv.org/abs/1708.09247)
[](https://opensource.org/licenses/MIT)
FAST-PT is a code to calculate quantities in cosmological perturbation theory
at 1-loop (including, e.g., corrections to the matter power spectrum). The code
utilizes Fourier methods combined with analytic expressions to reduce the
computation time to scale as N log N, where N is the number of grid points in
the input linear power spectrum.
NOTE: v3.1.0 and earlier require numpy version < 1.24. This is fixed in v3.1.1 and later, which is available on pip and conda.
Easy installation with pip:
* `pip install fast-pt`
* Note: use `--no-deps` if you use a conda python distribution, or just use conda installation
Easy installation with conda:
* `conda install fast-pt`
Full installation with examples:
* Make sure you have current version of numpy, scipy, and matplotlib
* download the latest FAST-PT release (or clone the repo)
* install the repo: `python -m pip install .`
* run the most recent example: `cd examples && python3 hello_fastpt.py`
* hopefully you get a plot!
* for a more in-depth example of new features: `cd examples && python3 v4_example.py`
* for older examples see the 'examples' folder
Our papers (JCAP 2016, 9, 15; arXiv:1603.04826) and (JCAP 2017, 2, 30; arXiv:1609.05978)
describe the FAST-PT algorithm and implementation. Please cite these papers
when using FAST-PT in your research. For the intrinsic alignment
implementation, cite PRD 100, 103506 (arXiv:1708.09247).
FAST-PT is under continued development and should be considered research in
progress. FAST-PT is open source and distributed with the
[MIT license](https://opensource.org/licenses/mit). If you have comments,
questions, or feedback, please file an [issue](https://github.com/jablazek/FAST-PT/issues).
Raw data
{
"_id": null,
"home_page": null,
"name": "fast-pt",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "FASTPT, FAST-PT, Perturbation-Theory",
"author": "Joseph E. McEwen, Xiao Fang, Jonathan Blazek, Vincent Schacknies",
"author_email": "blazek@berkeley.edu, vincent.schacknies@icloud.com",
"download_url": "https://files.pythonhosted.org/packages/ed/da/1ac74db4cca1193e0ec74207748b9a7209807ad7234253569e1799e38ed8/fast_pt-4.0.0.tar.gz",
"platform": null,
"description": "# FAST-PT\n\n[](https://fast-pt.readthedocs.io/en/latest/?badge=latest)\n[](https://arxiv.org/abs/1603.04826)\n[](https://arxiv.org/abs/1609.05978)\n[](https://arxiv.org/abs/1708.09247)\n[](https://opensource.org/licenses/MIT)\n\nFAST-PT is a code to calculate quantities in cosmological perturbation theory\nat 1-loop (including, e.g., corrections to the matter power spectrum). The code\nutilizes Fourier methods combined with analytic expressions to reduce the\ncomputation time to scale as N log N, where N is the number of grid points in\nthe input linear power spectrum.\n\nNOTE: v3.1.0 and earlier require numpy version < 1.24. This is fixed in v3.1.1 and later, which is available on pip and conda.\n\nEasy installation with pip:\n\n* `pip install fast-pt`\n* Note: use `--no-deps` if you use a conda python distribution, or just use conda installation\n\nEasy installation with conda:\n\n* `conda install fast-pt`\n\nFull installation with examples:\n\n* Make sure you have current version of numpy, scipy, and matplotlib\n* download the latest FAST-PT release (or clone the repo)\n* install the repo: `python -m pip install .`\n* run the most recent example: `cd examples && python3 hello_fastpt.py`\n* hopefully you get a plot!\n* for a more in-depth example of new features: `cd examples && python3 v4_example.py`\n* for older examples see the 'examples' folder\n\nOur papers (JCAP 2016, 9, 15; arXiv:1603.04826) and (JCAP 2017, 2, 30; arXiv:1609.05978)\ndescribe the FAST-PT algorithm and implementation. Please cite these papers\nwhen using FAST-PT in your research. For the intrinsic alignment\nimplementation, cite PRD 100, 103506 (arXiv:1708.09247).\n\nFAST-PT is under continued development and should be considered research in\nprogress. FAST-PT is open source and distributed with the\n[MIT license](https://opensource.org/licenses/mit). If you have comments,\nquestions, or feedback, please file an [issue](https://github.com/jablazek/FAST-PT/issues).\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2018, the FAST-PT developers (https://github.com/JoeMcEwen/FAST-PT/graphs/contributors).\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.",
"summary": "FAST-PT is a code to calculate quantities in cosmological perturbation theory at 1-loop (including, e.g., corrections to the matter power spectrum).",
"version": "4.0.0",
"project_urls": {
"homepage": "https://github.com/jablazek/FAST-PT"
},
"split_keywords": [
"fastpt",
" fast-pt",
" perturbation-theory"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "10e19f7c5feacd4200cbb61726bdae6ccf58f354448a26f8cabaf313fb49dfba",
"md5": "1fac6ce864f9b8b5bebd55e395771c05",
"sha256": "ae9c4e7d2246721be68e669043ac62c5644faef27b93b589ff3714c676135f8e"
},
"downloads": -1,
"filename": "fast_pt-4.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1fac6ce864f9b8b5bebd55e395771c05",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 68086,
"upload_time": "2025-07-10T18:44:28",
"upload_time_iso_8601": "2025-07-10T18:44:28.051038Z",
"url": "https://files.pythonhosted.org/packages/10/e1/9f7c5feacd4200cbb61726bdae6ccf58f354448a26f8cabaf313fb49dfba/fast_pt-4.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "edda1ac74db4cca1193e0ec74207748b9a7209807ad7234253569e1799e38ed8",
"md5": "7ca3db23505506d1752c1188d0c51c34",
"sha256": "070e9de13635711930f4ad19181f96c2dd3a85989c7a277b4b1e4c909ee817c5"
},
"downloads": -1,
"filename": "fast_pt-4.0.0.tar.gz",
"has_sig": false,
"md5_digest": "7ca3db23505506d1752c1188d0c51c34",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 77292,
"upload_time": "2025-07-10T18:44:29",
"upload_time_iso_8601": "2025-07-10T18:44:29.982341Z",
"url": "https://files.pythonhosted.org/packages/ed/da/1ac74db4cca1193e0ec74207748b9a7209807ad7234253569e1799e38ed8/fast_pt-4.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-10 18:44:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jablazek",
"github_project": "FAST-PT",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": [
[
">=",
"1.17"
]
]
},
{
"name": "scipy",
"specs": [
[
">=",
"1.2"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.0"
]
]
}
],
"lcname": "fast-pt"
}