#include <functional.h>
Inheritance diagram for StdDenFunctional
Public Methods | |
StdDenFunctional () | |
StdDenFunctional (const Ref< KeyVal > &) | |
The "name" keyword is read from the input and is used to initialize the functional. More... | |
StdDenFunctional (StateIn &) | |
~StdDenFunctional () | |
void | save_data_state (StateOut &) |
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. More... | |
void | print (std::ostream &=ExEnv::out()) const |
Print the object. | |
Protected Methods | |
void | init_arrays (int n) |
Protected Attributes | |
char* | name_ |
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.
|
The "name" keyword is read from the input and is used to initialize the functional. All other keywords will be ignored. |
|
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 SumDenFunctional. |