.. Quantum Fouier Transform Simulation documentation master file, created by sphinx-quickstart on Sun Oct 13 13:02:20 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Simple Quantum Circuits Library =============================== Introduction ============ A small library that implements the basic quantum gates in quantum computing. The library allows to build simple quantum circuits and provides a built-in circuit in the form of quantum fourier transform. Link to the project repository: `Github Repository `_ It is recommended to start with the SQCL Jupyter notebook to learn the fundamentals of working with this library. .. toctree:: :maxdepth: 2 :caption: Contents: jupyter_notebook/quickstart.ipynb gates api