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.joindeadlock inParallelLinearQubitOperator, by @rosspeili in #1419 - Fix several typos in tutorials, by @arettig in #1422
Full Changelog: v1.8.0...v1.8.1