qiskit.circuit.QuantumCircuit.num_connected_components¶ QuantumCircuit.num_connected_components(unitary_only=False)[source]¶ How many non-entangled subcircuits can the circuit be factored to. Parameters unitary_only (bool) – Compute only unitary part of graph. Returns Number of connected components in circuit. Return type int