SCONE (Stochastic Calculator Of Neutron Transport Equation) is an object-oriented Monte Carlo particle transport code for reactor physics. It is intended as an accessible environment for graduate students to test and develop their ideas before contributing them to more established codes suitable for design calculations.
SCONE documentation is hosted at: https://scone.readthedocs.io
Required
Optional
Instructions are avaliable in the Sphinx documentation.
Sphinx documentation is available in the docs folder. It is readable with any reStructuredText (RST) viewer, but it is best to compile to html.
Compiling documentation requires few python packages. You can install them all with the following
command. Option --user
installs them in your home directory and does not require administrator access.
pip install --user -U sphinx, sphinx_rtd_theme
Then natigate to docs
folder and compile using make
make html
HTML documentation should now be avaliable in ./_build/html
This project is licensed under MIT Licence - see the LICENCE file for details.