Skip to content

Qiskit Optimization 0.2.3

Compare
Choose a tag to compare
@manoelmarques manoelmarques released this 22 Sep 16:33
· 7 commits to stable/0.2 since this release
c55e2a2

Changelog

Fixed

  • Fix qiskit_optimization.converters.IntegerToBinary to convert quadratic terms correctly.
  • Fix qiskit_optimization.converters.IntegerToBinary to convert variables with zero range, i.e., the lower bound is equal to the upper bound, without raising any error.