An open API service indexing awesome lists of open source software.

https://github.com/projecttorreypines/chease.jl

CHEASE implemented in Julia
https://github.com/projecttorreypines/chease.jl

Last synced: 5 months ago
JSON representation

CHEASE implemented in Julia

Awesome Lists containing this project

README

          

# CHEASE.jl

Julia wrapper for the CHEASE fixed boundary equilibrium solver (https://gitlab.epfl.ch/spc/chease.git)

## Compile CHEASE executable

```
mamba install -c conda-forge gfortran
git clone https://gitlab.epfl.ch/spc/chease.git
cd chease/src-f90
make chease
```

## Online documentation
For more details, see the [online documentation](https://projecttorreypines.github.io/CHEASE.jl/dev).

![Docs](https://github.com/ProjectTorreyPines/CHEASE.jl/actions/workflows/make_docs.yml/badge.svg)