votca 2024.2-dev
|
Public Member Functions | |
XtpRun ()=default | |
~XtpRun ()=default | |
std::string | ProgramName () final |
program name | |
void | HelpText (std::ostream &out) final |
help text of application without version information | |
Public Member Functions inherited from votca::xtp::StateApplication | |
StateApplication ()=default | |
~StateApplication () override=default | |
Public Member Functions inherited from votca::xtp::XtpApplication | |
XtpApplication () | |
~XtpApplication () override | |
void | Initialize () final |
Adds program options to the executable. | |
bool | EvaluateOptions () final |
Process command line options. | |
void | Run () final |
Main body of application. | |
void | ShowHelpText (std::ostream &out) final |
Public Member Functions inherited from votca::tools::Application | |
Application () | |
virtual | ~Application () |
int | Exec (int argc, char **argv) |
executes the program | |
virtual std::string | VersionString () |
version string of application | |
void | CheckRequired (const std::string &option_name, const std::string &error_msg="") |
Check weather required option is set. | |
boost::program_options::options_description_easy_init | AddProgramOptions (const std::string &group="") |
add option for command line | |
boost::program_options::variables_map & | OptionsMap () |
get available program options & descriptions | |
boost::program_options::options_description & | OptionsDesc () |
boost::program_options::options_description & | VisibleOptions () |
filters out the Hidden group from the options descriptions | |
void | StopExecution () |
call StopExecution after EvaluateOptions | |
Protected Member Functions | |
void | CreateCalculator (const std::string &name) |
void | ConfigCalculator () |
bool | savetoStateFile () const final |
bool | EvaluateFrame (votca::xtp::Topology &top) final |
std::string | CalculatorType () const |
void | CheckOptions () final |
std::vector< std::string > | CalculatorNames () const |
void | AddCommandLineOpt () final |
Protected Member Functions inherited from votca::xtp::StateApplication | |
void | EvaluateSpecificOptions () final |
void | execute () final |
void | AddCommandLineOptions () final |
Protected Member Functions inherited from votca::xtp::XtpApplication | |
Protected Member Functions inherited from votca::tools::Application |
Private Attributes | |
std::unique_ptr< xtp::QMCalculator > | calc_ = nullptr |
Additional Inherited Members | |
Protected Attributes inherited from votca::xtp::XtpApplication | |
votca::tools::Property | options_ |
Protected Attributes inherited from votca::tools::Application | |
std::map< std::string, boost::program_options::options_description > | op_groups_ |
bool | continue_execution_ = true |
Definition at line 28 of file xtp_run.cc.
|
default |
|
default |
|
inlinefinalprotectedvirtual |
Implements votca::xtp::StateApplication.
Definition at line 51 of file xtp_run.cc.
|
inlineprotectedvirtual |
Implements votca::xtp::XtpApplication.
Definition at line 47 of file xtp_run.cc.
|
inlineprotectedvirtual |
Implements votca::xtp::XtpApplication.
Definition at line 45 of file xtp_run.cc.
|
inlinefinalprotectedvirtual |
Implements votca::xtp::StateApplication.
Definition at line 46 of file xtp_run.cc.
|
protectedvirtual |
Implements votca::xtp::StateApplication.
Definition at line 61 of file xtp_run.cc.
|
protectedvirtual |
Implements votca::xtp::XtpApplication.
Definition at line 57 of file xtp_run.cc.
|
finalprotectedvirtual |
Implements votca::xtp::StateApplication.
Definition at line 68 of file xtp_run.cc.
|
inlinefinalvirtual |
help text of application without version information
out | ostream for output |
Implements votca::tools::Application.
Definition at line 35 of file xtp_run.cc.
|
inlinefinalvirtual |
program name
overload this function to set the program name
Implements votca::tools::Application.
Definition at line 33 of file xtp_run.cc.
|
inlinefinalprotectedvirtual |
Implements votca::xtp::StateApplication.
Definition at line 42 of file xtp_run.cc.
|
private |
Definition at line 54 of file xtp_run.cc.