Skip to content

emmaredfoot/cymetric

 
 

Repository files navigation

This repository holds scripts to analyze Cyclus' output and to convert it into nuclear fuel cycle metrics.

Installing Cymetric ----------------

Cymetric is available on the same platforms as Cyclus: Ubuntu and Max OS.

Dependencies

First, please check to make sure you have all of the dependencies.

Required dependencies:

Optional dependencies:

  • PyNE and its dependencies

PyNE is what the Cyclus project uses for its nuclear data, and many metrics in cymetric depend on it.

Building from Source

Cymetric can be built from source by first downloading the code by cloning the GitHub repository:

$ git clone https://github.com/cyclus/cymetric

Then build and install:

$ cd cymetric
$ python setup.py install --user

Next, run the tests to ensure everything is working properly:

$ nosetests -w tests/

Installation via Binary

The latest released version of Cymetric is available via Conda. After obtaining miniconda by following steps 1 and 2 here, Cymetric can be installed by the following command:

$ conda install cymetric --yes

Using Cymetric

Tutorial

The tutorial and the API doucmentation can be found on fuelcycle.org in the User Guide.

Use-case Examples

See the examples directory within the main cymetric directory to review an example of how an analysis may be carried out using cymetric's capabilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.9%
  • CMake 25.8%
  • Shell 0.3%