Releases: tqsd/EQSN_python
Releases · tqsd/EQSN_python
Release 0.0.8
Release 0.0.7
This release is a fix for windows multiprocessing.
Release 0.0.6
New features:
- Custom single gates.
- Custom controlled gates.
- Custom two qubit gates.
- Reading out the statevector is now possible, where the state vector of a qubit, and all other qubits which are part of the same state vector, is returned.
Release 0.0.5
Bugfixes:
- Resolved a bug if multiple instances of EQSN have been used
Tests:
- Added a test to check multiple instance errors
Release 0.0.4
New features:
- Combination of Multiporcessing and Multithreading instead of only using processes
Bugfixes:
- Fixed a bug in which probabilities for measurements could be greater than one or smaller than zero, due to numerical errors
- Fixed a bug, in which during the merge of qubits, another command could interfer the instruction and would get lost in the state vector
Release 0.0.2
- Updated to a object oriented style
- Fixed a bug which occured if EQSN was imported but not used and multiprocessing was used in another module
First release
First release. Can already be used as a backend in QuNetSim, no functional bugs are known yet.
However, there is a limitation of the max amount of qubits, due to OS limitations of pipes. This will be fixed in the next release.