Skip to content

Commit

Permalink
update t2hahn.py (Qiskit-Extensions#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naohnakazawa committed Apr 30, 2024
1 parent 3ffb37b commit 764ed94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit_experiments/library/characterization/t2hahn.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class T2Hahn(BaseExperiment):
import qiskit
from qiskit_experiments.library.characterization.t2hahn import T2Hahn
conversion_factor = 1e-6
delays = list(range(0, 50, 1))
delays = [float(_)*conversion_factor for _ in delays]
number_of_echoes = 1
Expand Down

0 comments on commit 764ed94

Please sign in to comment.