Metadata-Version: 2.1
Name: TopasOpt
Version: 0.4.1
Summary: optimisation for topas Monte Carlo
Home-page: https://github.com/ACRF-Image-X-Institute/TopasOpt
Author: Brendan Whelan
Author-email: bwheelz360@gmail.com
Project-URL: Bug Tracker, https://github.com/ACRF-Image-X-Institute/TopasOpt/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy (>=1.9.0)
Requires-Dist: scipy (<1.8.0)
Requires-Dist: scikit-learn (>=0.18.0)
Requires-Dist: bayesian-optimization
Requires-Dist: matplotlib
Requires-Dist: jsonpickle
Requires-Dist: topas2numpy

# TopasOpt

![](docsrc/_resources/interrogate_badge.svg) ![](docsrc/_resources/coverage.svg) ![test](https://github.com/ACRF-Image-X-Institute/TopasOpt/actions/workflows/run_tests.yml/badge.svg) ![docs](https://github.com/ACRF-Image-X-Institute/TopasOpt/actions/workflows/build-docs.yml/badge.svg)


This code provides a framework for performing optimisation on monte carlo radiation transport 
simulations using [TOPAS](https://www.google.com/search?channel=fs&client=ubuntu&q=topas+MC).

## Install and Requirements

To install: ```pip install TopasOpt```

- You require a working installation of [topas](https://topas.readthedocs.io/en/latest/getting-started/intro.html) to run the code.
- This code will only run on linux or mac (as will topas)
- python3.8 or greater is required.

## Usage and Documentation

Detailed documentation is provided [here](https://acrf-image-x-institute.github.io/TopasOpt/index.html)
The source code for the [worked examples](https://acrf-image-x-institute.github.io/TopasOpt/worked_examples.html) is inside the examples folder.

## Directory Structure

- **TopasOpt:** source code
- **examples:** source code for the [worked examples](https://acrf-image-x-institute.github.io/TopasOpt/worked_examples.html) provided in the docs
- **docsrc:** markdown/rst documentation.
- **tests:** tests which are run on push







