Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TsafrirA committed Nov 16, 2023
1 parent 12bb0ef commit 5f5a702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions qiskit/qpy/binary_io/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ def _read_symbolic_pulse(file_obj, version):

# And warn that this will change in future releases:
warnings.warn(
"Complex amp support for symbolic library pulses will be deprecated in Qiskit 1.0.0. "
"Once deprecated, library pulses loaded from old QPY files (Terra version < 0.23),"
"Complex amp support for symbolic library pulses is deprecated. Once removed "
"in Qiskit 1.0.0, library pulses loaded from old QPY files (Terra version < 0.23),"
" will be converted automatically to float (amp,angle) representation.",
DeprecationWarning,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ deprecations:
Loading library :class:`~.qiskit.pulse.ScalableSymbolicPulse` objects with
complex ``amp`` parameter from
qpy files of version 5 or lower (Qiskit Terra < 0.23.0) is now deprecated.
Following the deprecation in Qiskit 1.0.0, complex `amp` will be automatically
converted to float (`amp`,`angle`). The change applies to the pulses:
Following the removal in Qiskit 1.0.0, complex ``amp`` will be automatically
converted to float (``amp``,``angle``). The change applies to the pulses:
* :class:`~.qiskit.pulse.Constant`
* :class:`~.qiskit.pulse.Drag`
Expand Down

0 comments on commit 5f5a702

Please sign in to comment.