Skip to content

v1.8.1

Latest

Choose a tag to compare

@mhucka mhucka released this 17 Jul 18:54
d48c12a

OpenFermion v1.8.1

Summary of changes

This release addresses a backward incompatibility accidentally introduced by a bug fix to PolynomialTensor's rotate_basis method in OpenFermion 1.8.0. In version 1.8.1, the method now takes an explicit transpose parameter to specify whether to transpose the rotation matrix; the default is True to make it behave as it did pre-1.8.0. See PR #1418 for more information.

Detailed change list

  • Restore previous behavior to PolynomialTensor.rotate_basis() by default, by @arettig in #1418
  • Fix #1405: pool.join deadlock in ParallelLinearQubitOperator, by @rosspeili in #1419
  • Fix several typos in tutorials, by @arettig in #1422

Full Changelog: v1.8.0...v1.8.1