class CarrPurcellSequence(*, B, LO, reptime, averages, shots, tau, n, dim=100, **kwargs)

Bases: Sequence

Represents a Carr-Purcell sequence.

Build a Carr-Purcell dynamical decoupling sequence using either rectangular pulses or specified pulses.

Parameters:
Bint or float

The B0 field, in Guass

LOint or float

The LO frequency in GHz

reptime_type_

The shot repetition time in us

averagesint

The number of scans.

shotsint

The number of shots per point

tauint

The maximum total sequence length in us

nint

The number refocusing pulses

dimint

The number of points in the X axis

name = "'CarrPurcellSequence'"
tau
n
dim
_build_sequence()