new_carr_purcell_sequence

qctrlopencontrols.new_carr_purcell_sequence(duration, offset_count, pre_post_rotation=False, name=None)

Creates the Carr-Purcell sequence.

Parameters

  • duration (float) – Total duration of the sequence τ\tau
  • offset_count (int) – Number of offsets nn
  • pre_post_rotation (bool , optional) – If True, a Xπ/2X_{\pi/2}False.
  • name (string , optional) – Name of the sequence. Defaults to None.

Returns

The Carr-Purcell sequence.

Return type

DynamicDecouplingSequence

SEE ALSO

new_cpmg_sequence

Notes

The Carr-Purcell sequence 1 is parameterized by the number of offsets nn and duration τ\tau. The sequence is made up of a set of XπX_{\pi}

ti=τn(i12)  , t_i = \frac{\tau}{n} \left(i - \frac{1}{2}\right) \;,

where i=1,,ni = 1, \cdots, n

References

[1] H. Y. Carr and E. M. Purcell, Physical Review 94, 630 (1954).

Was this useful?