File SinglePointTask.h

Copyright

This code is licensed under the 3-clause BSD license.

Copyright ETH Zurich, Laboratory for Physical Chemistry, Reiher Group.

See LICENSE.txt for details.

namespace Scine
namespace Readuct
class SinglePointTask : public Scine::Readuct::Task

Public Functions

SinglePointTask(std::vector<std::string> input, std::vector<std::string> output)
std::string name() const
virtual bool run(std::map<std::string, std::shared_ptr<Core::Calculator>> &systems, const YAML::Node &taskSettings) const