Skip to content

Implementation of quantum computing concepts learned in CSCI 575. Includes demonstrations of quantum gates, algorithms, error detection/correction codes, and quantum cryptography protocols.

Notifications You must be signed in to change notification settings

sgupta2346/Quantum_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Algorithms and Cryptography Portfolio

This repository contains implementations of various quantum computing algorithms, gates, cryptography protocols, and error detection codes using Cirq. It also includes visualizations such as Bloch spheres, circuit diagrams, and state vectors.

Folder Structure

  • basic_gates/ : Implementation of basic quantum gates (Hadamard, Pauli-X, Pauli-Y, Pauli-Z, CNOT, etc.) with visualizations.
  • algorithms/ : Quantum algorithms like Deutsch-Jozsa, Grover's Search, Simon's algorithm.
  • cryptography/ : Quantum cryptography protocols (BB84, BB84 with noise, etc.).
  • error_correction/ : Simple quantum error detection and correction codes.
  • utils/ : Helper functions for simulation, saving outputs, and plotting Bloch spheres.
  • outputs/ : All output files (state vectors, counts, and circuit diagrams) will be stored here.

Requirements

  • Python >= 3.10
  • Cirq >= 1.1
  • Matplotlib
  • NumPy

About

Implementation of quantum computing concepts learned in CSCI 575. Includes demonstrations of quantum gates, algorithms, error detection/correction codes, and quantum cryptography protocols.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages