GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::BeckeIntegrationWeight(3) MPQC sc::BeckeIntegrationWeight(3)

sc::BeckeIntegrationWeight - Implements Becke's integration weight scheme.

#include <integrator.h>

Inherits sc::IntegrationWeight.


BeckeIntegrationWeight (const Ref< KeyVal > &)
BeckeIntegrationWeight (StateIn &)
void save_data_state (StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. void init (const Ref< Molecule > &, double tolerance)
Initialize the integration weight object. void done ()
Called when finished with the integration weight object. double w (int center, SCVector3 &point, double *grad_w=0)
Computes the weight for a given center at a given point in space.

Implements Becke's integration weight scheme.

Called when finished with the integration weight object.

Reimplemented from sc::IntegrationWeight.

Initialize the integration weight object.

Reimplemented from sc::IntegrationWeight.

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.

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.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.