Skip to content

munechika-koyo/cherab_inversion

Repository files navigation

CHERAB-Inversion

CI/CD pre-commit.ci status PyPI Publish
Docs Documentation Status
Package PyPI - Version Conda PyPI - Python Version
Meta DOI License - BSD3 Pixi Badge

CHERAB for Inversion, which is a package for the inversion technique of SVD, MFR, etc. For more information, see the documentation pages.

Quick Start

You can quickly try the inversion technique with Pixi tool:

git clone https://github.com/munechika-koyo/cherab_inversion
cd cherab_inversion
pixi run lab

Then, JupyterLab will be launched and you can try the inversion technique with the example notebook.

JupyterLab window

Installation

You can install the package from conda-forge:

mamba install -c conda-forge cherab-inversion

The rest of the installation methods are described in the documentation.