A plugin that interfaces OpenFermion with PySCF, enabling the construction of fermionic Hamiltonians from molecular orbital integrals computed by PySCF. Current version 0.5. Low release cadence; no updates since 2021.
pip install openfermionpyscfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute H2 Hamiltonian using OpenFermion and PySCF.
Use the returned object or simply use the original variable; they are identical.
Pin PySCF to a compatible version (e.g., <2.1) or contribute an update to the plugin.
Install pyscf explicitly: pip install pyscf
pip install pyscf
Ensure openfermionpyscf is version 0.5 or later. Import as 'from openfermionpyscf import run_pyscf'.
Downgrade PySCF to a version compatible with openfermionpyscf 0.5 (e.g., pyscf==1.7.6).