![]() |
![]()
| ![]() |
![]()
NAMEsc::StdDenFunctional - The StdDenFunctional class is used to construct the standard density functionals. SYNOPSIS#include <functional.h> Inherits sc::SumDenFunctional. Public Member FunctionsStdDenFunctional (const Ref< KeyVal >
&)
Public Member Functions inherited from sc::SumDenFunctional
Public Member Functions inherited from sc::DenFunctional
Public Member Functions inherited from sc::SavableState
Public Member Functions inherited from sc::DescribedClass
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Protected Member Functionsvoid init_arrays (int n)
Protected Member Functions inherited from sc::DenFunctional
Protected Member Functions inherited from sc::SavableState
Protected Member Functions inherited from sc::RefCount
Protected Attributeschar * name_
Protected Attributes inherited from sc::SumDenFunctional
Protected Attributes inherited from sc::DenFunctional
Additional Inherited MembersStatic Public Member Functions inherited from
sc::SavableState
Detailed DescriptionThe StdDenFunctional class is used to construct the standard density functionals. The table below lists the functional names and the equivalent functionals in other packages. The Name column gives the name as it is given in the input file (this is case sensitive). Functional names with non-alpha-numeric names should be given in double quotes. The description column gives the classes used to build up the functional and its coefficient, if it is other than one. The G98 column lists the equivalent functional in Gaussian 98 A.6. The NWChem column lists the equivalent functional in NWChem 3.3.1. Name Description G98 NWChem XALPHA XalphaFunctional XALPHA
B3LYP b3lyp B3PW91 0.2 HF-Exchange
B3PW91
Constructor & Destructor Documentationsc::StdDenFunctional::StdDenFunctional (const Ref< KeyVal > &)The name keyword is read from the input and is used to initialize the functional. See the general StdDenFunctional description for a list of valid values for name. Member Function Documentationvoid sc::StdDenFunctional::print (std::ostream & = ExEnv::out0()) const [virtual]Print the object. Reimplemented from sc::SumDenFunctional. void sc::StdDenFunctional::save_data_state (StateOut &) [virtual]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::SumDenFunctional. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|