Utility package for working with AMS/ADF within the Theoretical Chemistry group at the Vrije Universiteit Amsterdam (TheoCheM). Makes use of plams - a package developed by SCM
Project description
TCutility
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:
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:
- tcutility.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.
- tcutility.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.
- tcutility.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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tcutility-0.14.5.tar.gz
.
File metadata
- Download URL: tcutility-0.14.5.tar.gz
- Upload date:
- Size: 124.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93f82c0bea6ec2638b54390f8581a6421616b3e2f2e652559b0dbc49e05f7099 |
|
MD5 | 5815d2bd6357aa03c57c1a1a62522bd5 |
|
BLAKE2b-256 | f53ea821b0aa75b0824dfb66957cb64c365e9c70e63c545a8f8a7171723bca7d |
File details
Details for the file TCutility-0.14.5-py3-none-any.whl
.
File metadata
- Download URL: TCutility-0.14.5-py3-none-any.whl
- Upload date:
- Size: 135.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d97c9881e64fad94172a182cc9cc7960aa62cc699f76198abc3dcf2ad1637316 |
|
MD5 | 747e5404dceb7ecd335777afa0134ae4 |
|
BLAKE2b-256 | 199f945961caca43eb83162e9dbcaa40740f16d421661c03d3fc4d52b67896a4 |