|
NAMEsc::GRTCints - GRTCints is a specialization of Int2eCints that computes two-electron integrals specific to linear R12 methods.SYNOPSIS#include <grt.h> Inherits sc::Int2eCints. Public Member FunctionsGRTCints (Integral *, const Ref< GaussianBasisSet > &, const Ref< GaussianBasisSet > &, const Ref< GaussianBasisSet > &, const Ref< GaussianBasisSet > &, size_t storage) double * buffer (TwoBodyInt::tbint_type te_type) const Returns the location of the buffer with target integrals. void compute_quartet (int *, int *, int *, int *) Evaluate the target quartet of integrals. Static Public Member Functionsstatic size_t storage_required (const Ref< GaussianBasisSet > &b1, const Ref< GaussianBasisSet > &b2=0, const Ref< GaussianBasisSet > &b3=0, const Ref< GaussianBasisSet > &b4=0) Additional Inherited MembersDetailed DescriptionGRTCints is a specialization of Int2eCints that computes two-electron integrals specific to linear R12 methods.Member Function Documentationdouble * sc::GRTCints::buffer (TwoBodyInt::tbint_type) const [inline], [virtual]Returns the location of the buffer with target integrals.Implements sc::Int2eCints. void sc::GRTCints::compute_quartet (int *, int *, int *, int *) [virtual]Evaluate the target quartet of integrals.Implements sc::Int2eCints. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |