Skip to content

Commit

Permalink
Removed deprecated functions in qiskit.scheduler.utils (#10879)
Browse files Browse the repository at this point in the history
* reno

* fix reno

* remove cross-reference
  • Loading branch information
1ucian0 authored Sep 25, 2023
1 parent 6a38279 commit 682eccd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
1 change: 0 additions & 1 deletion qiskit/scheduler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@
"""
from qiskit.scheduler import schedule_circuit
from qiskit.scheduler.config import ScheduleConfig
from qiskit.scheduler.utils import measure, measure_all
29 changes: 0 additions & 29 deletions qiskit/scheduler/utils.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
upgrade:
- |
The functions ``qiskit.scheduler.utils.format_meas_map``, ``qiskit.scheduler.utils.measure``, and
``qiskit.scheduler.utils.measure_all``
had been moved to ``qiskit.pulse.utils.format_meas_map``, ``qiskit.pulse.macros.measure``,
and ``qiskit.pulse.macros.measure_all`` respectively. The previous location was deprecated
in Qiskit 0.20.0 (Terra 0.15.0, released on 2020-08-10) and it is no longer supported.

0 comments on commit 682eccd

Please sign in to comment.