libcint 0.3.0

FFI binding and GTO wrapper for libcint (C library)
Documentation
1
2
3
4
5
6
//! Generation of molecule object from input coordinates and basis sets.

pub mod atom;
pub mod basis;
pub mod mole;
pub mod serde_build;