Scine::Sparrow
5.0.0
Library for fast and agile quantum chemical calculations with semiempirical methods.
|
A method wrapper handling MNDO calculations. More...
#include <MNDOMethodWrapper.h>
Public Member Functions | |
MNDOMethodWrapper () | |
Default Constructor. | |
MNDOMethodWrapper (const MNDOMethodWrapper &rhs) | |
MNDOMethodWrapper & | operator= (const MNDOMethodWrapper &rhs) |
MNDOMethodWrapper (MNDOMethodWrapper &&rhs)=delete | |
MNDOMethodWrapper & | operator= (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" |
A method wrapper handling MNDO calculations.
|
final |
Function to add a contribution to the electronic MNDO Hamiltonian.
contribution | An Utils::AdditiveElectronicContribution polymorphic class. |
|
final |
Getter for the name of the underlying method.