We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5814a commit 467e5f4Copy full SHA for 467e5f4
1 file changed
qiskit/transpiler/passes/analysis/dag_longest_path.py
@@ -9,7 +9,9 @@
9
# Any modifications or derivative works of this code must retain this
10
# copyright notice, and modified files need to carry a notice indicating
11
# that they have been altered from the originals.
12
+
13
"""Return the longest path in a :class:`.DAGCircuit` as a list of DAGNodes."""
14
15
from typing import TYPE_CHECKING
16
17
if TYPE_CHECKING:
0 commit comments