Skip to content

cyclus/cycamore

Folders and files

NameName
Last commit message
Last commit date
Oct 15, 2024
Apr 20, 2024
May 26, 2016
Mar 24, 2014
Sep 21, 2024
Sep 19, 2024
Feb 7, 2022
Jan 14, 2020
Oct 31, 2024
Jul 21, 2024
Jan 11, 2018
Nov 1, 2016
Nov 7, 2024
Nov 6, 2024
Mar 25, 2024
May 1, 2024
May 8, 2024
Oct 25, 2016
May 8, 2024
May 8, 2024
Jan 11, 2018

Repository files navigation

Cycamore : The CYClus Additional MOdules REpository

Additional modules for the Cyclus nuclear fuel cycle simulator from the University of Wisconsin - Madison are intended to support innovative fuel cycle simulations with the Cyclus fuel cycle simulator.

This README is intended primarily for those who intend to contribute to the development of Cycamore archetypes. If you are interested in Cyclus as a user or in developing your own Cyclus archetyes, you may want to consult Getting Started with Cyclus.

This README provides basic information about:
  • the dependency required by Cycamore
  • installation of Cycamore from the command line
  • how to run Cycamore unit tests

Although Cycamore is meant to enable a basic fuel cycle simulation, you may want more functionality than it offers. Third party modules can also be installed (or developed) with additional facilities. Please visit the Cyclus website for a list of contributed modules.

Cycamore's only dependency is the Cyclus Core.

Package Minimum Version
Cyclus 1.5

There are a number of ways to install the Cyclus core:

Assuming you have the dependencies installed correctly, installing Cyclus using github is fairly straightforward:

  • Clone the Cyclus Repo: git clone https://github.com/cyclus/cycamore.git,
  • to install Cyclus locally (in ~/.local/) just run: python3 install.py from cycamore folder,
  • finally, add the following Cyclus installation path (~/.local/cyclus) to the bottom on your $PATH.

For more detailed installation procedure, and/or custom installation please refer to the INSTALLATION guide.

Installing Cycamore will also install a test driver (i.e., an executable of all of our tests). You can run the tests yourself via:

$ cycamore_unit_tests

We happily welcome new developers into the Cyclus Developer Team. If you are willing to contribute into Cyclus, please follow this procedure:

  1. Fork Cycamore repository,
  2. Create a working branch on you fork from the main branch,
  3. Implement your modification of the Cycamore source code,
  4. Submit a Pull request into cycamore/main branch,
  5. Wait for reviews/merge (the Puller cannot be the Merger).

You may also want to read our Contribution Guidelines.