votca 2024.2-dev
|
#include <xtp_bind_calculators.h>
Public Member Functions | |
void | Initialize (const std::string &calculatorName, Index nThreads, votca::tools::Property prop) |
void | Run (const std::string &statefile, Index nFrames, Index firstFrame, bool save) |
Private Attributes | |
std::unique_ptr< xtp::QMCalculator > | calculator_ |
Definition at line 39 of file xtp_bind_calculators.h.
void pyxtp::XTPCalculators::Initialize | ( | const std::string & | calculatorName, |
Index | nThreads, | ||
votca::tools::Property | prop ) |
Definition at line 56 of file xtp_calculators.cc.
void pyxtp::XTPCalculators::Run | ( | const std::string & | statefile, |
Index | nFrames, | ||
Index | firstFrame, | ||
bool | save ) |
Definition at line 64 of file xtp_calculators.cc.
|
private |
Definition at line 47 of file xtp_bind_calculators.h.