Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 833 Bytes

README.md

File metadata and controls

44 lines (37 loc) · 833 Bytes

| 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