These are a bunch of scripts and tools that facilitate working with the TDEP method.
This package is not actively maintained. Feel free to use or adapt it at your own risk. You are welcome to reach out for questions.
The package can be installed via pip:
pip install https://github.com/flokno/tools.tdep/archive/refs/tags/v0.0.5.zip
A list of available releases is given here: https://github.com/flokno/tools.tdep/releases
- Fork the repository,
- clone the repository,
cdto repository,- create a new branch, e.g.,
local_dev, - install in editable mode via
pip install -e .,- optionally, use a virtual environment
- commit your changes, and push them to your fork,
- open a pull request.