Nucleide

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

  1. Getting started — install Nucleide and verify the Rust and Python surfaces.
  2. Interactive tutorials — run Nucleide in your browser, no installation required.
  3. Parse MCNP output — read common MCNP output files.
  4. Build materials — build, mix, and serialize materials.
  5. Run depletion — run a CRAM depletion solve.
  6. Enrichment cascade — solve a multicomponent enrichment cascade.

Finding more examples

  • Rust unit tests live in inline #[cfg(test)] modules under crates/<name>/src/.
  • Python tests live under tests/.
  • Golden-byte fixtures and their descriptions live under fixtures/.