#include <spectrum.h>
Definition at line 36 of file spectrum.h.
◆ Spectrum()
votca::xtp::Spectrum::Spectrum |
( |
| ) |
|
|
default |
◆ ~Spectrum()
votca::xtp::Spectrum::~Spectrum |
( |
| ) |
|
|
default |
◆ evtoinvcm()
double votca::xtp::Spectrum::evtoinvcm |
( |
double | eV | ) |
|
|
private |
◆ evtonm()
double votca::xtp::Spectrum::evtonm |
( |
double | eV | ) |
|
|
private |
◆ Gaussian()
double votca::xtp::Spectrum::Gaussian |
( |
double | x, |
|
|
double | center, |
|
|
double | fwhm ) |
|
private |
◆ Identify()
std::string votca::xtp::Spectrum::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 42 of file spectrum.h.
◆ invcmtonm()
double votca::xtp::Spectrum::invcmtonm |
( |
double | invcm | ) |
|
|
private |
◆ Lorentzian()
double votca::xtp::Spectrum::Lorentzian |
( |
double | x, |
|
|
double | center, |
|
|
double | fwhm ) |
|
private |
◆ nmtoev()
double votca::xtp::Spectrum::nmtoev |
( |
double | nm | ) |
|
|
private |
◆ nmtoinvcm()
double votca::xtp::Spectrum::nmtoinvcm |
( |
double | nm | ) |
|
|
private |
◆ ParseOptions()
void votca::xtp::Spectrum::ParseOptions |
( |
const tools::Property & | user_options | ) |
|
|
protectedvirtual |
◆ Run()
bool votca::xtp::Spectrum::Run |
( |
| ) |
|
|
protectedvirtual |
◆ fwhm_
double votca::xtp::Spectrum::fwhm_ |
|
private |
◆ log_
Logger votca::xtp::Spectrum::log_ |
|
private |
◆ lower_
double votca::xtp::Spectrum::lower_ = 0.0 |
|
private |
◆ maxexc_
Index votca::xtp::Spectrum::maxexc_ = std::numeric_limits<Index>::max() |
|
private |
◆ minexc_
Index votca::xtp::Spectrum::minexc_ = 0 |
|
private |
◆ n_pt_
Index votca::xtp::Spectrum::n_pt_ = 100 |
|
private |
◆ orbfile_
std::string votca::xtp::Spectrum::orbfile_ |
|
private |
◆ output_file_
std::string votca::xtp::Spectrum::output_file_ = "spectrum.dat" |
|
private |
◆ shiftby_
double votca::xtp::Spectrum::shiftby_ = 0.0 |
|
private |
◆ spectrum_type_
std::string votca::xtp::Spectrum::spectrum_type_ = "energy" |
|
private |
◆ upper_
double votca::xtp::Spectrum::upper_ |
|
private |
The documentation for this class was generated from the following files: