Skip to content

bquan0/trailmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trailmap

Project Status

Coverage Status CircleCI GitHub issues GitHub pull requests Cyclus Users Group

This tool takes a Cyclus input file and conducts acquisition pathway analysis on the facilities specified.

Dependencies

Follow installation instructions from Cyclus.

run pip install --user networkx

Other Python packages which you may or may not already have installed:

  • numpy
  • matplotlib
  • more_itertools

To install or confirm install of these additional packages, run

pip install --user numpy matplotlib more_itertools

Recommended Packages

In addition to Cyclus, it is strongly recommended that the user install Cycamore

Installation

run python -m pip install . --user

Usage

From the top-level directory,

python scripts/main.py /path/to/inputfile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%