Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 574 Bytes

File metadata and controls

22 lines (15 loc) · 574 Bytes

Spectral Instability of Plasma Flow In Magnetic Nozzle

Please read my master thesis

Install Dependencies

  1. Python3
  2. Install dependencies using pip
pip install numpy scipy matplotlib tqdm jupyter

Get Started

  1. Run experiments using the following command.
python run_experiments.py
  • data directory will be automatically created and used to store data.
  1. Plot the figures in plotting.ipynb. Simply do run all cells in the notebook.