votca 2024.2-dev
|
#include <ecpbasisset.h>
Public Member Functions | |
ECPShell (L l) | |
L | getL () const |
Index | getnumofFunc () const |
Index | getOffset () const |
Index | getSize () const |
std::vector< ECPGaussianPrimitive >::const_iterator | begin () const |
std::vector< ECPGaussianPrimitive >::const_iterator | end () const |
ECPGaussianPrimitive & | addGaussian (Index power, double decay, double contraction) |
Private Attributes | |
L | l_ |
std::vector< ECPGaussianPrimitive > | gaussians_ |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ECPShell &shell) |
Definition at line 42 of file ecpbasisset.h.
|
inline |
Definition at line 45 of file ecpbasisset.h.
ECPGaussianPrimitive & votca::xtp::ECPShell::addGaussian | ( | Index | power, |
double | decay, | ||
double | contraction ) |
Definition at line 131 of file ecpbasisset.cc.
|
inline |
Definition at line 54 of file ecpbasisset.h.
|
inline |
Definition at line 57 of file ecpbasisset.h.
|
inline |
Definition at line 46 of file ecpbasisset.h.
|
inline |
Definition at line 48 of file ecpbasisset.h.
|
inline |
Definition at line 50 of file ecpbasisset.h.
|
inline |
Definition at line 52 of file ecpbasisset.h.
|
friend |
Definition at line 100 of file ecpbasisset.cc.
|
private |
Definition at line 70 of file ecpbasisset.h.
|
private |
Definition at line 68 of file ecpbasisset.h.