Skip to content

Commit

Permalink
T2Hahn update (Qiskit-Extensions#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naohnakazawa committed Feb 10, 2024
1 parent 49b1bcf commit 01b42ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qiskit_experiments/library/characterization/t2hahn.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ class T2Hahn(BaseExperiment):
delays = [float(_)*conversion_factor for _ in delays]
number_of_echoes = 1
exp = T2Hahn(physical_qubits=(0, ), delays=delays, num_echoes=number_of_echoes, backend=backend)
exp = T2Hahn(physical_qubits=(0, ),
delays=delays,
num_echoes=number_of_echoes,
backend=backend)
print(exp.circuits()[0])
.. jupyter-execute::
Expand Down

0 comments on commit 01b42ca

Please sign in to comment.