Tutorials
Hands-on guides for Nucleide. Each tutorial is short, self-contained, and assumes you have already installed the project (see Getting started).
Suggested order
- Getting started — install Nucleide and verify the Rust and Python surfaces.
- Interactive tutorials — run Nucleide in your browser, no installation required.
- Parse MCNP output — read common MCNP output files.
- Build materials — build, mix, and serialize materials.
- Run depletion — run a CRAM depletion solve.
- Enrichment cascade — solve a multicomponent enrichment cascade.
Finding more examples
- Rust unit tests live in inline
#[cfg(test)]modules undercrates/<name>/src/. - Python tests live under
tests/. - Golden-byte fixtures and their descriptions live under
fixtures/.