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::Compute(3) MPQC sc::Compute(3)

sc::Compute - The Compute class provides a means of keeping results up to date.

#include <compute.h>

Inherited by sc::Function.


virtual void obsolete ()
Marks all results as being out of date.


virtual void compute ()=0
Recompute at least the results that have compute true and are not already computed.


class ResultInfo
class AccResultInfo

The Compute class provides a means of keeping results up to date.

Derived classes can have member data which is registered with the compute class. When this member data is accessed and it is not available, the compute member function is called. The compute member must be implemented in derived classes and is responsible for computed the requested result.

Recompute at least the results that have compute true and are not already computed. This should only be called by Result's members.

Implemented in sc::SumMolecularEnergy, sc::TaylorMolecularEnergy, sc::MBPT2, sc::MP2BasisExtrap, sc::MBPT2_R12, sc::PsiWavefunction, sc::SCF, sc::ElectronDensity, sc::BatchElectronDensity, sc::Orbital, sc::Shape, and sc::Volume.

Marks all results as being out of date. Any subsequent access to results will cause Compute::compute() to be called.

Reimplemented in sc::MBPT2, sc::MBPT2_R12, sc::SCF, and sc::Wavefunction.

Referenced by sc::Function::get_x_reference().

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.