@@ -47,7 +47,7 @@ class DynamicDecouplingSequence:
4747 offsets : np.ndarray
4848 The times offsets :math:`\{t_j\}` in seconds for the center of pulses.
4949 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`.
5151 azimuthal_angles : np.ndarray
5252 The azimuthal angle :math:`\phi_j` at each time offset :math:`t_j`.
5353 detuning_rotations : np.ndarray
@@ -235,18 +235,18 @@ def export_to_file(
235235 Name and path of the file to save the control into.
236236 file_format : str
237237 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.
239239 For detail of the `Q-CTRL Expanded Format` consult
240240 :py:meth:`DrivenControl.export_to_file`.
241241 file_type : str, optional
242242 One of 'CSV' or 'JSON'. Defaults to 'CSV'.
243243 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'.
246246 maximum_rabi_rate : float, optional
247- Maximum Rabi Rate; Defaults to :math:`2\pi`.
247+ Maximum Rabi rate. Defaults to :math:`2\pi`.
248248 maximum_detuning_rate : float, optional
249- Maximum Detuning Rate; Defaults to :math:`2\pi`.
249+ Maximum detuning rate. Defaults to :math:`2\pi`.
250250
251251 Raises
252252 ------
@@ -255,9 +255,8 @@ def export_to_file(
255255
256256 Notes
257257 -----
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.
261260 """
262261
263262 convert_dds_to_driven_control (
0 commit comments