Tutorials
Libraries
API References
qiskit.circuit
qiskit.compiler
qiskit.execute
qiskit.visualization
qiskit.converters
qiskit.assembler
qiskit.dagcircuit
qiskit.extensions
qiskit.providers.basicaer
qiskit.providers
qiskit.providers.models
qiskit.pulse
qiskit.scheduler
qiskit.qasm
qiskit.qobj
qiskit.quantum_info
qiskit.result
qiskit.tools
qiskit.tools.jupyter
qiskit.transpiler
qiskit.transpiler.passes
qiskit.transpiler.preset_passmanagers
qiskit.validation
Troubleshooting
Calculate the depth of a DAG circuit.
Attributes
Depth.is_analysis_pass
Check if the pass is an analysis pass.
Depth.is_transformation_pass
Check if the pass is a transformation pass.
Methods
Depth.name()
Depth.name
Return the name of the pass.
Depth.run(dag)
Depth.run
Run the Depth pass on dag.