Skip to content

Commit

Permalink
PauliString and MutablePauliString docs and inconsistencies fixes (
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujkhattar authored and rht committed May 1, 2023
1 parent 6252ea2 commit 56f66d7
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 59 deletions.
2 changes: 1 addition & 1 deletion cirq-core/cirq/ops/dense_pauli_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

@value.value_equality(approximate=True, distinct_child_types=True)
class BaseDensePauliString(raw_types.Gate, metaclass=abc.ABCMeta):
"""Parent class for `DensePauliString` and `MutableDensePauliString`."""
"""Parent class for `cirq.DensePauliString` and `cirq.MutableDensePauliString`."""

I_VAL = 0
X_VAL = 1
Expand Down
Loading

0 comments on commit 56f66d7

Please sign in to comment.