Which of the following code snippet for the below quantum circuit will put the given qubits in a equiprobable states?
Which of the following code snippet for the below quantum circuit will put the given qubits in a equiprobable states?
qc=QuantumCircuit(2)
A . qc.h(0)
qc.cx(0,1)
B . qc.h(0)
qc.h(1)
C . qc.x(0)
qc.h(0)
qc.cx(0, 1)
D . qc.h(0)
qc.x(1)
qc.cx(0,1)
Answer: B
Latest C1000-112 Dumps Valid Version with 250 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments