new_cpmg_sequence
qctrlopencontrols.new_cpmg_sequence(duration, offset_count, pre_post_rotation=False, name=None)
Creates the Carr-Purcell-Meiboom-Gill sequence.
Parameters
- duration (float) – Total duration of the sequence (in seconds).
- offset_count (int) – Number of offsets .
- pre_post_rotation (bool , optional) – If
True
, a rotation is added at the start and end of the sequence. Defaults toFalse
. - name (string , optional) – Name of the sequence. Defaults to
None
.
Returns
The Carr-Purcell-Meiboom-Gill sequence.
Return type
SEE ALSO
Notes
The Carr-Purcell-Meiboom-Gill sequence 1 has the same timing and number of offsets as the Carr-Purcell sequence. However, the intermediate rotations are applied along the axis. That is, it consists of operations applied at times
where .
References
[1] S. Meiboom and D. Gill, Review of Scientific Instruments 29:8, 688 (1958).