OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
Patrick Shriwise 27cb0dc979
Merge pull request #2441 from paulromano/release-0.13.3
Release of version 0.13.3
2023-03-29 14:09:07 -05:00
.github/workflows Always use quotes for python-version in ci.yml 2023-03-23 14:08:03 -05:00
cmake Merge branch 'develop' into mixed_ncrystal_pr 2023-01-09 13:13:14 +07:00
docs Update Spack installation instructions 2023-03-28 13:34:14 -05:00
examples Change Operator --> CoupledOperator in a few places 2022-08-15 13:35:04 -05:00
include/openmc Update version number to 0.13.3 2023-03-28 13:34:14 -05:00
man/man1 Happy new year 2023! 2023-01-13 12:02:20 +07:00
openmc Update version number to 0.13.3 2023-03-28 13:34:14 -05:00
scripts Rename gnd_name to gnds_name. Change GND to GNDS in comments 2022-12-23 00:06:50 -06:00
src Show MCPL and NCrystal in openmc --version 2023-03-29 06:51:01 -05:00
tests Correcting surface type in cylinder tests 2023-03-28 10:11:14 -05:00
tools Add RDMAV_FORK_SAFE=1 to avoid fork error with libfabric 2023-02-17 10:31:27 -06:00
vendor Added catch2 submodule for cpp testing 2022-11-12 13:19:21 -05:00
.clang-format Address remaining @smharper comments on #1467 2020-02-03 07:25:58 -06: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
.gitignore Add Python pickle files to ignore 2022-08-06 06:18:54 -05:00
.gitmodules changed catch2 clone link to https 2022-12-16 12:30:08 -05:00
.readthedocs.yaml Fix RTD build issue by pinning sphinx 2021-11-11 16:49:48 -06:00
CMakeLists.txt Improve error message when parallel HDF5 is found but MPI not enabled 2023-03-16 09:26:23 -05:00
CODE_OF_CONDUCT.md Clarify enforcement in code of conduct 2018-07-25 06:30:26 -05:00
CODEOWNERS added @shimwell for docker 2022-02-25 20:33:10 +00:00
CONTRIBUTING.md Update some links in documentation, fix license badge on README 2021-12-29 10:19:11 -05:00
Dockerfile Update libmesh version in Dockerfile 2022-08-29 11:22:00 -05:00
LICENSE Happy new year 2023! 2023-01-13 12:02:20 +07:00
MANIFEST.in added *h.in files 2022-09-30 14:58:28 +01:00
pyproject.toml Remove numpy version hardcoding in pyproject.toml / GHA 2023-02-10 11:41:50 -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 added conda badge 🐍 2022-03-24 16:05:18 +00:00
setup.py Add Python 3.11 to CI matrix 2023-03-21 07:14:07 -05: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 User's Group mailing list. 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.