.TH "sc::R12IntEval" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::R12IntEval \- \fBR12IntEval\fP is the top-level class which computes intermediates occuring in linear R12 theories\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::SavableState\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBR12IntEval\fP (\fBStateIn\fP &)" .br .ti -1c .RI "\fBR12IntEval\fP (const \fBRef\fP< \fBR12IntEvalInfo\fP > &info, bool gbc=true, bool ebc=true, LinearR12::ABSMethod abs_method=LinearR12::ABS_CABSPlus, LinearR12::StandardApproximation stdapprox=LinearR12::StdApprox_Ap, bool follow_ks_ebcfree=false)" .br .RI "Constructs \fBR12IntEval\fP\&. " .ti -1c .RI "void \fBsave_data_state\fP (\fBStateOut\fP &)" .br .RI "Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. " .ti -1c .RI "virtual void \fBobsolete\fP ()" .br .ti -1c .RI "void \fBinclude_mp1\fP (bool include_mp1)" .br .ti -1c .RI "void \fBset_debug\fP (int debug)" .br .ti -1c .RI "void \fBset_dynamic\fP (bool dynamic)" .br .ti -1c .RI "void \fBset_print_percent\fP (double print_percent)" .br .ti -1c .RI "void \fBset_memory\fP (size_t nbytes)" .br .ti -1c .RI "const bool \fBgbc\fP () const" .br .ti -1c .RI "const bool \fBebc\fP () const" .br .ti -1c .RI "const LinearR12::StandardApproximation \fBstdapprox\fP () const" .br .ti -1c .RI "bool \fBfollow_ks_ebcfree\fP () const" .br .ti -1c .RI "\fBRef\fP< \fBR12IntEvalInfo\fP > \fBr12info\fP () const" .br .ti -1c .RI "\fBRefSCDimension\fP \fBdim_oo_aa\fP () const" .br .ti -1c .RI "\fBRefSCDimension\fP \fBdim_oo_ab\fP () const" .br .ti -1c .RI "\fBRefSCDimension\fP \fBdim_oo_s\fP () const" .br .ti -1c .RI "\fBRefSCDimension\fP \fBdim_oo_t\fP () const" .br .ti -1c .RI "\fBRefSCDimension\fP \fBdim_vv_aa\fP () const" .br .ti -1c .RI "\fBRefSCDimension\fP \fBdim_vv_ab\fP () const" .br .ti -1c .RI "virtual void \fBcompute\fP ()" .br .RI "This function causes the intermediate matrices to be computed\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBV_aa\fP ()" .br .RI "Returns alpha-alpha block of the V intermediate matrix\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBX_aa\fP ()" .br .RI "Returns alpha-alpha block of the \fBX\fP intermediate matrix\&. " .ti -1c .RI "\fBRefSymmSCMatrix\fP \fBB_aa\fP ()" .br .RI "Returns alpha-alpha block of the B intermediate matrix\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBA_aa\fP ()" .br .RI "Returns alpha-alpha block of the A intermediate matrix\&. Returns 0 if EBC is assumed\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBAc_aa\fP ()" .br .RI "Returns alpha-alpha block of the A intermediate matrix\&. Returns 0 if EBC is assumed\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBT2_aa\fP ()" .br .RI "Returns alpha-alpha block of the MP2 T2 matrix\&. Returns 0 if EBC is assumed\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBV_ab\fP ()" .br .RI "Returns alpha-beta block of the V intermediate matrix\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBX_ab\fP ()" .br .RI "Returns alpha-beta block of the \fBX\fP intermediate matrix\&. " .ti -1c .RI "\fBRefSymmSCMatrix\fP \fBB_ab\fP ()" .br .RI "Returns alpha-beta block of the B intermediate matrix\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBA_ab\fP ()" .br .RI "Returns alpha-beta block of the A intermediate matrix\&. Returns 0 if EBC is assumed\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBAc_ab\fP ()" .br .RI "Returns alpha-beta block of the A intermediate matrix\&. Returns 0 if EBC is assumed\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBT2_ab\fP ()" .br .RI "Returns alpha-beta block of the MP2 T2 matrix\&. Returns 0 if EBC is assumed\&. " .ti -1c .RI "\fBRefSCVector\fP \fBemp2_aa\fP ()" .br .RI "Returns alpha-alpha MP2 pair energies\&. " .ti -1c .RI "\fBRefSCVector\fP \fBemp2_ab\fP ()" .br .RI "Returns alpha-beta MP2 pair energies\&. " .ti -1c .RI "\fBRef\fP< \fBR12Amplitudes\fP > \fBamps\fP ()" .br .RI "Returns amplitudes of pair correlation functions\&. " .ti -1c .RI "\fBRefDiagSCMatrix\fP \fBevals\fP () const" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP \fBR12IntEval\fP is the top-level class which computes intermediates occuring in linear R12 theories\&. This class is used by all \fBWavefunction\fP classes that implement linear R12 methods\&. .SH "Constructor & Destructor Documentation" .PP .SS "sc::R12IntEval::R12IntEval (const \fBRef\fP< \fBR12IntEvalInfo\fP > & info, bool gbc = \fCtrue\fP, bool ebc = \fCtrue\fP, LinearR12::ABSMethod abs_method = \fCLinearR12::ABS_CABSPlus\fP, LinearR12::StandardApproximation stdapprox = \fCLinearR12::StdApprox_Ap\fP, bool follow_ks_ebcfree = \fCfalse\fP)" .PP Constructs \fBR12IntEval\fP\&. If follow_ks_ebcfree is true then follow formalism of Klopper and Samson to compute EBC-free MP2-R12 energy\&. .SH "Member Function Documentation" .PP .SS "void sc::R12IntEval::save_data_state (\fBStateOut\fP &)\fC [virtual]\fP" .PP Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. This must be implemented by the derived class if the class has data\&. .PP Reimplemented from \fBsc::SavableState\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.