#include <jobcalculator.h>
Definition at line 39 of file jobcalculator.h.
◆ JobCalculator()
votca::xtp::JobCalculator::JobCalculator |
( |
| ) |
|
|
default |
◆ ~JobCalculator()
votca::xtp::JobCalculator::~JobCalculator |
( |
| ) |
|
|
overridedefault |
◆ Evaluate()
virtual bool votca::xtp::JobCalculator::Evaluate |
( |
const Topology & | top | ) |
|
|
protectedpure virtual |
◆ EvaluateFrame()
bool votca::xtp::JobCalculator::EvaluateFrame |
( |
const Topology & | top | ) |
|
|
inline |
◆ Identify()
std::string votca::xtp::JobCalculator::Identify |
( |
| ) |
const |
|
overridepure virtual |
◆ Initialize()
void votca::xtp::JobCalculator::Initialize |
( |
const tools::Property & | user_options | ) |
|
|
inlinefinalvirtual |
Initializes a calculator from an XML file with options.
Options are passed to a calculator by the Application These option overwrite defaults
- Parameters
-
user_options | Property object passed by the application to a calculator |
Implements votca::tools::Calculator.
Definition at line 48 of file jobcalculator.h.
◆ Package()
std::string votca::xtp::JobCalculator::Package |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ ParseOptions()
virtual void votca::xtp::JobCalculator::ParseOptions |
( |
const tools::Property & | opt | ) |
|
|
protectedpure virtual |
◆ ReadJobFile()
virtual void votca::xtp::JobCalculator::ReadJobFile |
( |
Topology & | top | ) |
|
|
pure virtual |
◆ setOpenMPThreads()
void votca::xtp::JobCalculator::setOpenMPThreads |
( |
Index | ompthreads | ) |
|
|
inline |
◆ setProgObserver()
void votca::xtp::JobCalculator::setProgObserver |
( |
ProgObserver< std::vector< Job > > * | obs | ) |
|
|
inline |
◆ WriteJobFile()
virtual void votca::xtp::JobCalculator::WriteJobFile |
( |
const Topology & | top | ) |
|
|
pure virtual |
◆ openmp_threads_
Index votca::xtp::JobCalculator::openmp_threads_ |
|
protected |
◆ progObs_
The documentation for this class was generated from the following file: