|
LIBINT 2.9.0
|
Oper is OperSet characterized by properties Props. More...
#include <oper.h>


Public Types | |
| typedef Props | Properties |
Public Types inherited from libint2::OperSet | |
| typedef DummyIterator | iter_type |
Public Member Functions | |
| int | psymm (int i, int j) const override |
| Implementation of OperSet::psymm() | |
| int | hermitian (int p) const override |
| Implementation of OperSet::hermitian() | |
| bool | origin_dependent () const override |
| Implementation of OperSet::origin_dependent() | |
| bool | operator== (const Oper &) const |
Public Member Functions inherited from libint2::OperSet | |
| virtual std::string | description () const =0 |
| Returns full human-readable description of the operator. | |
| virtual std::string | label () const =0 |
| Returns short label for the operator. | |
| virtual unsigned int | num_oper () const =0 |
| Number of operators in the set. | |
Protected Member Functions | |
| Oper () | |
| The only declared constructor is only useable by derived classes. | |
|
overridevirtual |
Implementation of OperSet::hermitian()
Implements libint2::OperSet.
|
inlineoverridevirtual |
Implementation of OperSet::origin_dependent()
Implements libint2::OperSet.
|
overridevirtual |
Implementation of OperSet::psymm()
Implements libint2::OperSet.