DISCONTINUATION OF PROJECT
This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.
Contact: webadmin@linux.intel.com
Example of a quantum computing application using Intel Quantum Simulator for the numerical study.
This repository include IQS as submodule. It is recommended to clone it with:
git clone --recurse-submodules git@github.com:iqusoft/iqs-application-template.gitTo install it, once in the main repo dir type:
mkdir build
cd build
cmake -DIqsAppUtest=OFF ..
make -j 4NOTE: To enable all functionalities, update git to its 2.17+ version.
This simple example implement the gearbox circuit from:
Wiebe, N. & Kliuchnikov, V. Floating point representations in quantum circuit synthesis New J. Phys. 15, 093041 (2013)
As an interesting exercise, consider extending the gearbox circuit to its conditional form, following:
Guerreschi, G. G. Repeat-Until-Success circuits with fixed-point oblivious amplitude amplification Phys. Rev. A 99, 022306 (2019)