Exam4Training

Which of the following command results in densitymatrix output of the below Quantum Circuit?

Which of the following command results in densitymatrix output of the below Quantum Circuit?

import qiskit.quantum_info as qi

bell = QuantumCircuit(2)

bell.h(0)

bell.cx(0,1)

A)

B)

C)

D)

A . Option A
B . Option B
C . Option C
D . Option D

Answer: A

Exit mobile version