TheoChem-VU / TCutility

Utility functions/classes for the TheoCheM programs
https://theochem-vu.github.io/TCutility/
MIT License
5 stars 0 forks source link
ams automation chemistry crest orca quantumchemistry

TCutility

Documentation Testing Publishing to PyPI

TCutility version

Utility functions/classes for the TheoCheM programs

Installation

The easiest and recommended installation method is via pip:

python -m pip install tcutility

To update the package, please run:

python -m pip install --upgrade tcutility

Manual Installation

The following is for people who would like to install the repository themselves. For example, to edit and/or contribute code to the project. First clone this repository: ``` git clone https://github.com/TheoChem-VU/TCutility.git ``` Then move into the new directory and install the package: ```python cd TCutility python -m pip install --upgrade build python -m build python -m pip install -e . ``` To get new updates, simply run: ``` git pull ```

Documentation

Documentation of TCutility is hosted at https://theochem-vu.github.io/TCutility/ (work in progress)

Usage

List of available utilities and their usage: