QCEXP@4
QCEXP@4
EXPERIMENT 4
LO 2:Understand quantum logic gates using open-source simulation tools.
AIM: Write a program to implement the single qubit quantum gates in Qiskit / Cirq.
THEORY:
Quantum gates are fundamental building blocks of quantum circuits, just as classical logic
gates are for classical circuits. They manipulate qubits to perform computations in quantum
computing. Unlike classical gates, quantum gates are reversible and are represented as
unitary matrices. Single-qubit quantum gates operate on a single qubit and perform
transformations on its quantum state.
2. Pauli Gates:
CODE:
CONCLUSION:
In this experiment, we implemented and simulated various single-qubit quantum gates using
Qiskit. The program demonstrated how these gates transform the state of a qubit, laying the
foundation for building more complex quantum circuits. Tools like Qiskit make it intuitive to
visualize and understand the behavior of quantum gates, which are crucial for quantum
computations.