votca 2024.2-dev
|
#include <boost/algorithm/string.hpp>
#include <boost/format.hpp>
#include <votca/tools/propertyiomanipulator.h>
#include "votca/xtp/job.h"
Go to the source code of this file.
Namespaces | |
namespace | votca |
base class for all analysis tools | |
namespace | votca::xtp |
Charge transport classes. | |
Functions | |
std::vector< Job > | votca::xtp::LOAD_JOBS (const std::string &xml_file) |
void | votca::xtp::WRITE_JOBS (const std::vector< Job > &jobs, const std::string &job_file) |
void | votca::xtp::UPDATE_JOBS (const std::vector< Job > &from, std::vector< Job > &to, const std::string &thisHost) |