MPQC  2.3.1
Public Member Functions | Protected Member Functions | Friends | List of all members
sc::Compute Class Referenceabstract

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

#include <compute.h>

Inheritance diagram for sc::Compute:
Inheritance graph
[legend]

Public Member Functions

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

Protected Member Functions

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

Friends

class ResultInfo
 
class AccResultInfo
 

Detailed Description

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.

Member Function Documentation

◆ compute()

virtual void sc::Compute::compute ( )
protectedpure virtual

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::Volume, sc::SumMolecularEnergy, sc::MBPT2, sc::BatchElectronDensity, sc::MBPT2_R12, sc::SCF, sc::TaylorMolecularEnergy, sc::PsiWavefunction, sc::Shape, sc::ElectronDensity, sc::Orbital, and sc::MP2BasisExtrap.

◆ obsolete()

virtual void sc::Compute::obsolete ( )
virtual

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::Wavefunction, sc::MBPT2_R12, and sc::SCF.

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


The documentation for this class was generated from the following file:

Generated at Sun Jan 26 2020 23:33:05 for MPQC 2.3.1 using the documentation package Doxygen 1.8.16.