mahdikooshkbaghi / dedalus_field

Using Dedalus to Solve Field Equations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Using Dedalus to Solve Field Equations


Languages

Language:Jupyter Notebook 98.1%Language:Python 1.9%