Skip to main content

The electronic structure package for quantum computers.

Project description

OpenFermion is an open source library for compiling and analyzing quantum algorithms to simulate fermionic systems, including quantum chemistry. Among other functionalities, this version features data structures and tools for obtaining and manipulating representations of fermionic and qubit Hamiltonians. For more information, see our release paper.

https://github.com/quantumlib/OpenFermion/workflows/Continuous%20Integration/badge.svg Documentation Status https://badge.fury.io/py/openfermion.svg

Run the interactive Jupyter Notebooks in Colab or MyBinder:

Installation and Documentation

Installing the latest stable OpenFermion requires pip. Make sure that you are using an up-to-date version of it.

Documentation can be found at quantumai.google/openfermion and the following links

Currently, OpenFermion is tested on Mac, Windows, and Linux. We recommend using Mac or Linux because the electronic structure plugins are only compatible on these platforms. However, for those who would like to use Windows, or for anyone having other difficulties with installing OpenFermion or its plugins, we have provided a Docker image and usage instructions in the docker folder. The Docker image provides a virtual environment with OpenFermion and select plugins pre-installed. The Docker installation should run on any operating system.

You might also want to explore the alpha release of the OpenFermion Cloud Library where users can share and download precomputed molecular benchmark files.

Check out other projects and papers using OpenFermion for inspiration, and let us know if you’ve been using OpenFermion!

Developer install

To install the latest version of OpenFermion (in development mode):

git clone https://github.com/quantumlib/OpenFermion
cd OpenFermion
python -m pip install -e .

Library install

To install the latest PyPI release as a library (in user mode):

python -m pip install --user openfermion

Plugins

OpenFermion relies on modular plugin libraries for significant functionality. Specifically, plugins are used to simulate and compile quantum circuits and to perform classical electronic structure calculations. Follow the links below to learn more!

Circuit compilation and simulation plugins

Electronic structure package plugins

How to contribute

We’d love to accept your contributions and patches to OpenFermion. There are a few small guidelines you need to follow. Contributions to OpenFermion must be accompanied by a Contributor License Agreement. You (or your employer) retain the copyright to your contribution, this simply gives us permission to use and redistribute your contributions as part of the project. Head over to https://cla.developers.google.com/ to see your current agreements on file or to sign a new one.

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests. Furthermore, please make sure your new code comes with extensive tests! We use automatic testing to make sure all pull requests pass tests and do not decrease overall test coverage by too much. Make sure you adhere to our style guide. Just have a look at our code for clues. We mostly follow PEP 8 and use the corresponding linter to check for it. Code should always come with documentation, which is generated automatically and can be found here.

We use Github issues for tracking requests and bugs. Please post questions to the Quantum Computing Stack Exchange with an ‘openfermion’ tag.

Authors

Ryan Babbush (Google), Jarrod McClean (Google), Nicholas Rubin (Google), Kevin Sung (University of Michigan), Ian Kivlichan (Harvard), Dave Bacon (Google), Xavier Bonet-Monroig (Leiden University), Yudong Cao (Harvard), Chengyu Dai (University of Michigan), E. Schuyler Fried (Harvard), Craig Gidney (Google), Brendan Gimby (University of Michigan), Pranav Gokhale (University of Chicago), Thomas Häner (ETH Zurich), Tarini Hardikar (Dartmouth), Vojtĕch Havlíček (Oxford), Oscar Higgott (University College London), Cupjin Huang (University of Michigan), Josh Izaac (Xanadu), Zhang Jiang (NASA), William Kirby (Tufts University), Xinle Liu (Google), Sam McArdle (Oxford), Matthew Neeley (Google), Thomas O’Brien (Leiden University), Bryan O’Gorman (UC Berkeley, NASA), Isil Ozfidan (D-Wave Systems), Max Radin (UC Santa Barbara), Jhonathan Romero (Harvard), Daniel Sank (Google), Nicolas Sawaya (Harvard), Bruno Senjean (Leiden University), Kanav Setia (Dartmouth), Hannah Sim (Harvard), Damian Steiger (ETH Zurich), Mark Steudtner (Leiden University), Qiming Sun (Caltech), Wei Sun (Google), Daochen Wang (River Lane Research), Chris Winkler (University of Chicago) and Fang Zhang (University of Michigan).

How to cite

When using OpenFermion for research projects, please cite:

Jarrod R McClean, Nicholas C Rubin, Kevin J Sung, Ian D Kivlichan, Xavier Bonet-Monroig, 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, Nicolas P D Sawaya, Bruno Senjean, Kanav Setia, Sukin Sim, Damian S Steiger, Mark Steudtner, Qiming Sun, Wei Sun, Daochen Wang, Fang Zhang, and Ryan Babbush OpenFermion: The Electronic Structure Package for Quantum Computers. Quantum Science and Technology 5.3 (2020): 034014.

We are happy to include future contributors as authors on later releases.

Disclaimer

Copyright 2017 The OpenFermion Developers. This is not an official Google product.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openfermion-1.0.0.dev3062021.tar.gz (732.6 kB view details)

Uploaded Source

Built Distribution

openfermion-1.0.0.dev3062021-py3-none-any.whl (908.2 kB view details)

Uploaded Python 3

File details

Details for the file openfermion-1.0.0.dev3062021.tar.gz.

File metadata

  • Download URL: openfermion-1.0.0.dev3062021.tar.gz
  • Upload date:
  • Size: 732.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.10

File hashes

Hashes for openfermion-1.0.0.dev3062021.tar.gz
Algorithm Hash digest
SHA256 87e98a6f5b51d7ca51dbb13b00d663d384ee2d138c1843eb1f5c51d810080904
MD5 2b3776c52b9dd59bd16882700d113bbb
BLAKE2b-256 fcda85d956ff3ca417d9f7fbd364351935914c14625e527fc9d69686b771eb98

See more details on using hashes here.

File details

Details for the file openfermion-1.0.0.dev3062021-py3-none-any.whl.

File metadata

  • Download URL: openfermion-1.0.0.dev3062021-py3-none-any.whl
  • Upload date:
  • Size: 908.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.10

File hashes

Hashes for openfermion-1.0.0.dev3062021-py3-none-any.whl
Algorithm Hash digest
SHA256 be3ce78514419360dfd326437a05b824b2047e960f87fd5736d8e5f011467009
MD5 96a367a5417ab2a2d1d1755b09246f8d
BLAKE2b-256 fd8b46daafaf96d21da353c5ecc2d3797adcb1a0e7ef8221ae9416788d88cf0a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page