Papers › OpenFermion: The Electronic Structure Package for Quantum Computers

OpenFermion: The Electronic Structure Package for Quantum Computers

20 Oct 2017arXiv:1710.07629links table onlyarchive 2025-07-28

Jarrod R. McClean, Kevin J. Sung, Ian D. Kivlichan, Yudong Cao, Chengyu Dai, E. Schuyler Fried, Craig Gidney, Brendan Gimby, Pranav Gokhale, Thomas Häner, Tarini Hardikar, Vojtěch Havlíček, Oscar Higgott, Cupjin Huang, Josh Izaac, Zhang Jiang, Xinle Liu, Sam McArdle, Matthew Neeley, Thomas O'Brien, Bryan O'Gorman, Isil Ozfidan, Maxwell D. Radin, Jhonathan Romero, Nicholas Rubin, Nicolas P. D. Sawaya, Kanav Setia, Sukin Sim, Damian S. Steiger, Mark Steudtner, Qiming Sun, Wei Sun, Daochen Wang, Fang Zhang, Ryan Babbush

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Quantum simulation of chemistry and materials is predicted to be an important application for both near-term and fault-tolerant quantum devices. However, at present, developing and studying algorithms for these problems can be difficult due to the prohibitive amount of domain knowledge required in both the area of chemistry and quantum algorithms. To help bridge this gap and open the field to more researchers, we have developed the OpenFermion software package (www.openfermion.org). OpenFermion is an open-source software library written largely in Python under an Apache 2.0 license, aimed at enabling the simulation of fermionic models and quantum chemistry problems on quantum hardware. Beginning with an interface to common electronic structure packages, it simplifies the translation between a molecular specification and a quantum circuit for solving or studying the electronic structure problem on a quantum computer, minimizing the amount of domain expertise required to enter the field. The package is designed to be extensible and robust, maintaining high software standards in documentation and testing. This release paper outlines the key motivations behind design choices in OpenFermion and discusses some basic OpenFermion functionality which we believe will aid the community in the development of better quantum algorithms and tools for this exciting area of research.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1710.07629")

Code

Syntology Ran 0 of 26 code samples harvested from 5 repositories linked to this paper; 26 have no recorded run.

By repository: community (archive-listed): 26 samples from 5 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ProjectQ-Framework/FermiLib mentioned on GitHubApache-2.0 report
olansog/bidlabs-sherlock-fermion-code mentioned on GitHubApache-2.0 report
qchemsoftware/openfermion-qchem mentioned on GitHubApache-2.0 report
quantumlib/OpenFermion mentioned on GitHubApache-2.0 report
quantumlib/OpenFermion-Cirq mentioned on GitHubApache-2.0 report
quantumlib/OpenFermion-ProjectQ mentioned on GitHubApache-2.0 report
quantumlib/OpenFermion-Psi4 mentioned on GitHubLGPL-3.0 report
quantumlib/OpenFermion-PySCF mentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 0 ran; 0 honoured the contract we drafted; 26 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

26unverified

Licence: 0 of the 26 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 5 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

