new_periodic_sequence

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

Creates the periodic sequence.

Parameters

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

Returns

The periodic sequence.

Return type

DynamicDecouplingSequence

Notes

The periodic sequence 1 is parameterized by duration τ\tau and number of offsets nn. The sequence consists of XπX_{\pi} operations at offsets given by

ti=τn+1  , t_i = \frac{\tau}{n + 1} \;,

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

References

[1] L. Viola and E. Knill, Physical Review Letters 90, 037901 (2003).

Was this useful?