Skip to content

Commit 1a6ccc0

Browse files
doc: pauli atom
1 parent 0b7ebd3 commit 1a6ccc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mpqp/core/instruction/measurement/pauli_string.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,11 @@ class PauliStringAtom(PauliStringMonomial):
10721072
Args:
10731073
label: The label representing the Pauli operator.
10741074
matrix: The matrix representation of the Pauli operator.
1075-
eig_vals
1075+
eig_values:
1076+
eig_vectors:
1077+
basis_change:
1078+
1079+
TODO: finish comments
10761080
10771081
Raises:
10781082
RuntimeError: New atoms cannot be created, you should use the available

0 commit comments

Comments
 (0)