Which of the following missing statement return the depth of the following quantum circuit?
q = QuantumRegister(3)
c = ClassicalRegister(3)
qc = QuantumCircuit(q,c)
qc.h(q[0:3])
qc.x(q[0:3])
qc.z(q[0:3])
qc.draw(output=’mpl’)
### missing statement to return the depth of the circuit
A . qc.size()
B . qc.path()
C . qc.depth()
D . qc.depth_display()
Answer: C
Latest C1000-112 Dumps Valid Version with 250 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund