MPQC
3.0.0-alpha
|
Modules | |
mpqc.Chemistry.Basis.Integral.Range | |
mpqc.Chemistry.Basis.Integral.TiledArray | |
Classes | |
struct | sc::OneBodyIntEvalType< NumCenters > |
returns the type of the evaluator for evaluating this set of two-body integrals More... | |
struct | sc::OneBodyIntEvalType< 2 > |
struct | sc::OneBodyIntEvalType< 1 > |
struct | sc::TwoBodyIntEvalType< NumCenters > |
returns the type of the evaluator for evaluating this set of two-body integrals More... | |
struct | sc::TwoBodyIntEvalType< 4 > |
struct | sc::TwoBodyIntEvalType< 3 > |
struct | sc::TwoBodyIntEvalType< 2 > |
class | sc::Integral |
The Integral abstract class acts as a factory to provide objects that compute one and two electron integrals. More... | |
Classes/functions related to integrals over atomic basis function.
Synopsis:
In this example the computed integrals are extracted one-by-one. Often you want to copy the entire shell block of integrals to another array. This can be done using new range-style access described in mpqc.Chemistry.Basis.Integral.Range.