| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-17 | 932 Bytes | |
| v1.8.1 source code.tar.gz | 2026-07-17 | 45.5 MB | |
| v1.8.1 source code.zip | 2026-07-17 | 45.9 MB | |
| openfermion-1.8.1-py3-none-any.whl | 2026-07-17 | 44.7 MB | |
| Totals: 4 Items | 136.1 MB | 4 | |
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 https://github.com/quantumlib/OpenFermion/pull/1418
- Fix [#1405]:
pool.joindeadlock inParallelLinearQubitOperator, by @rosspeili in https://github.com/quantumlib/OpenFermion/pull/1419 - Fix several typos in tutorials, by @arettig in https://github.com/quantumlib/OpenFermion/pull/1422
Full Changelog: https://github.com/quantumlib/OpenFermion/compare/v1.8.0...v1.8.1