You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qFlex: A flexible high-performance simulator for verifying and benchmarking quantum circuits implemented on real hardware
Description
Flexible Quantum Circuit Simulator (qFlex) implements an efficient tensor
network, CPU-based simulator of large quantum circuits. qFlex computes exact
probability amplitudes, a task that proves essential for the verification of
quantum hardware, as well as mimics quantum machines by computing amplitudes
with low fidelity. qFlex targets quantum circuits in the range of sizes expected
for supremacy experiments based on random quantum circuits, in order to verify
and benchmark such experiments.
Documentation
qFlex scientific documentation and results can be found in
[1],
[2] and
[3].
For technical documentation on how to
use qFlex, see qflex/docs.
[1] B. Villalonga, et al., "A flexible
high-performance simulator for verifying and benchmarking quantum circuits
implemented on real hardware", NPJ Quantum Information 5, 86 (2019)
[2] B. Villalonga, et al., "Establishing
the Quantum Supremacy Frontier with a 281 Pflop/s Simulation",
Quantum Science and Technology 5 (3), 034003 (2020)
[3]"Quantum supremacy
using a programmable superconducting processor",
Nature 574, 505–510 (2019)
Build methods
To ensure cross-platform viability, qFlex supports multiple different build
methods. If one of the build methods below does not work on your system, try
using one of the other methods listed.
Local installation
To build qFlex on your machine, simply run:
$ autoreconf -i && autoconf && ./configure
$ make && make run-tests
To disable qFlex python interface, use ./configure --disable-pybind11.
If missing, python modules can be installed as follows:
After running these commands, qFlex can be installed by running make install.
By default, this installs qFlex in $HOME/local/. To change the installation
folder, use ./configure --prefix=/new/installation/folder/.
qFlex provides an experimental support for OpenMP. To activate OpenMP, run
./configure with the extra-option --enable-openmp.
qFlex relies on OpenBLAS for optimized
matrix operations.
The Flexible Quantum Circuit Simulator (qFlex) framework is licensed under the
Apache License, Version 2.0 (the "License"); you may not use this application
except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
About
Flexible Quantum Circuit Simulator (qFlex) implements an efficient tensor network, CPU-based simulator of large quantum circuits.