Skip to content

theharshithh/quantum-gates-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Circuit Visualization

This project provides visualizations for custom gates and specific quantum circuits such as the half adder and full adder using Qiskit, a quantum computing framework in Python.

Installation

  1. Clone the repository:
    git clone [email protected]:theharshithh/quantum-gates-vis.git
    cd quantum-gates-vis.git
    
  2. Install the required dependencies:
    pip install -r requirements.txt
    or
    pip install .
    

Usage:

  1. Custom Gate and Rx-Type Gate Visualization Run the following command to visualize custom gates and Rx-type gates:
    python index.py
    
  2. Half Adder Visualization Run the following command to visualize the half adder circuit:
    python half_adder.py
    
  3. Full Adder Visualization Run the following command to visualize the full adder circuit:
    python full_adder.py
    

Feel free to contribute to this repo!

About

Visualization of Quantum Gates using Qiskit library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published