Welcome to Qgate documentation!¶
Qgate is a quantum circuit simulator. Current version is 0.2.2.
Concepts¶
Easy development of quantum circuits with fast simulations for experiments
Simple built-in gate set. Controlled gates can have multiple-control bits.Simulations are accelerated by modern computing devices.Big single node
Utilizing a big server with a huge amount of memory.Focusing on performance. No intra-node communication.Designed to work as a backend of existing quantum computing SDKs.
Quantum circuit simulations can be acclerated without changing SDKs you are using.
Tutorials¶
-
Explains how to prepare a quantum circuits, run simulations and measure qubit states.
Sampling example (Phase estimation)
A practical example of phase estimation algorithm, and sampling from resulting quantum states.