File OSUtilsModule.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 OSUtilsModule : public Module
#include <OSUtilsModule.h>

Module provided by OSUtils.

This provides the ‘default’ implementations of common interfaces.

Public Functions

Scine::Utils::OSUtilsModule::BOOST_HANA_DEFINE_STRUCT(OSUtilsModule, (std::vector< std::string >, calculator))
OSUtilsModule()
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 std::shared_ptr<Module> make()