Skip to content

Releases: stephenhky/pyqentangle

Release 3.1.3

16 Jan 21:15
451835b
Compare
Choose a tag to compare
  • Support for Python 3.8.

Release 3.1.2

06 Jan 00:21
Compare
Choose a tag to compare
  • Implementing tensor networks in flattening tensors into rank-2 matrices, and removed legacy Cython codes.

Release 3.1.1

05 Jan 03:13
Compare
Choose a tag to compare
  • Decommissioning most of the legacy Cython codes, and replacing them with the implementation of tensornetworks.

Release 3.1.0

01 Jan 23:05
Compare
Choose a tag to compare
  • Computation of concurrence (using tensornetwork);
  • Decomissioning supports for Python 2.7 and 3.5.

Release 3.0.1

12 Apr 04:06
Compare
Choose a tag to compare
  • Minor documentation changes.

Release 3.0.0

09 Apr 04:17
1023118
Compare
Choose a tag to compare
  • New definition of Schmidt coefficients and according changes;
  • bugs fixed for second subsystems of Schmidt modes;
  • Updated unit tests for continuous variables with analytical results.

Release 2.0.0

04 Jan 23:25
Compare
Choose a tag to compare
  • Reimplementation of negativity;
  • Implementation of partial transpose.

Release 1.1.0

02 Aug 20:56
Compare
Choose a tag to compare
  • Implementation of Schmidt decomposition using singular value decomposition (SVD);
  • Fixed some bugs in documentation.

Release 1.0.3

23 Jul 16:36
Compare
Choose a tag to compare

Fixing installation bugs regarding Cython.

Release 1.0.2

20 Jul 20:17
Compare
Choose a tag to compare
  • Compatibility with Python 3.7;
  • Cythonizing the calculation of bipartite density matrix.