Expand description
Gaussian basis set definitions for HF-3c.
Minimal basis sets for Hartree-Fock: STO-3G contractions for s and p shells. Each primitive Gaussian has the form: $$g(\vec{r}) = N x^l y^m z^n \exp(-\alpha |\vec{r} - \vec{R}|^2)$$
Structs§
- Basis
Set - Complete basis set for a molecular system.
- Shell
- A contracted Gaussian shell centered on an atom.
Enums§
- Shell
Type - Angular momentum type.
Constants§
- ANG_
TO_ BOHR - Ångström to Bohr conversion factor.
Functions§
- ao_
to_ atom_ map - Map each AO index to its parent atom index.
- build_
sto3g_ basis - Build an STO-3G basis set for the given atoms.