-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog and prepare for 0.9 (#3025)
This commit updates the CHANGELOG and prepares for the 0.9 release. This should be the last commit on master prior to the 0.9 release.
- Loading branch information
Showing
3 changed files
with
17 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
features: | ||
- | | ||
A ``DAGCircuit`` object (i.e. the graph representation of a QuantumCircuit where | ||
operation dependencies are explicit) can now be visualized with the ``.draw()`` | ||
method. This is in line with Qiskit's philosophy of easy visualization. | ||
Other objects which support a ``.draw()`` method are ``QuantumCircuit``, | ||
``PassManager``, and ``Schedule``. | ||
This file was deleted.
Oops, something went wrong.