17#ifndef XTP_BIND_CALCULATORS_H_ 
   18#define XTP_BIND_CALCULATORS_H_ 
   37                     const std::map<std::string, std::string>& dict);
 
   43  void Run(
const std::string& statefile, 
Index nFrames, 
Index firstFrame,
 
 
 
void Run(const std::string &statefile, Index nFrames, Index firstFrame, bool save)
 
void Initialize(const std::string &calculatorName, Index nThreads, votca::tools::Property prop)
 
std::unique_ptr< xtp::QMCalculator > calculator_
 
void call_calculator(const std::string &calculatorName, const std::map< std::string, std::string > &dict)
Construct a new pybind11 module object to invoke a votca-xtp Calculator.
 
Provides a means for comparing floating point numbers.