Skip to content

Mikolaj-A-Kowalski/SCONE

This branch is 1 commit ahead of, 153 commits behind CambridgeNuclear/SCONE:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2776861 · Nov 21, 2023
Jul 5, 2023
Mar 6, 2022
Nov 20, 2023
Aug 25, 2023
Sep 14, 2023
Jul 21, 2023
Aug 25, 2023
May 18, 2021
Sep 20, 2023
Nov 20, 2023
Nov 21, 2023
Sep 14, 2023
Mar 4, 2022
Jul 21, 2023
Nov 20, 2023
Nov 20, 2023
Sep 14, 2023
Jul 14, 2023
Feb 15, 2020
Apr 14, 2020
Nov 21, 2023
Sep 20, 2023
Apr 4, 2020
Nov 21, 2023
Jan 24, 2023
Jul 16, 2022
Jun 5, 2023

Repository files navigation

SCONE

License: MIT build-and-test-ubuntu Documentation Status

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

Prerequisites

Required

  • Cmake (>=3.10)
  • Fortran compiler, gfortran (>=6.3)
  • LAPACK and BLAS Libraries
  • GNU/Linux operating system

Optional

  • pFUnit test framework
  • Python 3 interpreter

Installation

Instructions are avaliable in the Sphinx documentation.

Compiling 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

Licence

This project is licensed under MIT Licence - see the LICENCE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 97.0%
  • Python 1.6%
  • CMake 1.3%
  • Shell 0.1%