-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b625f3
commit db00d75
Showing
4 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
CPMG sequence | ||
============= | ||
|
||
In this section we show how to run the dynamical decoupling sequence CPMG. | ||
|
||
The CPMG sequence consists in applying N equally spaced :math:`\pi` pulses | ||
within two :math:`\pi` pulses. By increasing the number of :math:`\pi` pulses :math:`T_2` | ||
should increase until reaching the :math:`2 T_1` limit. | ||
|
||
|
||
The fit is again a dumped exponential of the following form: | ||
|
||
.. math:: | ||
p_e(t) = A + B e^{ - t / T_2} | ||
Parameters | ||
^^^^^^^^^^ | ||
|
||
.. autoclass:: qibocal.protocols.coherence.cpmg.CpmgParameters | ||
:noindex: | ||
|
||
Example | ||
^^^^^^^ | ||
|
||
A possible runcard to launch a CPMG experiment could be the following: | ||
|
||
.. code-block:: yaml | ||
- id: CPMG | ||
operation: cpmg | ||
parameters: | ||
delay_between_pulses_end: 100000 | ||
delay_between_pulses_start: 4 | ||
delay_between_pulses_step: 1000 | ||
n: 10 | ||
nshots: 1000 | ||
The expected output is the following: | ||
|
||
.. image:: cpmg.png | ||
|
||
:math:`T_2` is determined by fitting the output signal using | ||
the formula presented above. | ||
|
||
Requirements | ||
^^^^^^^^^^^^ | ||
|
||
- :ref:`single-shot` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters