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::MNDOMethodWrapper Class Referencefinal

A method wrapper handling MNDO calculations. More...

#include <MNDOMethodWrapper.h>

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

Public Member Functions

 MNDOMethodWrapper ()
 Default Constructor.
 
 MNDOMethodWrapper (const MNDOMethodWrapper &rhs)
 
MNDOMethodWrapperoperator= (const MNDOMethodWrapper &rhs)
 
 MNDOMethodWrapper (MNDOMethodWrapper &&rhs)=delete
 
MNDOMethodWrapperoperator= (MNDOMethodWrapper &&rhs)=delete
 
 ~MNDOMethodWrapper () final
 Default Destructor.
 
std::string name () const final
 Getter for the name of the underlying 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 MNDO Hamiltonian. More...
 
- Public Member Functions inherited from Scine::Utils::CloneInterface< MNDOMethodWrapper, NDDOMethodWrapper, Core::Calculator >
std::shared_ptr
< MNDOMethodWrapper > 
clone () const
 

Static Public Attributes

static constexpr const char * model = "MNDO"
 

Detailed Description

A method wrapper handling MNDO calculations.

Member Function Documentation

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

Function to add a contribution to the electronic MNDO Hamiltonian.

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

Getter for the name of the underlying method.

Returns
Returns the name of the underlying method.

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