qiskit.circuit.QuantumCircuit.num_connected_components¶ QuantumCircuit.num_connected_components(unitary_only=False)[ソース]¶ How many non-entangled subcircuits can the circuit be factored to. パラメータ unitary_only (bool) – Compute only unitary part of graph. 戻り値 Number of connected components in circuit. 戻り値の型 int