An open API service indexing awesome lists of open source software.

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.

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

![image](https://github.com/SevdanurGENC/Coding-With-Qiskit/assets/5441882/9db9db2d-3ef2-44c1-b16e-889efe6e1d5b)