@@ -47,7 +47,7 @@ class DynamicDecouplingSequence:
47
47
offsets : np.ndarray
48
48
The times offsets :math:`\{t_j\}` in seconds for the center of pulses.
49
49
rabi_rotations : np.ndarray
50
- The rabi rotation :math:`\omega_j` at each time offset :math:`t_j`.
50
+ The Rabi rotation :math:`\omega_j` at each time offset :math:`t_j`.
51
51
azimuthal_angles : np.ndarray
52
52
The azimuthal angle :math:`\phi_j` at each time offset :math:`t_j`.
53
53
detuning_rotations : np.ndarray
@@ -235,18 +235,18 @@ def export_to_file(
235
235
Name and path of the file to save the control into.
236
236
file_format : str
237
237
Specified file format for saving the control. Defaults to
238
- 'Q-CTRL expanded'; Currently it does not support any other format.
238
+ 'Q-CTRL expanded'. Currently it does not support any other format.
239
239
For detail of the `Q-CTRL Expanded Format` consult
240
240
:py:meth:`DrivenControl.export_to_file`.
241
241
file_type : str, optional
242
242
One of 'CSV' or 'JSON'. Defaults to 'CSV'.
243
243
coordinates : str, optional
244
- Indicates the co-ordinate system requested. Must be one of
245
- 'cylindrical', 'cartesian'; defaults to 'cylindrical'
244
+ Indicates the coordinate system requested. Must be one of
245
+ 'cylindrical' or 'cartesian'. Defaults to 'cylindrical'.
246
246
maximum_rabi_rate : float, optional
247
- Maximum Rabi Rate; Defaults to :math:`2\pi`.
247
+ Maximum Rabi rate. Defaults to :math:`2\pi`.
248
248
maximum_detuning_rate : float, optional
249
- Maximum Detuning Rate; Defaults to :math:`2\pi`.
249
+ Maximum detuning rate. Defaults to :math:`2\pi`.
250
250
251
251
Raises
252
252
------
@@ -255,9 +255,8 @@ def export_to_file(
255
255
256
256
Notes
257
257
-----
258
- The sequence is converted to a driven control using the maximum rabi and detuning
259
- rate. The driven control is then exported. This is done to facilitate a coherent
260
- integration with Q-CTRL BLACK OPAL's 1-Qubit workspace.
258
+ The sequence is converted to a driven control using the maximum Rabi and detuning
259
+ rate. The driven control is then exported.
261
260
"""
262
261
263
262
convert_dds_to_driven_control (
0 commit comments