Which code fragment will produce a maximally entangled, or Bell, state?
A . bell = QuantumCircuit(2)
bell.h(0)
bell.x(1)
bell.cx(0, 1)
B . bell = QuantumCircuit(2)
bell.cx(0, 1)
bell.h(0)
bell.x(1)
C . bell = QuantumCircuit(2)
bell.h(0)
bell.x(1)
bell.cz(0, 1)
D . bell = QuantumCircuit(2)
bell.h(0)
bell.h(0)
Answer: A
Latest C1000-112 Dumps Valid Version with 250 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund