Skip to content

Commit cccbfa0

Browse files
release notes
1 parent 07ce476 commit cccbfa0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
features:
3+
- |
4+
The :meth:`.DAGDependency.add_op_node` method now returns the newly added node.
5+
- |
6+
Added a new class :class:`.CircuitConversionData` to return additional information when
7+
switching between :class:`.DAGCircuit` and :class:`.DAGDependency` circuit representations,
8+
such as the mappings between the nodes in :class:`.DAGCircuit` and :class:`.DAGDependency`.
9+
- |
10+
Added a new function :func:`dag_to_dagdependency_with_data` that converts a
11+
:class:`.DAGCircuit` to :class:`.DAGDependency` and returns both the constructed
12+
circuit and a :class:`.CircuitConversionData` object with the additional information
13+
related to the translation.

0 commit comments

Comments
 (0)