Copyright 2026, Battelle Energy Alliance, LLC, ALL RIGHTS RESERVED
- Ensure python (with the pip installer) has already been installed. If python has not been installed, it can be found here
https://www.python.org/ - Download
trisoatopsfolder from the git repository - Download all external python libraries by running
pip install -r requirements.txtfrom within the "trisoatops" folder - Ensure that the
trisoatopsfolder has a sub folder calledutility_functionscontaining the filescalculation_functions.pyandrun_functions.py
- Open a terminal and type in
python <file path>/trisoatops.py -f <path to run file> - The program will run and produce results in the same directory as the run file
- A log folder will be created in the directory containing the run file.
- For more information please consult the
TRISOATOPS User Manual.pdf - If errors are encountered, the log file will contain some information. For errors that result in the code terminating with a python error, please consider the error presented by python.
- Open a terminal and type in
python <file path>/trisoatops_gui.py - The GUI will open.
- Walk through the steps in the GUI to create a TRISOATOPS run file. This is the recommended way to generate a run file. Please see the user manual for more information on the parts of a run file.
- The
Run Existing Save Filebutton can be used to run save files that have already been created.