mod02lec13 - Programming using Qiskit - Part 1

preview_player
Показать описание
Programming using Qiskit, Create superposition and entanglement, Quantum teleportataion algorithm
Рекомендации по теме
Комментарии
Автор

which version of qiskit has you guys used for Nptel course

mohitjoshi
Автор

For the error; name 'execute' not defined, import execute library:
from qiskit import execute

mayukhchatterjee
Автор

Before applying the Hadamard gate to qc, what was its state?? Wasn't it superposed?

Once we declare a quantumCircuit with 1 qubit, it itself suppsed to be superimposed right?

mayukhchatterjee