|
typedef FString::state_index_type | state_index_type |
|
|
template<typename Int > |
| FermionBasicNCOper (Int t, Int f) |
|
size_t | to () const |
| reports the state to which this operator places a particle More...
|
|
const std::array< state_index_type, 1 > & | cre () const |
| reports the states in which particles are created More...
|
|
size_t | from () const |
| reports the state from which this operator removes a particle More...
|
|
const std::array< state_index_type, 1 > & | ann () const |
| reports the states in which particles are annihilated More...
|
|
void | apply (FString &os) const |
| applies this operator to_ FermionOccupationNBitString os. More...
|
|
bool | apply_sign (FString &os) const |
| same as apply(), but returns whether application operator changes the sign of the state; the sign changes if the number of occupied states "crossed" by the operator is odd More...
|
|
std::pair< bool, FString > | operator() (const FString &os) const |
| similar to_ apply_sign(), but keeps the argument unchanged More...
|
|
|
static const size_t | Rank = 1 |
|
◆ ann()
template<typename FString >
reports the states in which particles are annihilated
- Returns
- the states in which particles are annihilated
◆ apply()
template<typename FString >
◆ apply_sign()
template<typename FString >
same as apply(), but returns whether application operator changes the sign of the state; the sign changes if the number of occupied states "crossed" by the operator is odd
- Parameters
-
- Returns
- true is the sign of the state changes
◆ cre()
template<typename FString >
reports the states in which particles are created
- Returns
- the states in which particles are created
◆ from()
template<typename FString >
reports the state from which this operator removes a particle
- Returns
- the state from which this operator removes a particle
◆ operator()()
template<typename FString >
◆ to()
template<typename FString >
reports the state to which this operator places a particle
- Returns
- the state to which this operator places a particle
The documentation for this class was generated from the following file: