MPQC
3.0.0-alpha
|
Provides hints to the constructors of a Transform class that help configure its implementation. More...
#include <chemistry/qc/lcao/transform_factory.h>
Public Member Functions | |
CreateTransformHints (const CreateTransformHints &) | |
CreateTransformHints & | operator= (const CreateTransformHints &other) |
bool | data_persistent () const |
will this transform's data need to be used multiple times? | |
void | data_persistent (bool data_persistent_) |
Provides hints to the constructors of a Transform class that help configure its implementation.
The default is to assume that data will not be needed persistently.