Skip to content

Releases: PlasmaHua/PyMHD

PyMHD v0.1.1-alpha

PyMHD v0.1.1-alpha Pre-release
Pre-release

Choose a tag to compare

@PlasmaHua PlasmaHua released this 19 Jun 09:30

This is an alpha release of PyMHD.

Changelog

  • Fixed a JAX import warning affecting certain JAX versions.
  • Added pyproject.toml and published PyMHD to PyPI.

Installation

PyMHD can now be installed from PyPI via:

pip install pymhd

PyMHD v0.1.0-alpha: Initial Alpha Release

Choose a tag to compare

@PlasmaHua PlasmaHua released this 18 Jun 15:07

This is the initial alpha release of PyMHD.

Features

  • High-fidelity a posteriori estimation of numerical dissipation in MHD turbulence simulations
  • Computation and visualization of turbulent energy spectra
  • Visualization of 2D slices of MHD variables
  • Built-in support for simulation data from the Athena family, including Athena++, AthenaK, and AthenaPK
  • Support for driven MHD turbulence (e.g., Alfvénic turbulence and small-scale dynamos), driven hydrodynamic turbulence, and MRI-driven turbulence (from shearing-box simulations) with triply periodic boundary conditions

Status

  • Early-stage development release
  • Packaging metadata, such as pyproject.toml, is not included yet