Skip to content

Commit 8e14bd5

Browse files
committed
Applying comments from Elena's review
1 parent e1d8014 commit 8e14bd5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

crates/accelerate/src/basis/basis_translator/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ fn extract_basis_target(
346346
};
347347
let bound_inst = op.instruction.bind(py);
348348
// TODO: Use Rust method `op.blocks` instead of Python side extraction now that
349-
// the usage of a python-space method `QuantumCircuit.has_calibration_for` is not needed anymore
349+
// the python-space method `QuantumCircuit.has_calibration_for`
350+
// has been removed and we don't need to account for it.
350351
let blocks = bound_inst.getattr("blocks")?.try_iter()?;
351352
for block in blocks {
352353
extract_basis_target_circ(

releasenotes/notes/remove-pulse-calibrations-4486dc101b76ec51.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ upgrade_transpiler:
3333
3434
upgrade_misc:
3535
- |
36-
As part of Pulse removal in Qiskit 2.0, the ``sequence`` and ``schedule_circuit`` functions
36+
As part of Pulse removal in Qiskit 2.0, the ``sequence`` and ``schedule_circuit`` functions from :mod:`.qiskit.scheduler`
3737
together with the ``ScheduleConfig`` class have been removed.

0 commit comments

Comments
 (0)