new_ramsey_sequence

qctrlopencontrols.new_ramsey_sequence(duration, pre_post_rotation=False, name=None)

Creates the Ramsey sequence.

Parameters

  • duration (float) – Total duration of the sequence τ\tau
  • 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 Ramsey sequence.

Return type

DynamicDecouplingSequence

Notes

Technically, the Ramsey sequence 1 does not decouple the system from the environment. Nevertheless, it is a useful sequence for characterization and testing protocols and hence it is included. The sequence is parameterized by the duration τ\tau

References

[1] N. F. Ramsey, Physical Review 78, 695 (1950).

Was this useful?