Skip to content

Commit

Permalink
remove V1 from documentaion
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanazawa1989 committed Jun 20, 2024
1 parent 83fecce commit 4ded5fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manuals/characterization/stark_experiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ by a variant of the Hahn-echo pulse sequence [5]_.

from qiskit_experiments.library import StarkRamseyXY
from qiskit import schedule, pulse
from qiskit_ibm_runtime.fake_provider import FakeHanoi
from qiskit_ibm_runtime.fake_provider import FakeHanoiV2
from qiskit.visualization.pulse_v2 import IQXSimple

backend = FakeHanoi()
backend = FakeHanoiV2()
exp = StarkRamseyXY(
physical_qubits=[0],
backend=backend,
Expand All @@ -169,7 +169,7 @@ by a variant of the Hahn-echo pulse sequence [5]_.
"formatter.label_offset.pulse_name": 0.1,
"formatter.text_size.annotate": 14,
}
ram_x_schedule.draw(time_range=(0, 1600), style=IQXSimple(**opt), backend=backend)
ram_x_schedule.draw(time_range=(0, 1600), style=IQXSimple(**opt))
The qubit is initialized in the :math:`Y`-eigenstate with the first half-pi pulse.
This state may be visualized by a Bloch vector located on the equator of the Bloch sphere,
Expand Down

0 comments on commit 4ded5fe

Please sign in to comment.