Skip to content

Commit

Permalink
Changed target_sqp in QubitTapering from X to Z
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWeaving committed Nov 28, 2023
1 parent 7c96dd6 commit fab68e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmer/projection/qubit_tapering.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class QubitTapering(S3_projection):
"""
def __init__(self,
operator: PauliwordOp,
target_sqp: str = 'X'
target_sqp: str = 'Z'
) -> None:
"""
Input the PauliwordOp we wish to taper.
Expand Down

0 comments on commit fab68e9

Please sign in to comment.