votca 2024-dev
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
votca::xtp::DftGwBse Class Referencefinal

#include <dftgwbse.h>

Inheritance diagram for votca::xtp::DftGwBse:
Inheritance graph
[legend]
Collaboration diagram for votca::xtp::DftGwBse:
Collaboration graph
[legend]

Public Member Functions

 DftGwBse ()=default
 
 ~DftGwBse ()=default
 
std::string Identify () const
 Calculator name.
 
- Public Member Functions inherited from votca::xtp::QMTool
 QMTool ()=default
 
 ~QMTool () override=default
 
std::string Identify () const override=0
 Calculator name.
 
std::string Package () const final
 Package name.
 
void Initialize (const tools::Property &options) final
 Initializes a calculator from an XML file with options.
 
bool Evaluate ()
 
- Public Member Functions inherited from votca::tools::Calculator
 Calculator ()=default
 
virtual ~Calculator ()=default
 
virtual std::string Identify () const =0
 Calculator name.
 
virtual std::string Package () const =0
 Package name.
 
virtual void Initialize (const Property &user_options)=0
 Initializes a calculator from an XML file with options.
 
void setnThreads (Index nThreads)
 Sets number of threads to use.
 

Protected Member Functions

void ParseOptions (const tools::Property &user_options)
 
bool Run ()
 
virtual bool Run ()=0
 
virtual void ParseOptions (const tools::Property &opt)=0
 

Private Attributes

std::string guess_file_
 
std::string mpsfile_
 
std::string xyzfile_
 
std::string xml_output_
 
std::string archive_file_
 
tools::Property package_options_
 
tools::Property gwbseengine_options_
 
tools::Property geoopt_options_
 
Logger log_
 

Additional Inherited Members

- Protected Attributes inherited from votca::xtp::QMTool
std::string job_name_
 
- Protected Attributes inherited from votca::tools::Calculator
Index nThreads_
 
bool maverick_
 

Detailed Description

Definition at line 34 of file dftgwbse.h.

Constructor & Destructor Documentation

◆ DftGwBse()

votca::xtp::DftGwBse::DftGwBse ( )
default

◆ ~DftGwBse()

votca::xtp::DftGwBse::~DftGwBse ( )
default

Member Function Documentation

◆ Identify()

std::string votca::xtp::DftGwBse::Identify ( ) const
inlinevirtual

Calculator name.

This name is used to register a calculator in a Factory It the name of the XML file with the default calculator options stored in VOTCASHARE

Returns
calculator name

Implements votca::xtp::QMTool.

Definition at line 40 of file dftgwbse.h.

◆ ParseOptions()

void votca::xtp::DftGwBse::ParseOptions ( const tools::Property user_options)
protectedvirtual

Implements votca::xtp::QMTool.

Definition at line 33 of file dftgwbse.cc.

◆ Run()

bool votca::xtp::DftGwBse::Run ( )
protectedvirtual

Implements votca::xtp::QMTool.

Definition at line 63 of file dftgwbse.cc.

Member Data Documentation

◆ archive_file_

std::string votca::xtp::DftGwBse::archive_file_
private

Definition at line 52 of file dftgwbse.h.

◆ geoopt_options_

tools::Property votca::xtp::DftGwBse::geoopt_options_
private

Definition at line 56 of file dftgwbse.h.

◆ guess_file_

std::string votca::xtp::DftGwBse::guess_file_
private

Definition at line 47 of file dftgwbse.h.

◆ gwbseengine_options_

tools::Property votca::xtp::DftGwBse::gwbseengine_options_
private

Definition at line 55 of file dftgwbse.h.

◆ log_

Logger votca::xtp::DftGwBse::log_
private

Definition at line 58 of file dftgwbse.h.

◆ mpsfile_

std::string votca::xtp::DftGwBse::mpsfile_
private

Definition at line 48 of file dftgwbse.h.

◆ package_options_

tools::Property votca::xtp::DftGwBse::package_options_
private

Definition at line 54 of file dftgwbse.h.

◆ xml_output_

std::string votca::xtp::DftGwBse::xml_output_
private

Definition at line 51 of file dftgwbse.h.

◆ xyzfile_

std::string votca::xtp::DftGwBse::xyzfile_
private

Definition at line 50 of file dftgwbse.h.


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