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.
- Clone the repository:
git clone [email protected]:theharshithh/quantum-gates-vis.git cd quantum-gates-vis.git
- Install the required dependencies:
pip install -r requirements.txt or pip install .
- Custom Gate and Rx-Type Gate Visualization
Run the following command to visualize custom gates and Rx-type gates:
python index.py
- Half Adder Visualization
Run the following command to visualize the half adder circuit:
python half_adder.py
- Full Adder Visualization
Run the following command to visualize the full adder circuit:
python full_adder.py
Feel free to contribute to this repo!