Skip to content

Releases: PsiQ/bartiq

v0.7.0

09 Oct 18:02
9b4fe72
Compare
Choose a tag to compare

0.7.0 (2024-10-09)

Features

  • Add Single-Parameter Optimization Module to Bartiq (#118) (e407474)
  • Use ensure_routine to streamline conversion from Qref to Bartiq (#125) (c03e5f0)

Bug Fixes

  • Fix LaTeX rendering in docs (#124) (1976ae9)
  • Fix handling of function names with "lambda" in them (#128) (63ad716)

Documentation

v0.6.0

19 Sep 19:15
171dc4a
Compare
Choose a tag to compare

0.6.0 (2024-09-19)

⚠ BREAKING CHANGES

  • New compilation engine (#115)

Features

Bug Fixes

  • Add a parameter to control the removal of decomposed resources in the aggregation function (#109) (37acec8)

Documentation

  • new tutorial for advanced alias sampling examples and aggregation function (4a3d789)
  • Update compilation docs (#119) (4492a2c)

Miscellaneous Chores

v0.5.1

13 Aug 20:41
c08eb2f
Compare
Choose a tag to compare

0.5.1 (2024-08-13)

Bug Fixes

v0.5.0

06 Aug 19:48
f33ab14
Compare
Choose a tag to compare

0.5.0 (2024-08-06)

Features

  • add aggregation function for resource decomposition (#95) (40e2a5b)
  • add BigO analysis (#90) (7a24848)

Documentation

  • correct the cost representation of uniform state preparation in alias sampling tutorials (7830238)

v0.4.0

17 Jul 16:29
0f1a7a3
Compare
Choose a tag to compare

0.4.0 (2024-07-17)

Features

  • Implement ast-based parser for symbolic expressions (#87) (c7f642e)
  • Improve Value Parsing to Take Mathematical Constants and Functions (#74) (961dc1c)

v0.3.3

12 Jul 17:45
dc2c4d0
Compare
Choose a tag to compare

0.3.3 (2024-07-12)

Bug Fixes

  • Fix port direction handling in Qref export (#85) (b6271a3)

v0.3.2

12 Jul 14:43
a29657d
Compare
Choose a tag to compare

0.3.2 (2024-07-12)

⚠ BREAKING CHANGES

  • Make local_variables a dictionary instead of a list of strings (#79)

Miscellaneous Chores

Code Refactoring

  • Make local_variables a dictionary instead of a list of strings (#79) (2837c2c)

v0.3.1

12 Jul 01:41
91dccfd
Compare
Choose a tag to compare

0.3.1 (2024-07-12)

Bug Fixes

  • correctly passing local variables when converting qref_v1 object to bartiq routine (295ce32)

Documentation

  • add example of qref visualization in tutorials (c0ee3ea)

v0.3.0

25 Jun 21:22
7833707
Compare
Choose a tag to compare

0.3.0 (2024-06-25)

Features

Bug Fixes

v0.2.0

04 Jun 20:31
d480ca4
Compare
Choose a tag to compare

0.2.0 (2024-06-04)

Features

Bug Fixes

  • assigning value to evaluated expressions and pruning linked_params (#52) (0c9c872)

Documentation

  • added configuration for GitHub integration (3879071)
  • compilation and precompilation docs (#55) (584e29e)