Welcome to Qgate documentation!¶
Qgate is a quantum gate simulator. Current version is v0.1 (alpha).
Python API is provided to develop quantum circuits and to run circuits. For simulation, versions ofruntimes based on Python, CPU and GPU(CUDA) are provided.
Features¶
Implemented in python with extensions to accelerate simulations
High-level quantum gate programming, including multi-control-bit control gate and multi-qubit measurement.
interoperable to other quantum gate computing frameworks with plugins.
Blueqat plugin is currently planned.
Various simulator runtimes
Python version : As a reference imlpementation to show algorithm CPU version : Parallelized by using OpenMP for performance. GPU(CUDA) version : Accelerated by using CUDA, NVIDIA GPUs.