Skip to content

Commit 6aab416

Browse files
Cut extraneous line
1 parent e4c5d9f commit 6aab416

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyqrackising/otoc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ def get_otoc_hamming_distribution(J=-1.0, h=2.0, z=4, theta=0.0, t=5, n_qubits=6
5151
rev = probability_by_hamming_weight(h, J, z, phi - np.pi, t, n_qubits + 1)
5252
diff_phi = rev - fwd
5353

54-
diff_lam = (diff_theta + diff_phi) / 2
55-
5654
for b in pauli_string:
5755
match b:
5856
case 'X':

0 commit comments

Comments
 (0)