Skip to content

Releases: tqsd/EQSN_python

Release 0.0.8

09 Jul 14:06
Compare
Choose a tag to compare
Release 0.0.8 Pre-release
Pre-release

Changes:

  • Documentation updates (#13)
  • Added 3 qubit custom controlled gate (#14)
  • Improved test coverage (#14)

Release 0.0.7

25 May 15:08
Compare
Choose a tag to compare
Release 0.0.7 Pre-release
Pre-release

This release is a fix for windows multiprocessing.

Release 0.0.6

14 May 15:48
Compare
Choose a tag to compare
Release 0.0.6 Pre-release
Pre-release

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

26 Mar 13:34
Compare
Choose a tag to compare
Release 0.0.5 Pre-release
Pre-release

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

24 Mar 12:15
Compare
Choose a tag to compare
Release 0.0.4 Pre-release
Pre-release

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

13 Mar 11:49
Compare
Choose a tag to compare
Release 0.0.2 Pre-release
Pre-release
  • 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

05 Mar 16:11
Compare
Choose a tag to compare
First release Pre-release
Pre-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.