File GaussianModule.h

Default module that is always loaded by Core.

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

This header file contains functions that allow for common notation for common things that can be done at a different degree of derivatives.

This header contains alias definitions defining which classes to use for the different degrees of derivatives.

namespace Utils
class GaussianModule : public Module
#include <GaussianModule.h>

Gaussian module provided by OSUtils.

Public Functions

std::string name() const
boost::any get(const std::string &interface, const std::string &model) const
bool has(const std::string &interface, const std::string &model) const
std::vector<std::string> announceInterfaces() const
std::vector<std::string> announceModels(const std::string &interface) const

Public Static Functions

static bool gaussianFound()
static std::shared_ptr<Core::Module> make()