|
| unsigned int | num_oper () const override |
| | Number of operators in the set. More...
|
| |
| unsigned int | key () const override |
| | Implementation of Hashable::key() More...
|
| |
| std::string | description () const override |
| | Implementation of OperSet::description() More...
|
| |
| std::string | label () const override |
| | Implementation of OperSet::label() More...
|
| |
|
Descr & | descr () |
| | Return the descriptor object.
|
| |
|
const Descr & | descr () const |
| | Return the descriptor object.
|
| |
|
| GenOper (Descr descr=Descr()) |
| |
|
| GenOper (const SafePtr< GenOper > &o) |
| |
|
| GenOper (const SafePtr< OperSet > &o) |
| |
|
| GenOper (const SafePtr< ConstructablePolymorphically > &o) |
| |
|
| GenOper (const ConstructablePolymorphically &o) |
| |
| int | psymm (int i, int j) const override |
| | Implementation of OperSet::psymm() More...
|
| |
| int | hermitian (int p) const override |
| | Implementation of OperSet::hermitian() More...
|
| |
| bool | origin_dependent () const override |
| | Implementation of OperSet::origin_dependent() More...
|
| |
|
bool | operator== (const Oper &) const |
| |
| virtual std::string | description () const =0 |
| | Returns full human-readable description of the operator. More...
|
| |
| virtual std::string | label () const =0 |
| | Returns short label for the operator. More...
|
| |
| virtual int | psymm (int i, int j) const =0 |
| | Returns 1, 0, or -1, if each operator in the set is symmetric, nonsymmetric, or antisymmetric with respect to permutation of particles i and j. More...
|
| |
| virtual int | hermitian (int p) const =0 |
| | Returns 1, 0, or -1, if each operator in the set is Hermitian, non-Hermitian, or anti-Hermitian w.r.t. More...
|
| |
| virtual bool | origin_dependent () const =0 |
| | is operator origin-dependent? More...
|
| |
| virtual unsigned int | num_oper () const =0 |
| | Number of operators in the set. More...
|
| |
| virtual KeyReturnType | key () const=0 |
| |
template<class Descr>
class libint2::GenOper< Descr >
GenOper is a single operator described by descriptor Descr.