forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit QPY version when generating circuits for compatibility test
Fix some doc issues
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 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
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
upgrade_qpy: | ||
- | | ||
With the removal of Pulse in Qiskit 2.0, support for serializing ``ScheduleBlock` programs | ||
With the removal of Pulse in Qiskit 2.0, support for serializing ``ScheduleBlock`` programs | ||
via the :func:`qiskit.qpy.dump` function has been removed. Furthermore, in order to keep | ||
backward compatibility, users can still load payloads containing pulse data (i.e. either | ||
`ScheduleBlock`s or containing pulse gates) using the :func:`qiskit.qpy.load` function. | ||
``ScheduleBlock`` s or containing pulse gates) using the :func:`qiskit.qpy.load` function. | ||
However, pulse data is ignore, resulting with potentially partially specified circuits. | ||
In particular, loading a ``ScheduleBlock`` payload will result with a circuit having only | ||
a name and metadata. Loading a :class:`~QuantumCircuit` payload with pulse gates will | ||
a name and metadata. Loading a :class:`~.QuantumCircuit` payload with pulse gates will | ||
result with a circuit containing undefined custom instructions. |
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