.TH "sc::BeckeIntegrationWeight" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::BeckeIntegrationWeight \- Implements Becke's integration weight scheme\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::IntegrationWeight\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBBeckeIntegrationWeight\fP (const \fBRef\fP< \fBKeyVal\fP > &)" .br .ti -1c .RI "\fBBeckeIntegrationWeight\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 "void \fBinit\fP (const \fBRef\fP< \fBMolecule\fP > &, double tolerance)" .br .RI "Initialize the integration weight object\&. " .ti -1c .RI "void \fBdone\fP ()" .br .RI "Called when finished with the integration weight object\&. " .ti -1c .RI "double \fBw\fP (int center, \fBSCVector3\fP &\fBpoint\fP, double *grad_w=0)" .br .RI "Computes the weight for a given center at a given point in space\&. " .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP Implements Becke's integration weight scheme\&. .SH "Member Function Documentation" .PP .SS "void sc::BeckeIntegrationWeight::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::IntegrationWeight\fP\&. .SS "double sc::BeckeIntegrationWeight::w (int center, \fBSCVector3\fP & point, double * grad_w = \fC0\fP)\fC [virtual]\fP" .PP Computes the weight for a given center at a given point in space\&. Derivatives of the weigth with respect to nuclear coordinates are optionally returned in grad_w\&. This must be called after init, but before done\&. It must also be thread-safe\&. .PP Implements \fBsc::IntegrationWeight\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.