This is a collection of various spectral methods for numerical appraches.
-
Available Methods:
-
Chebyshev
-
Fourier
-
Sphercical Harmonics
-
Spin weighted spherical harmonics
-
Please cite the latest version of this code if used in your work. This code was developed for use in the following works:
- News from Horizons in Binary Black Hole Mergers
- Tidal deformation of dynamical horizons in binary black hole mergers
We request you to also cite these. Thanks!
This module has the following dependencies:
- Standard packages (come with full anaconda installation)
- Optional dependencies (labelled [EXT])
- For use with PyCBC data analysis packages.
gmpy2
I recommend installing this module through pypi:
pip install spectral
Manual install directly from the git repo:
pip install git+https://github.com/vaishakp/spectral@main
Or from a clone:
- First, clone this repository:
git clone https://github.com/vaishakp/spectral.git
- Second, run python setup from the
spectral
directory:
cd spectral
python setup.py install --prefix="<path to your preferred installation dir>"
- To create an environment with automatic dependency resolution and activate it, run
conda create env -f docs/environment.yml
conda activate wftools
# Documentation
The documentation for this module is available at [Link to the Documentation](https://spectral.readthedocs.io/en/latest/). This was built automatically using Read the Docs.
In some case where the repo has run out of github CI minutes, the documentation is not automatically built. In such cases, we request the user to access the documentation through the `index.html` file in `docs` directory.
# Bug tracker
If you run into any issues while using this package, please report the issue on the [issue tracker](https://github.com/vaishakp/spectral/-/issues).
# Acknowledgements
This project has been hosted, as you can see, on github. Several github tools are used in the deployment of the code, its testing, version control.
The work of this was developed in aiding my PhD work at Inter-University Centre for Astronomy and Astrophysics (IUCAA, Pune, India)](https://www.iucaa.in/). The PhD is in part supported by the [Shyama Prasad Nukherjee Fellowship](https://csirhrdg.res.in/Home/Index/1/Default/2006/59) awarded to me by the [Council of Scientific and Industrial Research (CSIR, India)](https://csirhrdg.res.in/). Resources of the [Inter-University Centre for Astronomy and Astrophysics (IUCAA, Pune, India)](https://www.iucaa.in/) were are used in part.