table of contents
sc::Orbital(3) | MPQC | sc::Orbital(3) |
NAME¶
sc::Orbital
SYNOPSIS¶
Inherits sc::Volume.
Public Member Functions¶
Orbital (const Ref< KeyVal > &)
Orbital (const Ref< OneBodyWavefunction > &,
int orbital)
virtual void boundingbox (double valuemin, double valuemax,
SCVector3 &p1, SCVector3 &p2)
Protected Member Functions¶
virtual void compute ()
Recompute at least the results that have compute true and are not already
computed.
Protected Attributes¶
Ref< OneBodyWavefunction > wfn_
int orbital_
Additional Inherited Members¶
Member Function Documentation¶
virtual void sc::Orbital::boundingbox (double valuemin, double valuemax, SCVector3 & p1, SCVector3 & p2) [virtual]¶
Implements sc::Volume.
virtual void sc::Orbital::compute () [protected], [virtual]¶
Recompute at least the results that have compute true and are not already computed. This should only be called by Result's members.
Implements sc::Volume.
Author¶
Generated automatically by Doxygen for MPQC from the source code.
Fri Dec 2 2022 | Version 2.3.1 |