cheq 0.5.1

A pure Rust library and CLI for fast, dynamic partial charge calculation via the QEq method.
Documentation
1
2
3
4
5
6
7
8
//! This module provides functionality for calculating screened Coulomb interactions.
//!
//! It includes constants, and implementations for both Gaussian-Type Orbital (GTO)
//! and Slater-Type Orbital (STO) based integrals.

pub mod constants;
pub mod gto;
pub mod sto;