Skip to content

Commit

Permalink
3rd commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Jan 2, 2020
1 parent b25d65e commit d31ac23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyquil/paulis.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from collections import OrderedDict
import warnings

PauliTargetDesignator = Union[int, FormalArgument]
PauliTargetDesignator = Union[int, FormalArgument, QubitPlaceholder]
PauliDesignator = Union["PauliTerm", "PauliSum"]

PAULI_OPS = ["X", "Y", "Z", "I"]
Expand Down

0 comments on commit d31ac23

Please sign in to comment.