Skip to content

Releases: entropicalabs/openqaoa

v0.1.0

17 Feb 08:19
63ee40e
Compare
Choose a tag to compare

This is OpenQAOA's first major release! V0.1.0 contains many new features and quite a few breaking changes :)

notice: the license has been changed from apache 2.0 to MIT

What's Changed

  • New Features

    • The code underwent a considerable refactoring effort. The most noticeable change is in the new openqaoa-core and openqaoa-plugins.
    • New backend: OpenQAOA is now compatible with Azure by @shahidee44 in #167
    • New circuit Ansatz: now OQ allows for the Alternating Operator Ansatz by @shahidee44 in #85
    • New backend: analytical formula for p=1 by @kidiki in #147
    • Shot Adaptative optimizers by @raulconchello in #123
    • Supporting PennyLane optimizers by @raulconchello in #101
    • Refactor of the result objects for RQAOA / QAOA by @raulconchello in #122
    • JSON dumps methods for RQAOA / QAOA by @raulconchello in #122
  • Bug fixes

New Contributors

Full Changelog: v0.0.4...v0.1.0

v0.0.4

14 Nov 04:18
e024f4c
Compare
Choose a tag to compare

This release brings improvements to RQAOA workflow and AWS authentication, and a bugfix to TSP problem class.

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

29 Oct 04:27
f21f846
Compare
Choose a tag to compare

A release to fix two QPU-related bugs

What's Changed

  • Fixes
    • Now save_intermediate works for backends with no jobid #110
    • Fix a bug that prevented the correct usage of Rigetti's QPUs when on QCS #116
  • Docs
    • Add community examples containing:
      • MVP bipartite graph examples #104
      • Docplex and general application tutorials #90

New Contributors

v0.0.2

19 Oct 09:35
Compare
Choose a tag to compare

What's Changed

  • Dev
    • OpenQAOA integrates with Amazon Braket!
    • New plotting functions to visualise the most probable bit strings
    • Introduced a lowest_cost_bitstrings function
    • Now it is possible to write a problem statement in DOcplex and have it automatically converted into an OpenQAOA QUBO
    • Unbalanced penalisation strategy for slack variables
  • Code
    • New FAQ in the documentation
    • Distinct GitHub actions for dev and main branch testing
    • GitHub actions for publishing
    • GitHub actions for code quality and security
  • Fixes
    • qiskit Backend seed simulator fix
    • CVaR bug fix
    • Fix knapsack generation bug
    • Gatemap bug fix

OpenQAOA reference paper uploaded to the arxiv

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

02 Oct 05:55
d6d168e
Compare
Choose a tag to compare

Initial public release of OpenQAOA

What's Changed

  • Pytest markers for intensive test
  • Fixed typos in readme and documentation

New Contributors

v0.0.1-beta

13 Jul 15:25
8eb0eb5
Compare
Choose a tag to compare

OpenQAOA's first public release! Let the open beta begin!