Skip to content

Commit 5afc64e

Browse files
Inverse t2 scaling
1 parent 8c8d882 commit 5afc64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tfim_hybrid_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def main():
279279
if len(sys.argv) > 6:
280280
t2 = float(sys.argv[6])
281281
else:
282-
t2 = 8 * math.pi / n_qubits
282+
t2 = n_qubits * math.pi / 32
283283
if len(sys.argv) > 7:
284284
shots = int(sys.argv[7])
285285
else:

0 commit comments

Comments
 (0)