No project description provided
Project description
Toolscosmo
A Python package for cosmological calculations required to study large-scale structures. Full documentation (with examples, installation instructions and complete module description) can be found at readthedocs.
Note: Some modules in the package are still under active development. Please contact the authors if you encounter any issues.
Package details
The package provides tools to model standard cosmology and its extensions. Currently, Toolscosmo
supports the following calculations:
-
Cosmological calculators: Various functions for cosmological calculations and conversions.
-
Matter power spectrum:
- Interface with Boltzmann solvers (e.g., CLASS and CAMB) to simulate the linear power spectrum.
- Model the non-linear power spectrum using the halo model.
-
Emulators: Machine learning-based models for:
- Fast simulation of the linear power spectrum.
-
Halo mass function: Probability distribution function of dark matter halo masses.
For detailed documentation and usage instructions, see the contents page.
Under Development
- Dark matter merger trees: Analytical merger trees using the extended Press-Schechter formalism.
INSTALLATION
To install the package from source, one should clone this package running the following::
git clone https://github.com/sambit-giri/toolscosmo.git
To install the package in the standard location, run the following in the root directory::
python setup.py install
In order to install it in a separate directory::
python setup.py install --home=directory
One can also install the latest version using pip by running the following command::
pip install git+https://github.com/sambit-giri/toolscosmo.git
The dependencies should be installed automatically during the installation process. The list of required packages can be found in the requirements.txt file present in the root directory.
Tests
For testing, one can use pytest. To run all the test script, run the either of the following::
python -m pytest tests
CONTRIBUTING
If you find any bugs or unexpected behavior in the code, please feel free to open a Github issue. The issue page is also good if you seek help or have suggestions for us. For more details, please see here.
CREDIT
This package uses the template provided at https://github.com/sambit-giri/SimplePythonPackageTemplate/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file toolscosmo-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: toolscosmo-0.1.0-py3-none-any.whl
- Upload date:
- Size: 713.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b157c0ba35bfef23775bc66d2c6a5e25b5f26618ed009bc4f655ceb1fdac5fbf |
|
MD5 | 486cc9e46200d2d282f1c5927ee83175 |
|
BLAKE2b-256 | c05d01d609e1c3d597d2f8c2694cdcd78bde0b70707ff511b2ced96daaaace32 |