.TH "sc::TwoBodyIntCCA" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::TwoBodyIntCCA \- This implements two body integrals through the CCA interface\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::TwoBodyInt\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBTwoBodyIntCCA\fP (\fBIntegral\fP *, const \fBRef\fP< \fBGaussianBasisSet\fP > &b1, const \fBRef\fP< \fBGaussianBasisSet\fP > &b2, const \fBRef\fP< \fBGaussianBasisSet\fP > &b3, const \fBRef\fP< \fBGaussianBasisSet\fP > &b4, size_t storage, IntegralEvaluatorFactory, bool, string)" .br .ti -1c .RI "int \fBlog2_shell_bound\fP (int, int, int, int)" .br .RI "Return log base 2 of the maximum magnitude of any integral in a shell block obtained from compute_shell\&. " .ti -1c .RI "void \fBcompute_shell\fP (int, int, int, int)" .br .RI "Given four shell indices, integrals will be computed and placed in the buffer\&. " .ti -1c .RI "size_t \fBstorage_used\fP ()" .br .ti -1c .RI "void \fBset_integral_storage\fP (size_t storage)" .br .RI "This storage is used to cache computed integrals\&. " .ti -1c .RI "int \fBredundant\fP () const" .br .RI "If redundant is true, then keep redundant integrals in the buffer\&. " .ti -1c .RI "void \fBset_redundant\fP (int i)" .br .RI "See \fBredundant()\fP\&. " .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "\fBRef\fP< \fBInt2eCCA\fP > \fBint2ecca_\fP" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP This implements two body integrals through the CCA interface\&. .SH "Member Function Documentation" .PP .SS "void sc::TwoBodyIntCCA::compute_shell (int, int, int, int)\fC [virtual]\fP" .PP Given four shell indices, integrals will be computed and placed in the buffer\&. The first two indices correspond to electron 1 and the second two indices correspond to electron 2\&. .PP Implements \fBsc::TwoBodyInt\fP\&. .SS "int sc::TwoBodyIntCCA::log2_shell_bound (int, int, int, int)\fC [virtual]\fP" .PP Return log base 2 of the maximum magnitude of any integral in a shell block obtained from compute_shell\&. An index of -1 for any argument indicates any shell\&. .br .PP Implements \fBsc::TwoBodyInt\fP\&. .SS "int sc::TwoBodyIntCCA::redundant () const\fC [inline]\fP, \fC [virtual]\fP" .PP If redundant is true, then keep redundant integrals in the buffer\&. The default is true\&. .PP Reimplemented from \fBsc::TwoBodyInt\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.