intel-qs
intel-qs copied to clipboard
High-performance simulator of quantum circuits
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.0.7 to 6.3.0. Commits cefe0bf Release 6.3.0 a534fb9 Release 6.3.0b0 87920c5 Add changelog for 6.3.0 (#1669) dd6d9c7 add slide numbering (#1654) 5d2c5e2 Update state filter (#1664) 11ea593...
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
**Describe the bug** The results of the "QubitRegister::ExpectationValueX", "...Y" and "...Z" are incorrect if the state is not normalized. **To Reproduce** The error can be seen from the following code...
Hello, I am running IQS via python. Is it possible to somehow force the simulator to use only a fraction of the cores on my PC? I couldn't see it...
**Describe the bug** ``` template QubitRegister::QubitRegister(std::size_t new_num_qubits, Type *state, std::size_t tmp_spacesize_) { imported_state = true; Initialize(new_num_qubits, tmp_spacesize_); this->state = state; } ``` has two problems: 1. it doesn't initialize all...
**Describe the bug** GetProbability() fails if Type=ComplexSP [----------] 2 tests from OneQubitRegisterTest [ RUN ] OneQubitRegisterTest.InitializeInComputationalBasis [ OK ] OneQubitRegisterTest.InitializeInComputationalBasis (17 ms) [ RUN ] OneQubitRegisterTest.GetCorrectProbability *** stack smashing detected...
1. init all class variables (e.g. specialize) to default values 2. extend AligendAlocator to handle external memory pointers and move them into state_storage if undef USE_MM_MALLOC see issue #56
Hi all, I opened this issue as a way to communicate with all users. In April 2021 we released IQS 2.1.0 This version includes new features and examples (see CHANGELOG...
Hello! I am trying to replicate the ~2.5x speedup of gate fusion showed in the paper of qHipster. I have tried using hadamard gates on a Quantum register of 30...