Metadata-Version: 2.4
Name: yamc
Version: 0.3.0
Summary: Yet Another Monte Carlo code for neutron transport simulations
License: MIT
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

[![Test usage with Python](https://github.com/fusion-neutronics/yamc/actions/workflows/ci-python.yml/badge.svg)](https://github.com/fusion-neutronics/yamc/actions/workflows/ci-python.yml)
[![Test usage with Rust](https://github.com/fusion-neutronics/yamc/actions/workflows/ci-rust.yml/badge.svg)](https://github.com/fusion-neutronics/yamc/actions/workflows/ci-rust.yml)
[![Documentation](https://github.com/fusion-neutronics/yamc/actions/workflows/docs.yml/badge.svg)](https://github.com/fusion-neutronics/yamc/actions/workflows/docs.yml)
<!-- [![Test usage with WASM](https://github.com/fusion-neutronics/yamc/actions/workflows/ci-wasm.yml/badge.svg)](https://github.com/fusion-neutronics/yamc/actions/workflows/ci-wasm.yml) -->

# YAMC

YAMC (Yet Another Monte Carlo) is an **open-source, general-purpose Monte Carlo neutron transport code**, developed independently for **research and educational use**.

The software implements core Monte Carlo transport algorithms for neutrons in arbitrary geometries and is intended for **scientific experimentation, teaching, and method development** in computational particle transport.

See the 👉 **[documentation](https://fusion-neutronics.github.io/yamc/)** 👈 for installation and usage details.

🦀 Rust is used for the core logic to deliver high performance and strong compile-time safety guarantees. It also provides cross-platform support across major operating systems and architectures (e.g., Linux, macOS, Windows; x86_64 and ARM) while enabling robust, low-overhead Python bindings.

🐍 Python API for ease of use. The Python API consists of thin, zero-compute wrappers around Rust functions implemented independently and is designed to be syntactically compatible with OpenMC to enable easy comparison, verification and familiarity. All computational logic is implemented in Rust.
<!-- 🕸️WASM API for online deployment -->

