-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make unrealized
SingleQubitQPDGate
have definition of None
rather…
… than raise error (#442) * Make unrealized `SingleQubitQPDGate` has definition of `None` rather than error Fixes #417 according to #417 (comment) * Add smoke test * Add release note * Tweak release note * Mention qpy in release note
- Loading branch information
Showing
3 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
releasenotes/notes/qpdgate-serialization-710ce2fc6ab898e0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
fixes: | ||
- | | ||
It is now possible to serialize :class:`.SingleQubitQPDGate`\ s | ||
using :mod:`~qiskit.qpy`, | ||
but some other issues with serialization and deserialization still | ||
remain. See issue `#455 | ||
<https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/issues/445>`__ | ||
for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters