https://github.com/openmc-dev/openmc-notebooks
Example Jupyter notebooks for OpenMC
https://github.com/openmc-dev/openmc-notebooks
Last synced: 2 months ago
JSON representation
Example Jupyter notebooks for OpenMC
- Host: GitHub
- URL: https://github.com/openmc-dev/openmc-notebooks
- Owner: openmc-dev
- Created: 2021-06-18T08:02:30.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-28T00:37:04.000Z (about 1 year ago)
- Last Synced: 2025-02-28T09:04:58.555Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 7.53 MB
- Stars: 35
- Watchers: 20
- Forks: 30
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenMC Notebooks
----------------
This repository contains a set of example Jupyter notebooks demonstrating
various capabilities in OpenMC from basic model building to advanced features
such as depletion/activation, CAD geometry universes, etc.
Notebook versioning
-------------------
Notebooks contained in the `main` branch of this repository can be expected to
work with the latest release of OpenMC. Note, `main` **is not the default branch
of this repository** and must be checked out after cloning the repo.
Previous versions notebooks will be tagged with the corresponding OpenMC version
with which they are expected to work. These tags can be used to checkout
notebooks ensured to be compatible with the corresponding release of OpenMC.
Continuous development of these notebooks occurs in the `develop` branch, the
default branch of this repository. We ask that any updates or contributions to
the repository occur based on this branch.