Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-ph authored Apr 21, 2023
1 parent 39ab06c commit c2b62b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Version v0.1.3 (April 21st, 2023)
This version brings a set of new features in OpenQAOA

## What's Changed
* QAOA workflows now support `evaluate_circuit` which lets compute the energy and measurement outcomes for a QAOA circuit for a specified set of parameter values.
* The library design-wise is moving closer to modularization goal where each hardware provider backend can be installed independently (this feature is expected to fully functional in the next release)
* OpenQAOA v0.1.3 brings in a list of new optimization problems contributed by @alemonbar, including:
* Maximal Independent Set (MIS)
* Vehicle Routing Problem (VRP)
* Bin Packing problem
* Portfolio Optimization problem

## Version v0.1.2 (March 23rd, 2023)

There was a small bug in the code that resulted in qiskit circuit not compiling, resulting in erros on QPUs
Expand Down

0 comments on commit c2b62b2

Please sign in to comment.