nlesc-eTAOC / pyTAMS

An implementation of the trajectory-adaptive multilevel splitting (TAMS) method.
https://nlesc-etaoc.github.io/pyTAMS/
Apache License 2.0
0 stars 2 forks source link

pyTAMS

Overview

pyTAMS is a modular implementation of the trajectory-adaptive multilevel splitting method introduced by Lestang et al..

Badges

fair-software.eu recommendations
(1/5) code repository github repo badge
(2/5) license github license badge
(3/5) community registry RSD
(4/5) citation DOI
(5/5) checklist workflow cii badge
howfairis fair-software badge
Other best practices  
Static analysis workflow scq badge
Coverage workflow scc badge
Documentation
GitHub Actions  
Build build
Citation data consistency cffconvert
SonarCloud sonarcloud
MarkDown link checker markdown-link-check

Installation

To install pyTAMS from GitHub repository, do:

git clone git@github.com:nlesc-eTAOC/pyTAMS.git
cd pyTAMS
python -m pip install .

Documentation

Include a link to your project's full documentation here.

Contributing

If you want to contribute to the development of pyTAMS, have a look at the contribution guidelines.

Credits

This package was created with Cookiecutter and the NLeSC/python-template.