21#ifndef VOTCA_XTP_STATICREGION_H
22#define VOTCA_XTP_STATICREGION_H
37 std::string
identify()
const override {
return "staticregion"; }
43 double Etotal()
const override {
return 0.0; }
45 void Evaluate(std::vector<std::unique_ptr<Region> >&)
override {
return; }
46 void Reset()
override {
return; };
Logger is used for thread-safe output of messages.
double Etotal() const override
void Initialize(const tools::Property &) override
bool Converged() const override
StaticRegion(Index id, Logger &log)
void Evaluate(std::vector< std::unique_ptr< Region > > &) override
void AppendResult(tools::Property &) const override
double InteractwithPolarRegion(const PolarRegion &) override
double InteractwithQMRegion(const QMRegion &) override
std::string identify() const override
double InteractwithStaticRegion(const StaticRegion &) override
base class for all analysis tools