Skip to content

Commit

Permalink
Update rabi.rst
Browse files Browse the repository at this point in the history
Fix final state for RX90
  • Loading branch information
ElStabilini authored Nov 22, 2024
1 parent 3164fd8 commit 393d039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/protocols/rabi/rabi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Rabi rate is larger than the decay and the pure dephasing rate,
where :math:`\Omega_R` is the Rabi frequency and :math:`\tau` the decay time.

In qibocal we implemented also another version of the Rabi experiment which can be used to tune the amplitude (duration) of the drive pulse in order
to excite the qubit from the ground state up to state :math:`\frac{\ket{0}+\ket{1}}{\sqrt{2}}`.
to excite the qubit from the ground state up to state :math:`\frac{\ket{0}-i\ket{1}}{\sqrt{2}}`.

Parameters
^^^^^^^^^^
Expand Down Expand Up @@ -109,7 +109,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
to excite the qubit from the ground state up to state :math:`\frac{\ket{0}+\ket{1}}{\sqrt{2}}` by simply setting the `rx90` parameter to `True`.
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 Down

0 comments on commit 393d039

Please sign in to comment.