TBTK
FockStateRuleSet.h File Reference

FockStateRuleSet. More...

Go to the source code of this file.

Classes

class  TBTK::FockStateRuleSet
 

Functions

FockStateRuleSet TBTK::operator* (const LadderOperator< BitRegister > &ladderOperator, const FockStateRuleSet &fockStateRuleSet)
 
FockStateRuleSet TBTK::operator* (const LadderOperator< ExtensiveBitRegister > &ladderOperator, const FockStateRuleSet &fockStateRuleSet)
 

Detailed Description

FockStateRuleSet.

Author
Kristofer Björnson

Function Documentation

◆ operator*() [1/2]

FockStateRuleSet TBTK::operator* ( const LadderOperator< BitRegister > &  ladderOperator,
const FockStateRuleSet fockStateRuleSet 
)
inline

Multiplication operator between a LadderOperator and a FockStateRuleSet. Creates a new FockStateRuleSet containing the FockStateRules that results from applying the operator to each FockStateRule in the current FockStateRuleSet.

◆ operator*() [2/2]

FockStateRuleSet TBTK::operator* ( const LadderOperator< ExtensiveBitRegister > &  ladderOperator,
const FockStateRuleSet fockStateRuleSet 
)
inline

Multiplication operator between a LadderOperator and a FockStateRuleSet. Creates a new FockStateRuleSet containing the FockStateRules that results from applying the operator to each FockStateRule in the current FockStateRuleSet.