--- license: cc-by-4.0 pretty_name: Linear Radiation Transport (Lattice + Hohlraum) tags: - physics - radiation-transport - scientific-machine-learning - surrogate-modeling - nuclear engineering - physicsnemo - kit-rt size_categories: - 1K.pmsh/` and `mesh/hohlraum/.pmsh/` directories, each loadable with PhysicsNeMo's `Mesh` API alongside the matching `.attrs.json` sidecar. ## Example surrogate-modeling results The figures below are produced by the [PhysicsNeMo radiation-transport example](https://github.com/NVIDIA/physicsnemo/tree/main/examples/nuclear_engineering/radiation_transport) on one held-out test sample per benchmark. Each panel shows the ground-truth final-time scalar flux, the Transolver prediction, and the absolute error, sharing the same color scale within a row. ![Lattice: target, prediction, absolute error of final-time flux](docs/images/transolver_lattice.png) ![Hohlraum: target, prediction, absolute error of final-time flux](docs/images/transolver_hohlraum.png) See the example's `README.md` for the training recipe, inference commands, and the QoI / per-region metrics that accompany these predictions. ## Dataset Owner(s): NVIDIA Corporation ## Dataset Creation Date: May 2026 ## License/Terms of Use: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) ## Intended Usage: Training, evaluation, and benchmarking of point-cloud / mesh-based neural surrogates for final-time linear radiation transport. The two benchmarks are complementary stress tests: Lattice probes the surrogate's ability to generalise across **material parameters** at fixed geometry, while Hohlraum probes generalisation across **geometry** at fixed material parameters. Suitable for graph neural networks, neural operators, point-cloud regressors, and mixed-fidelity / uncertainty-quantification studies that build on KiT-RT reference solutions. ## Dataset Characterization ** Data Collection Method
* [Synthetic] - High-resolution KiT-RT (S_N + finite-volume) simulations on unstructured triangular meshes, post-processed into PhysicsNeMo `Mesh` memmap stores.
** Labeling Method
* [Synthetic] - Per-cell scalar flux and derived per-region absorption QoIs are computed directly by the numerical solver; no human labeling is involved.
## Dataset Format - **Modality**: 2-D point cloud / unstructured-mesh, per-cell tensors plus per-simulation scalar metadata. - **Per-sample container**: PhysicsNeMo `Mesh` (a tensordict memmap store) shipped on disk as a `.pmsh/` directory plus a `.attrs.json` sidecar. - **On-Hub packing**: one `tar.gz` per benchmark (`mesh/lattice.tar.gz`, `mesh/hohlraum.tar.gz`). Each archive contains a top-level `/` directory holding all of that benchmark's `.pmsh/` + `.attrs.json` files. This keeps the file count low for fast, rate-limit-friendly downloads. - **Per-cell fields**: `cell_areas` (float32), `sigma_a`, `sigma_s`, `sigma_t` (float32), `Q` (float32), `material_properties` (int64), `scalar_flux` (float32, shape `(N, 2)` for initial + final snapshots). - **Cell-center coordinates**: `Mesh.points` (float32, `(N, 2)` — the simulations are 2-D so points are stored without a z column). - **Per-simulation fields** (`Mesh.global_data`): `sim_times` / `timesteps` / `wall_times`, `flux_statistics`, `global_metrics`, plus flattened `attr__*` parameter draws. - **Splits**: full train/val/test splits at `splits/{lattice,hohlraum}_splits.json`. - **Stats**: per-field flux and material-property normalization stats at `stats/{lattice,hohlraum}_{flux,material}_stats.yaml`. - **Auxiliary**: PNG schematics under `docs/images/`. ## Dataset Quantification - **Record count**: 1,553 simulations covered by the train/val/test splits (707 Lattice + 846 Hohlraum). - **Cells per sample**: lattice ≈79.9k (constant); hohlraum ≈70k–81k. - **Per-cell features per sample**: 7 fields (cell_areas, sigma_a, sigma_s, sigma_t, Q, material_properties, scalar_flux) plus 2-D cell-center coordinates and per-simulation metadata. - **Total storage**: ~7.2 GB for the extracted `.pmsh/` directories; ~1.6 GB as the per-benchmark `mesh/{lattice,hohlraum}.tar.gz` archives shipped to the Hugging Face Hub (gzip-compressed). ## Reference(s): - Schotthöfer, S., & Hauck, C. (2025). "Reference solutions for linear radiation transport: the Hohlraum and Lattice benchmarks." *arXiv preprint* [arXiv:2505.17284](https://arxiv.org/abs/2505.17284). - Kusch, J., Schotthöfer, S., Stammer, P., Wolters, J., & Xiao, T. (2023). "KiT-RT: An extendable framework for radiative transfer and therapy." *ACM Transactions on Mathematical Software*, **49**(4), 1–24. - KiT-RT solver: . ## Ethical Considerations: NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal developer teams to ensure this dataset meets requirements for the relevant industry and use case and addresses unforeseen product misuse. Please report quality, risk, security vulnerabilities or NVIDIA AI Concerns here.