/BabyGRChombo

A spherically symmetric BSSN code used for teaching NR

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

BabyGRChombo

A spherically symmetric BSSN code used for teaching NR - FIXME!

Installation

  1. Fork and clone this repository.

  2. Create a Python environment, e.g. in ./env:

    python3 -m venv ./env
  3. Install the Python requirements:

    # Activate the Python environment
    . ./env/bin/activate
    # Install the requirements
    pip install -r ./requirements.txt
  4. Run the Jupyter notebook:

    jupyter lab BabyGRChombo.ipynb