Hi please tell me how to write Qiskit equivalent of qml.expval(qml.PauliZ(wires=0))
measurement = qml.expval(qml.PauliZ(wires=0))
Hi please tell me how to write Qiskit equivalent of qml.expval(qml.PauliZ(wires=0))
measurement = qml.expval(qml.PauliZ(wires=0))
Hey @mass_of_15, I think it’s qc.measure(0, 0)