Python package for calculating the galaxy/halo/dark matter power spectrum and bispectrum.
required packages:
- numpy
- scipy
- astropy
- matplotlib
- f2py
Also requires FFTW3
. You can also
install FFTW3
using homebrew.
To install the package, clone the github repo and run setpy.py
git clone https://github.com/changhoonhahn/pySpectrum.git
cd pySpectrum
python setup.py install
- power spectrum quadrupole for periodic box
If you have any questions or need help using the package, feel free to contact me at [email protected]