OpenFermion
OpenFermion copied to clipboard
The electronic structure package for quantum computers.
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Updates the requirements on [cirq-google](https://github.com/quantumlib/cirq) to permit the latest version. Release notes Sourced from cirq-google's releases. v1.3.0 Cirq v1.3.0 release Summary Deprecation of cirq-ft The newly created cirq-ft package (from...
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Release notes Sourced from numpy's releases. NumPy 2.0.2 release (Aug 26, 2024) NumPy 2.0.2 Release Notes NumPy 2.0.2 is a...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.19 to 3.29.0. Release notes Sourced from github/codeql-action's releases. v3.29.0 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 2.0.2 to 2.0.3. Release notes Sourced from google/osv-scanner-action's releases. v2.0.3 Update to use osv-scanner v2.0.3 Notable changes: There's now a flag --allow-no-lockfiles you can pass to osv-scanner...
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...
Hi, I was wondering if there is a way to obtain an OpenFermion-supported Hamiltonian from an FCIDUMP file? I'm aware that this can be done in PySCF, although I couldn't...
### Describe the issue Some of the tutorial notebooks use `QuadraticHamiltonian.orbital_energies()`, a method that is deprecated. We should update the notebooks to use `diagonalizing_bogoliubov_transform` instead. ### What version of this...
Hey all, a bit curious as to if anyone has worked on adding support for symbolic coefficients for QubitOperator. I imagine a very simple use case would be in defining...