Skip to content

Releases: isi-usc-edu/pyLIQTR

Hotfix 1.3.4

20 Dec 15:39
e882a49
Compare
Choose a tag to compare

Contains the fix for #26 as well as the citation update for #32

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.3.4

Hotfix 1.3.3

08 Nov 21:56
c0760ea
Compare
Choose a tag to compare

Added #23 the Fermi Hubbard Nearest Neighbor Instance

Hotfix 1.3.1

04 Nov 21:46
9c11720
Compare
Choose a tag to compare

Added missing picture from #7 and missing csv file from #24

Release 1.3.0

02 Oct 18:43
Compare
Choose a tag to compare
  • Scheduler - allows for time-accurate, resource reliant circuit execution and advanced parallelism analysis
  • resource estimation for First Quantized block encoding
  • updated to Qualtran 0.4.0
  • call graph support
  • generator-based circuit decomposition
  • online documentation

Various bugfixes to include:
#12
#21

Hotfix Release 1.2.1

28 Aug 14:40
be4707e
Compare
Choose a tag to compare

Contains the fix for #18

Release 1.2.0

16 May 21:17
Compare
Choose a tag to compare
  • Double Factorization improvements/tweaks (primarily to decrease resource requirements)
  • RotationsQROM changes to support measurement based uncompute
  • Binary to unary conversion optimization
  • Modified to enable controlled encoding generation
  • Changes to multicontrolled gates in LinearT encoding to remove rotation and T gates unnecessarily inflating the resource counts
  • Carleman Linearization
  • Various tweaks to openqasm/estimate_resources and other helpers to support above
  • Various bugfixes to include
    #9
    #11
    #13
  • Beginning of coverage testing push
  • to_openqasm was deprecated in favor of our internal openqasm() because of incomplete qasm() support within cirq
    #8

Release 1.1.1

03 Apr 18:26
Compare
Choose a tag to compare

Includes the migration to Qualtran 0.2.0
Double Factorization
Bug fixes for the QASM Printing
Qubitzed Algorithm Fixes

Release 1.0.1

01 Mar 19:25
Compare
Choose a tag to compare

Bug fix release to address #5

Release 1.0.0

17 Jan 00:35
Compare
Choose a tag to compare

Added in the missing image files for the example notebooks.

Increasing the release version to get the README change accepted by PyPI

21 Jul 16:01
d8dd0d6
Compare
Choose a tag to compare
Updated the version to v0.3.3

PyPI wouldn't accept removing the version title from the README without increasing the release version.