Skip to content

arrowsmith001/quantum-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Algorithms (using QisKit)

This repository is for documenting my attempt to implement some of the most well-known and foundational quantum algorithms using Qiskit, as part of a broader effort to develop a good understanding of the principles of quantum computing, and convince myself of some of the basic results. I may also include some visualisations to aid intuition, and utilities to aid in the development of these algorithms.

Contents

Basics

  • 1-Qubit State: Setting an arbitrary 1-qubit state starting from ∣0⟩.
  • 2-Qubit State: Setting an arbitrary 2-qubit state starting from ∣00⟩.
  • Superdense Coding: Sending two bits of information by sending a single qubit to a recipient.
  • Quantum Teleportation: Transferring the state of an arbitrary qubit to a second qubit.

Classic Algorithms

About

My attempt to implement some of the most well-known and foundational quantum algorithms using Qiskit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages