qit.seq.nmr¶
- qit.seq.nmr(a, name='')¶
Convert a sequence of NMR-style rotations into a one-qubit control sequence.
- Parameters
a (array_like) – sequence of one-qubit rotations using the NMR notation:
name (str) – name of the sequence
Each
pair corresponds to a NMR rotation of the form , or a rotation of the angle about the unit vector .- Returns
one-qubit control sequence corresponding to the array a
- Return type