|
| 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...
|
| |
template<class Props>
class libint2::Oper< Props >
Oper is OperSet characterized by properties Props.