Skip to content

ushan-fernando/QuantumCircuitSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

| Quantum Circuit Simulator ⟩

Simple quantum circuit simulator built using python3

Table of Contents 📘

Libraries 💻

The following libraries were used in this project:

  • Numpy
  • Matplotlib

Quantum Gates ⚛️

Currently supports the following gates:

  • Pauli-X
  • Pauli-Y
  • Pauli-Z
  • Hadamard
  • CNOT
  • Toffoli

Installation ✅

On Windows Command Prompt:

mkdir quantum
cd quantum
python -m venv venv
venv\Scripts\activate.bat

Download the requirements.txt file and while in virtual environment

pip install requirements.txt

Download the python files and run the following command to check if everything works

python test_circuit.py

About

Quantum Circuit Simulator written in Python

Topics

Resources

Stars

Watchers

Forks

Languages