Exam4Training

In the below QuantumCircuit, how many Qubits are there?

In the below QuantumCircuit, how many Qubits are there?

bob = QuantumRegister(8,’b’)

alice = ClassicalRegister(2,’a’)

eve = QuantumRegister(4,’e’)

qc = QuantumCircuit(bob,alice,eve)
A . 8
B . 14
C . 12
D . 4

Answer: C

Exit mobile version