DYNAMITE
December 17, 2025 ยท View on GitHub
DYnamics, Age and Metallicity Indicators Tracing Evolution.
A package for Schwarzschild- and stellar-population modelling of stellar systems.
Installation
See the documentation for full instructions. An overview is:
- Install the Galahad optimization library
./install_galahadin the directorylegacy_fortran/galahad-2.3/
- Compile the Fortran programs
make allin the directorylegacy_fortran/
- Install DYNAMITE Python package
python -m pip install .in the root directory (note the dot at the end of the line)
Usage
import dynamite as dyn
c = dyn.config_reader.Configuration('my_config.yaml') # read configuration
_ = dyn.model_iterator.ModelIterator(c) # populate the all_models.ecsv table