Skip to content

TheoChem-VU/TCMU

Repository files navigation

TCMU

Documentation Testing Publishing to PyPI

TCMU version

Utility functions/classes for the TheoCheM programs

Installation

The easiest and recommended installation method is via pip:

python -m pip install tcmu

To update the package, please run:

python -m pip install --upgrade tcmu

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/TCMU.git

Then move into the new directory and install the package:

cd TCMU
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 TCMU is hosted at https://theochem-vu.github.io/TCMU/ (work in progress)

Usage

List of available utilities and their usage:

  • tcmu.results | Read information from AMS calculations such as timings, settings, results, etc. from files in the calculation directory. Currently supports the ADF and DFTB engines.
  • tcmu.molecule | Read and write rich xyz files. These are used to conveniently supply extra information with your xyz files, for example to let a program know what calculations to perform, or to include properties such as charge and spin-polarization.
  • tcmu.analysis | Useful functions that are used for further analysis of calculation results. Currently includes vibrational mode checking to obtain or verify the reaction coordinate of an imaginary mode.

About

Utility functions/classes for the TheoCheM programs

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages