Skip to content

Commit

Permalink
Update rabi.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ElStabilini authored Nov 22, 2024
1 parent 1742dc1 commit 30dd98c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions doc/source/protocols/rabi/rabi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ It follows an example runcard and plot for the signal exepriment

In all the previous examples we run Rabi experiments for calibrating the amplitude (duration) of the drive pulse
to excite the qubit from the ground state up to state :math:`\ket{1}`.
All the prievious example runcard can be modified to calibrate the amplitude (duration) of the drive pulse
All these example runcards can be modified to calibrate the amplitude (duration) of the drive pulse
to excite the qubit from the ground state up to state :math:`\frac{\ket{0}-i\ket{1}}{\sqrt{2}}` by simply setting the `rx90` parameter to `True`.

In the following we show an example runcard
Expand All @@ -119,16 +119,15 @@ In the following we show an example runcard
- id: Rabi signal
operation: rabi_amplitude_signal
parameters:
min_amp: 0.2
max_amp: 1.
step_amp: 0.01
min_amp: 0.01
max_amp: 0.16
step_amp: 0.002
pulse_length: 40
nshots: 3000
nshots: 1024
relaxation_time: 50000
RX90: False
rx90: True
..
_Remember image and modify runcard!
.. image:: rabi_amplitude_rx90

Requirements
^^^^^^^^^^^^
Expand Down

0 comments on commit 30dd98c

Please sign in to comment.