Scine::Sparrow  5.0.0
Library for fast and agile quantum chemical calculations with semiempirical methods.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Scine::Sparrow::PM6MethodWrapper Class Referencefinal

A method wrapper running PM6 calculations. More...

#include <PM6MethodWrapper.h>

Inheritance diagram for Scine::Sparrow::PM6MethodWrapper:
Inheritance graph
Collaboration diagram for Scine::Sparrow::PM6MethodWrapper:
Collaboration graph

Public Member Functions

 PM6MethodWrapper ()
 Default Constructor.
 
 PM6MethodWrapper (const PM6MethodWrapper &rhs)
 
PM6MethodWrapperoperator= (const PM6MethodWrapper &rhs)
 
 PM6MethodWrapper (PM6MethodWrapper &&rhs)=delete
 
PM6MethodWrapperoperator= (PM6MethodWrapper &&rhs)=delete
 
 ~PM6MethodWrapper () final
 Default Destructor.
 
std::string name () const final
 Getter for the name of the method. More...
 
void applySettings () final
 Function to apply the settings to the underlying method.
 
void addElectronicContribution (std::shared_ptr< Utils::AdditiveElectronicContribution > contribution) final
 Function to add a contribution to the electronic PM6 Hamiltonian. More...
 
- Public Member Functions inherited from Scine::Utils::CloneInterface< PM6MethodWrapper, NDDOMethodWrapper, Core::Calculator >
std::shared_ptr< PM6MethodWrapper > clone () const
 

Static Public Attributes

static constexpr const char * model = "PM6"
 

Detailed Description

A method wrapper running PM6 calculations.

Member Function Documentation

void Scine::Sparrow::PM6MethodWrapper::addElectronicContribution ( std::shared_ptr< Utils::AdditiveElectronicContribution contribution)
final

Function to add a contribution to the electronic PM6 Hamiltonian.

Parameters
contributionAn Utils::AdditiveElectronicContribution polymorphic class.
std::string Scine::Sparrow::PM6MethodWrapper::name ( ) const
final

Getter for the name of the method.

Returns
Returns the name of the method.

The documentation for this class was generated from the following files: