Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 616 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 616 Bytes

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