/dedalus_field

Using Dedalus to Solve Field Equations

Primary LanguageJupyter Notebook

Solving field equations with Dedalus

Install Dedalus from the github repo.

  • Clone the repository from github
git clone https://github.com/DedalusProject/dedalus.git
git checkout d3
  • Create the virtual environment with python 3.8 version.
conda create -n dedalus python=3.8
conda activate dedalus
  • Check the pip and python are actually calling the correct path.

  • Go to the cloned repo and

pip install -e .
  • Check the gpg2 key