![]() |
MolSSI Integral Reference Project
|
A shell of cartesian gaussian functions (double precision) More...
#include <data_entry.hpp>
Public Attributes | |
int | am |
Angular momentum. More... | |
int | nprim |
Number of primitives (segmented contraction) More... | |
int | ngeneral |
Number of general contractions. More... | |
std::array< double, 3 > | xyz |
Coordinates (in bohr) More... | |
std::vector< double > | alpha |
Exponents of the gaussians. More... | |
std::vector< double > | coeff |
Contraction coefficients (unnormalized) More... | |
A shell of cartesian gaussian functions (double precision)
This shell holds information as double precision
std::vector<double> mirp::gaussian_shell::alpha |
Exponents of the gaussians.
int mirp::gaussian_shell::am |
Angular momentum.
std::vector<double> mirp::gaussian_shell::coeff |
Contraction coefficients (unnormalized)
int mirp::gaussian_shell::ngeneral |
Number of general contractions.
int mirp::gaussian_shell::nprim |
Number of primitives (segmented contraction)
std::array<double, 3> mirp::gaussian_shell::xyz |
Coordinates (in bohr)