![]() |
![]()
| ![]() |
![]()
NAMEsc::BeckeIntegrationWeight - Implements Becke's integration weight scheme. SYNOPSIS#include <integrator.h> Inherits sc::IntegrationWeight. Public Member FunctionsBeckeIntegrationWeight (const Ref< KeyVal
> &)
Public Member Functions inherited from
sc::IntegrationWeight
Public Member Functions inherited from sc::SavableState
Public Member Functions inherited from sc::DescribedClass
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Additional Inherited MembersStatic Public Member Functions inherited from
sc::SavableState
Protected Member Functions inherited from
sc::IntegrationWeight
Protected Member Functions inherited from sc::SavableState
Protected Member Functions inherited from sc::RefCount
Protected Attributes inherited from sc::IntegrationWeight
Detailed DescriptionImplements Becke's integration weight scheme. Member Function Documentationvoid sc::BeckeIntegrationWeight::done () [virtual]Called when finished with the integration weight object. Reimplemented from sc::IntegrationWeight. void sc::BeckeIntegrationWeight::init (const Ref< Molecule > &, double tolerance) [virtual]Initialize the integration weight object. Reimplemented from sc::IntegrationWeight. void sc::BeckeIntegrationWeight::save_data_state (StateOut &) [virtual]Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. This must be implemented by the derived class if the class has data. Reimplemented from sc::IntegrationWeight. double sc::BeckeIntegrationWeight::w (int center, SCVector3 & point, double * grad_w = 0) [virtual]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. Implements sc::IntegrationWeight. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|