votca 2024.2-dev
|
#include "votca/xtp/statesaver.h"
#include "xtp_bind_calculators.h"
#include <iostream>
#include <pybind11/embed.h>
#include <pybind11/stl.h>
#include <votca/tools/optionshandler.h>
Go to the source code of this file.
Namespaces | |
namespace | pyxtp |
Functions | |
void | pyxtp::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. | |