OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
Paul Romano 33bc948f4b
Merge pull request #2182 from paulromano/release-0.13.1
Final change for release of version 0.13.1
2022-08-19 06:55:06 -05:00
.github/workflows Don't skip CI for non-code files (reverting changes from #2010) 2022-07-11 10:28:06 -05:00
cmake find mpi in cmake config 2022-04-06 13:29:48 -05:00
docs Remove -dev tag from version number (0.13.1) 2022-08-18 09:35:24 -05:00
examples Change Operator --> CoupledOperator in a few places 2022-08-15 13:35:04 -05:00
include/openmc Remove -dev tag from version number (0.13.1) 2022-08-18 09:35:24 -05:00
man/man1 Set default max_tracks to 1000 2022-05-31 07:32:29 -05:00
openmc Remove -dev tag from version number (0.13.1) 2022-08-18 09:35:24 -05:00
scripts Rename Tracks.write_tracks_to_vtk --> Tracks.write_to_vtk 2022-08-16 22:09:58 -05:00
src Merge pull request #2161 from lewisgross1296/delete_tally 2022-08-18 08:45:07 -05:00
tests Merge pull request #2161 from lewisgross1296/delete_tally 2022-08-18 08:45:07 -05:00
tools export cc=mpicc apparently necessary for h5py 2022-04-05 16:19:32 -05:00
vendor moved faddeeva from vendored to external 2022-03-24 15:04:59 -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 Add {fmt} modern formatting library as dependency 2020-02-10 10:33:57 -06:00
.readthedocs.yaml Fix RTD build issue by pinning sphinx 2021-11-11 16:49:48 -06:00
CMakeLists.txt Apply suggestions from @paulromano 2022-08-11 09:06:32 -04: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 compile_cores ARG included in build stages 2022-07-20 20:40:17 +01:00
LICENSE Happy new year 2022! 2022-02-04 07:19:43 -06:00
MANIFEST.in recursive include cc and hh files 2022-03-25 11:49:56 -05:00
pyproject.toml Force CI tests to use numpy<1.22 2022-01-03 09:53:44 -05: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
schemas.xml So begins the CMFD Fortran purge :D (~3.6K lines) 2018-11-24 00:13:37 -05:00
setup.py review comments from @paulromano 2022-06-21 23:14:49 +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 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.