votca 2024.2-dev
|
#include <densityanalysis.h>
Public Member Functions | |
std::string | Identify () const |
Calculator name. | |
Public Member Functions inherited from votca::xtp::QMTool | |
QMTool ()=default | |
~QMTool () override=default | |
std::string | Package () const final |
Package name. | |
void | Initialize (const tools::Property &options) final |
Initializes a calculator from an XML file with options. | |
bool | Evaluate () |
Public Member Functions inherited from votca::tools::Calculator | |
Calculator ()=default | |
virtual | ~Calculator ()=default |
void | setnThreads (Index nThreads) |
Sets number of threads to use. | |
Protected Member Functions | |
void | ParseOptions (const tools::Property &user_options) |
bool | Run () |
Protected Member Functions inherited from votca::xtp::QMTool |
Private Attributes | |
std::string | orbfile_ |
std::string | output_file_ |
tools::Property | gyration_options_ |
Logger | log_ |
Additional Inherited Members | |
Protected Attributes inherited from votca::xtp::QMTool | |
std::string | job_name_ |
Protected Attributes inherited from votca::tools::Calculator | |
Index | nThreads_ |
bool | maverick_ |
Definition at line 37 of file densityanalysis.h.
|
inlinevirtual |
Calculator name.
This name is used to register a calculator in a Factory It the name of the XML file with the default calculator options stored in VOTCASHARE
Implements votca::xtp::QMTool.
Definition at line 39 of file densityanalysis.h.
|
protectedvirtual |
Implements votca::xtp::QMTool.
Definition at line 53 of file densityanalysis.h.
|
protectedvirtual |
Implements votca::xtp::QMTool.
Definition at line 61 of file densityanalysis.h.
|
private |
Definition at line 48 of file densityanalysis.h.
|
private |
Definition at line 50 of file densityanalysis.h.
|
private |
Definition at line 46 of file densityanalysis.h.
|
private |
Definition at line 47 of file densityanalysis.h.