.TH "sc::GaussLegendreAngularIntegrator" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::GaussLegendreAngularIntegrator \- An implementation of an angular integrator using the Gauss-Legendre weights and grid points\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::AngularIntegrator\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBGaussLegendreAngularIntegrator\fP (const \fBRef\fP< \fBKeyVal\fP > &)" .br .RI "Contract a \fBGaussLegendreAngularIntegrator\fP from \fBKeyVal\fP input\&. " .ti -1c .RI "\fBGaussLegendreAngularIntegrator\fP (\fBStateIn\fP &)" .br .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 "int \fBnum_angular_points\fP (double r_value, int ir)" .br .ti -1c .RI "double \fBangular_point_cartesian\fP (int iangular, double r, \fBSCVector3\fP &integration_point) const" .br .ti -1c .RI "void \fBprint\fP (std::ostream &=\fBExEnv::out0\fP()) const" .br .RI "Print the object\&. " .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "int \fBget_ntheta\fP (void) const" .br .ti -1c .RI "void \fBset_ntheta\fP (int i)" .br .ti -1c .RI "int \fBget_nphi\fP (void) const" .br .ti -1c .RI "void \fBset_nphi\fP (int i)" .br .ti -1c .RI "int \fBget_Ktheta\fP (void) const" .br .ti -1c .RI "void \fBset_Ktheta\fP (int i)" .br .ti -1c .RI "int \fBget_ntheta_r\fP (void) const" .br .ti -1c .RI "void \fBset_ntheta_r\fP (int i)" .br .ti -1c .RI "int \fBget_nphi_r\fP (void) const" .br .ti -1c .RI "void \fBset_nphi_r\fP (int i)" .br .ti -1c .RI "int \fBget_Ktheta_r\fP (void) const" .br .ti -1c .RI "void \fBset_Ktheta_r\fP (int i)" .br .ti -1c .RI "int \fBnw\fP (void) const" .br .ti -1c .RI "double \fBsin_theta\fP (\fBSCVector3\fP &\fBpoint\fP) const" .br .ti -1c .RI "void \fBgauleg\fP (double x1, double x2, int n)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "int \fBntheta_\fP" .br .ti -1c .RI "int \fBnphi_\fP" .br .ti -1c .RI "int \fBKtheta_\fP" .br .ti -1c .RI "int \fBntheta_r_\fP" .br .ti -1c .RI "int \fBnphi_r_\fP" .br .ti -1c .RI "int \fBKtheta_r_\fP" .br .ti -1c .RI "double * \fBtheta_quad_weights_\fP" .br .ti -1c .RI "double * \fBtheta_quad_points_\fP" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP An implementation of an angular integrator using the Gauss-Legendre weights and grid points\&. .SH "Constructor & Destructor Documentation" .PP .SS "sc::GaussLegendreAngularIntegrator::GaussLegendreAngularIntegrator (const \fBRef\fP< \fBKeyVal\fP > &)" .PP Contract a \fBGaussLegendreAngularIntegrator\fP from \fBKeyVal\fP input\&. This class is for testing, the \fBLebedevLaikovIntegrator\fP is preferred for normal use\&. The following parameters are read: \fCntheta\fP, \fCnphi\fP, and \fCKtheta\fP\&. .SH "Member Function Documentation" .PP .SS "void sc::GaussLegendreAngularIntegrator::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::AngularIntegrator\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.