OpenFermion
OpenFermion copied to clipboard
The electronic structure package for quantum computers.
#880 This PR fixes an issue where `get_sparse_operator` fails when given a non-simplified `QubitOperator` Please let me know if my approach or fix needs any improvements . I’m open to...
The original Dockerfile has issues and is not working. Ubuntu and Python versions are not specified, and the link to Psi4 is expired. This pull request fixes the Dockerfile and...
#856 This pull request fixes issue by adding a condition to the `generate_hamiltonian` function that skips the inclusion of two-body Hamiltonian terms with repeated creation .
The nightly test runs would often fail at least one test that fetched data from a Pubchem network service. The failures happened because sometimes the remote server would respond with...
Optimized Pauli term grouping strategies for measurement reduction in fermionic simulations. Based on research showing up to 50% measurement reduction compared to traditional techniques.
Optimized Pauli Term Grouping for Measurement Reduction
### Describe the issue This issue was encountered through our effort of dropping Python 3.10 support in `pennylane` (see [PR](https://github.com/PennyLaneAI/pennylane/pull/7935)). This change bumped our CI version of `numpy` from `2.2.6`...
### Describe the issue Many of the files currently show warnings if run through pylint, and various other things like the ordering of imports needs to be fixed up. ###...