https://github.com/sevdanurgenc/coding-with-qiskit
In this repo, the use of the qiskit framework is included as a starter for quantum programming.
https://github.com/sevdanurgenc/coding-with-qiskit
qiskit qiskit-tutorial quantum-programming
Last synced: 4 months ago
JSON representation
In this repo, the use of the qiskit framework is included as a starter for quantum programming.
- Host: GitHub
- URL: https://github.com/sevdanurgenc/coding-with-qiskit
- Owner: SevdanurGENC
- License: mit
- Created: 2023-09-15T14:23:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T14:35:53.000Z (almost 3 years ago)
- Last Synced: 2025-08-11T02:29:38.437Z (10 months ago)
- Topics: qiskit, qiskit-tutorial, quantum-programming
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding-With-Qiskit
In this repo, the use of the qiskit framework is included as a starter for quantum programming.
# Qiskit basics
## Qiskit installation and test
## First Quantum Programs with Qiskit
- Design a circuit
- Visualize the circuit
- Execute the circuit
- Quantum assembly language
- A quantum circuit with more quantum bits
## Qiskit Reference
- Creating a quantum circuit
- One qubit gates
- Two-qubit gates
- Three-qubit gate
- Measuring a quantum circuit
- Quantum operation controlled by a classical register
- Drawing or printing a quantum circuit
- Executing a quantum program on local simulator
- Reading the quantum state of a circuit on local simulator
- Reading the unitary operator of a circuit on local simulator
