View source on GitHub |
Auxiliary function for term reductions.
openfermion.transforms.fix_single_term(
term, position, fixed_op, other_op, stabilizer
)
Automatically multiplies a single term with a given stabilizer if the Pauli operator on a given qubit is of one of two specified types. This fixes a certain representation of a logical operator.
Returns | |
---|---|
term
|
QubitOperator
Updated term in a fiixed representation. |