knelli2 / BabyGRChombo

A spherically symmetric BSSN code used for teaching NR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A spherically symmetric BSSN code used for teaching NR

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 66.1%Language:Python 33.9%