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

A method wrapper handling DFTB0 calculations. More...

#include <DFTB0MethodWrapper.h>

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

Public Member Functions

 DFTB0MethodWrapper ()
 Default Constructor.
 
 DFTB0MethodWrapper (const DFTB0MethodWrapper &rhs)
 
DFTB0MethodWrapperoperator= (const DFTB0MethodWrapper &rhs)
 
 DFTB0MethodWrapper (DFTB0MethodWrapper &&rhs)=delete
 
DFTB0MethodWrapperoperator= (DFTB0MethodWrapper &&rhs)=delete
 
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 DFTB0 Hamiltonian. More...
 
- Public Member Functions inherited from Scine::Utils::CloneInterface< DFTB0MethodWrapper, DFTBMethodWrapper, Core::Calculator >
std::shared_ptr
< DFTB0MethodWrapper > 
clone () const
 

Static Public Attributes

static constexpr const char * model = "DFTB0"
 

Detailed Description

A method wrapper handling DFTB0 calculations.

Member Function Documentation

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

Function to add a contribution to the electronic DFTB0 Hamiltonian.

Parameters
contributionAn Utils::AdditiveElectronicContribution polymorphic class.
std::string Scine::Sparrow::DFTB0MethodWrapper::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: