First release: v1.0.0-beta
MESA-controller
First release: v1.0.0-beta
A Python controller module for MESA (Modules for Experiments in Stellar Astrophysics). Create, modify and run MESA projects using python. Or even install MESA on Linux and macOS from scratch!
This release of MESA-controller supports:
- Ability to Install MESA on Linux and macOS.
- Project (MESA 'work' directory) creation and management.
- Loading of custom inlist_pgstar and inlist_pgstar from a given file-path.
- Manipulation of parameters in inlist files.
- Ability to run GYRE stellar oscillation code
Installation
-
From git:
pip install git+https://github.com/gautam-404/MESA-controller.git
-
From .zip archive:
unzip MESA-controller.zip -d MESA-controller cd MESA-controller pip install .
-
From .tar.gz archive:
tar xf MESA-controller.tar.gz cd MESA-controller pip install .