Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Compiling from Source

First, set up your environment (see Environment Setup). The pixi install/pip install steps will compile FASTSim from source.

To recompile with release profile optimizations (longer compilation, but faster runtime):

maturin develop

Pixi users can run pixi run py-build-release.

To recompile with the debug profile, run:

maturin develop --profile dev

Pixi users can run pixi run py-build.