Skip to content

Releases: entropicalabs/openqaoa

v0.2.5

20 Dec 15:39
2cc9ea0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

27 Nov 11:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

25 Oct 08:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Sep 08:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Sep 08:58
10f4461
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

08 Sep 06:25
065d7ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.2.0

v0.1.3

21 Apr 10:52
d82f2a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

23 Mar 12:35
9a6e011
Compare
Choose a tag to compare

Hotfix to solve a crash on IBMQ devices caused by a miss-step in the transpilation of the circuit

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Feb 09:05
e1c904a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

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