Skip to content

Commit

Permalink
Fixes Qiskit#7078: Add release note.
Browse files Browse the repository at this point in the history
  • Loading branch information
pollyshaw committed Jul 19, 2022
1 parent e3f7634 commit 9208063
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
features:
- |
In the qiskit.pulse.channels package, ClassicalIOChannel class has been added
as an abstract base class of MemorySlot, RegisterSlot, and SnapshotChannel.
The qiskit.pulse.transforms.canonicalization.pad method does not introduce
delays to any channels which are instances of ClassicalIOChannel.
In qiskit.pulse.instructions, the constructors to SetPhase, ShiftPhase,
SetFrequency and ShiftFrequency now throw a PulseError if the channel parameter
is not of type PulseChannel.

0 comments on commit 9208063

Please sign in to comment.