OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
Thomas Kittelmann ced8929128
NCrystal becomes runtime rather than buildtime dependency (#3328)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-03-05 15:45:27 -06:00
.github NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
cmake NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
docs NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
examples Release of version 0.15.0 (#3050) 2024-06-22 01:28:56 +00:00
include/openmc NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
man/man1 Fixes for problems encountered with version determination (#3320) 2025-02-25 03:49:47 +00:00
openmc NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
src NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
tests NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
tools NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
vendor Update pugixml to v1.15 (#3332) 2025-03-01 02:04:27 +00:00
.clang-format add west const and enforce in clang format 2023-04-15 12:50:30 -04:00
.git-blame-ignore-revs Added file that can be passed to 'git blame --ignore-revs-file' 2021-08-11 13:46:35 -05:00
.git_archival.txt Add Versioning Support from version.txt (#3140) 2025-02-21 17:48:11 -06:00
.gitattributes Add Versioning Support from version.txt (#3140) 2025-02-21 17:48:11 -06:00
.gitignore Add Python pickle files to ignore 2022-08-06 06:18:54 -05:00
.gitmodules remove gsl-lite dependency (#3225) 2025-02-20 01:03:20 +00:00
.readthedocs.yaml Fixes for problems encountered with version determination (#3320) 2025-02-25 03:49:47 +00:00
CMakeLists.txt NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
CODE_OF_CONDUCT.md Clarify enforcement in code of conduct 2018-07-25 06:30:26 -05:00
CODEOWNERS NCrystal becomes runtime rather than buildtime dependency (#3328) 2025-03-05 15:45:27 -06:00
CONTRIBUTING.md Update some links in documentation, fix license badge on README 2021-12-29 10:19:11 -05:00
Dockerfile Fixes for problems encountered with version determination (#3320) 2025-02-25 03:49:47 +00:00
LICENSE Fixes for problems encountered with version determination (#3320) 2025-02-25 03:49:47 +00:00
MANIFEST.in remove gsl-lite dependency (#3225) 2025-02-20 01:03:20 +00:00
pyproject.toml Add Versioning Support from version.txt (#3140) 2025-02-21 17:48:11 -06:00
pytest.ini Skip multipole-related tests if OPENMC_MULTIPOLE_LIBRARY is not set 2018-02-06 13:27:01 -05:00
README.md ci badge on readme points to develop status (#2712) 2023-09-27 13:31:04 +00:00

OpenMC Monte Carlo Particle Transport Code

License GitHub Actions build status (Linux) Code Coverage dockerhub-publish-develop-dagmc dockerhub-publish-develop conda-pacakge

The OpenMC project aims to provide a fully-featured Monte Carlo particle transport code based on modern methods. It is a constructive solid geometry, continuous-energy transport code that uses HDF5 format cross sections. The project started under the Computational Reactor Physics Group at MIT.

Complete documentation on the usage of OpenMC is hosted on Read the Docs (both for the latest release and developmental version). If you are interested in the project, or would like to help and contribute, please get in touch on the OpenMC discussion forum.

Installation

Detailed installation instructions can be found in the User's Guide.

Citing

If you use OpenMC in your research, please consider giving proper attribution by citing the following publication:

Troubleshooting

If you run into problems compiling, installing, or running OpenMC, first check the Troubleshooting section in the User's Guide. If you are not able to find a solution to your problem there, please post to the discussion forum.

Reporting Bugs

OpenMC is hosted on GitHub and all bugs are reported and tracked through the Issues feature on GitHub. However, GitHub Issues should not be used for common troubleshooting purposes. If you are having trouble installing the code or getting your model to run properly, you should first send a message to the discussion forum. If it turns out your issue really is a bug in the code, an issue will then be created on GitHub. If you want to request that a feature be added to the code, you may create an Issue on github.

License

OpenMC is distributed under the MIT/X license.