abbreviate_command_arguments_after_switches olansog/bidlabs-sherlock-fermion-code/dev_tools/shell_tools.py community (archive-listed) unverified Apache-2.0 (permissive) · 179fd3eb8aebad25 · report
angstroms_to_bohr quantumlib/OpenFermion/src/openfermion/chem/molecular_data.py community (archive-listed) unverified Apache-2.0 (permissive) · fe6beac2afb1b241 · report
bohr_to_angstroms quantumlib/OpenFermion/src/openfermion/chem/molecular_data.py community (archive-listed) unverified Apache-2.0 (permissive) · 24fec827df86cb55 · report
bubble_sort qchemsoftware/openfermion-qchem/openfermionqchem/_qchem_functiontools.py community (archive-listed) unverified Apache-2.0 (permissive) · 8efd3f3201b09054 · report
determinants qchemsoftware/openfermion-qchem/openfermionqchem/_qchem_functiontools.py community (archive-listed) unverified Apache-2.0 (permissive) · 6a28070450714bdd · report
diff_to_new_interesting_lines olansog/bidlabs-sherlock-fermion-code/dev_tools/incremental_coverage.py community (archive-listed) unverified Apache-2.0 (permissive) · a8daa6874ac569cb · report
fact qchemsoftware/openfermion-qchem/openfermionqchem/_qchem_functiontools.py community (archive-listed) unverified Apache-2.0 (permissive) · 3d811e1576d60e4b · report
fill_full_matrix qchemsoftware/openfermion-qchem/openfermionqchem/_qchem_parser.py community (archive-listed) unverified Apache-2.0 (permissive) · 598ac4505b0f44d0 · report
fix_line_from_coverage_file olansog/bidlabs-sherlock-fermion-code/dev_tools/incremental_coverage.py community (archive-listed) unverified Apache-2.0 (permissive) · c40e203f33e18343 · report
geometry_from_pubchem quantumlib/OpenFermion/src/openfermion/chem/pubchem.py community (archive-listed) unverified Apache-2.0 (permissive) · 2423058f3e5bbbfa · report
highlight olansog/bidlabs-sherlock-fermion-code/dev_tools/shell_tools.py community (archive-listed) unverified Apache-2.0 (permissive) · bf7fa4434e39a565 · report
index_of_position_in_1d_array quantumlib/OpenFermion-ProjectQ/openfermionprojectq/_parallel_bubble_sort.py community (archive-listed) unverified Apache-2.0 (permissive) · f6b4466b04d918d4 · report
is_sorted_array_of_nd_positions quantumlib/OpenFermion-ProjectQ/openfermionprojectq/_parallel_bubble_sort.py community (archive-listed) unverified Apache-2.0 (permissive) · 6e1651ebdde223f3 · report
lambda_norm quantumlib/OpenFermion/src/openfermion/circuits/lcu_util.py community (archive-listed) unverified Apache-2.0 (permissive) · 721d851992e9a94d · report
name_molecule quantumlib/OpenFermion/src/openfermion/chem/molecular_data.py community (archive-listed) unverified Apache-2.0 (permissive) · 7ef5e44955306241 · report
one_body_basis_change ProjectQ-Framework/FermiLib/src/fermilib/ops/_interaction_tensor.py community (archive-listed) unverified Apache-2.0 (permissive) · 60dc74e8998881f1 · report
parallel_bubble_sort quantumlib/OpenFermion-ProjectQ/openfermionprojectq/_parallel_bubble_sort.py community (archive-listed) unverified Apache-2.0 (permissive) · 01ae70a7c6aea6b1 · report
parse qchemsoftware/openfermion-qchem/openfermionqchem/_qchem_parser.py community (archive-listed) unverified Apache-2.0 (permissive) · e06d6ed50efaf55a · report
periodic_table qchemsoftware/openfermion-qchem/openfermionqchem/_qchem_parser.py community (archive-listed) unverified Apache-2.0 (permissive) · 34062f6a49554c7e · report
preprocess_lcu_coefficients_for_reversible_sampling quantumlib/OpenFermion/src/openfermion/circuits/lcu_util.py community (archive-listed) unverified Apache-2.0 (permissive) · e84fa36ba99f6dcb · report
run_shell olansog/bidlabs-sherlock-fermion-code/dev_tools/shell_tools.py community (archive-listed) unverified Apache-2.0 (permissive) · f43b4c5d110c3d62 · report
shift_decoder olansog/bidlabs-sherlock-fermion-code/src/openfermion/ops/_binary_code.py community (archive-listed) unverified Apache-2.0 (permissive) · 69e0ebd0ee933c16 · report
two_body_basis_change ProjectQ-Framework/FermiLib/src/fermilib/ops/_interaction_tensor.py community (archive-listed) unverified Apache-2.0 (permissive) · eed471709a9b0a3b · report
uccsd_convert_amplitude_format quantumlib/OpenFermion/src/openfermion/circuits/unitary_cc.py community (archive-listed) unverified Apache-2.0 (permissive) · 3b91d0e5517cd972 · report
uccsd_singlet_paramsize quantumlib/OpenFermion/src/openfermion/circuits/unitary_cc.py community (archive-listed) unverified Apache-2.0 (permissive) · 9e7253ceb0973883 · report
wrap_module quantumlib/OpenFermion/src/openfermion/_compat.py community (archive-listed) unverified Apache-2.0 (permissive) · d8b172a8142843da · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections