File SCFModifier.h¶
- Copyright
This code is licensed under the 3-clause BSD license.
Copyright ETH Zurich, Laboratory for Physical Chemistry, Reiher Group.
See LICENSE.txt for details.
-
namespace
Scine
This header file contains functions that allow for common notation for common things that can be done at a different degree of derivatives.
This header contains alias definitions defining which classes to use for the different degrees of derivatives.
-
namespace
Utils
-
class
SCFModifier
- #include <SCFModifier.h>
Base class for SCF modifiers. SCF modifiers allow to act in between the different steps of a SCF calculations. The functions it defines are anchors and are called after the corresponding steps of a SCF calculation.
- See
Subclassed by Scine::Utils::Charge_Simple, Scine::Utils::EdiisDiisModifier, Scine::Utils::EdiisModifier, Scine::Utils::Fock_Simple, Scine::Utils::FockDiisModifier
Public Functions
-
virtual
~SCFModifier
()¶
-
virtual void
setMethod
(SCFMethod *method) Set the method its access points will be called from. This function can be overriden to perform further checks / …
-
virtual void
initialize
() Initialize the SCF Modifier, to be overridden if necessary by the derived class.
-
virtual bool
isValid
() Gives information about compatibility between SCFMethod and SCFModifier. To be overriden if necessary by derived classes.
- Return
true if the SCFMethod and SCFModifier are compatible, true by default.
-
virtual void
onOverlapCalculated
()¶
-
virtual void
onIterationStart
()¶
-
virtual void
onFockCalculated
()¶
-
virtual void
onGEPSolved
()¶
-
virtual void
onDensityCalculated
()¶
-
virtual void
onCalculationFinalized
()¶
-
class
-
namespace