intel-qs
intel-qs copied to clipboard
High-performance simulator of quantum circuits
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
When using the following build generator configurations for IQS on Ubuntu 20.04 LTS, the Google Tests are generating a segmentation fault right before program termination. Host system is an 8...
**Describe the bug** With 2-qubit gates, the buffer passed to the Loop_DN function may not be aligned and causes assertion failure. **To Reproduce** Steps to reproduce the behavior: 1. Build...
**Describe the bug** /root/intel-qs/unit_test/include/single_qubit_gates_test.hpp:116: Failure Expected equality of these values: psi.GetProbability(0) Which is: 0.56170165848894527 psi.GetProbability(2) Which is: 0.56170165848894749 [ FAILED ] SingleQubitGatesTest.CustomGate (1 ms) **To Reproduce** Steps to reproduce the...
We add support for creating n-controlled gates using the decompositions described by Barenco et al. (https://arxiv.org/abs/quant-ph/9503016) For this, we have added the following features: - Intermediate gate creation and memoization...
Add missing #include .
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
cd build CXX=g++ cmake -DIqsMPI=ON -DIqsUtest=ON -DIqsPython=ON -DIqsNoise=OFF -DBuildExamples=ON .. make -j10 -- The CXX compiler identification is GNU 11.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler...
As I explained in Issue #91, the default constructor of `QubitRegister` was not working properly. Based on what the default constructor needs, I made the constructor allocate a length-2 `state`...