GWBird is a Python package that computes the response and sensitivity of a network of detectors to a stochastic gravitational wave background.
You can install GWBird automatically using the provided setup script.
This is the easiest and cleanest way to install everything in a dedicated conda environment.
-
Clone the repository:
git clone https://github.com/ilariacaporali/GWBird cd GWBird -
Inside the repository, run the setup script:
bash setup_env.sh
-
When the installation completes, activate the environment:
conda activate gwbird_env
You're now ready to use GWBird in Python:
import gwbirdIf you use this code in your research, we kindly ask you to cite the paper: https://arxiv.org/abs/2507.15791
For issues or questions, please open an issue on the GitHub repository or contact: 📧 [email protected]
