# OpenFermion **Repository Path**: mirrors/OpenFermion ## Basic Information - **Project Name**: OpenFermion - **Description**: OpenFermion是一个开源的软件,用于编译和分析量子算法来模拟费米子系统,包括量子化学 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/openfermion - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 2 - **Created**: 2017-10-24 - **Last Updated**: 2023-09-12 ## Categories & Tags **Categories**: quantum **Tags**: None ## README .. image:: https://raw.githubusercontent.com/quantumlib/OpenFermion/refs/heads/master/docs/images/logo_horizontal.svg :alt: OpenFermion logo :width: 75% :align: center .. |python| image:: https://img.shields.io/badge/Python-3.10+-fcbc2c.svg?style=flat-square&logo=python&logoColor=white :alt: Compatible with Python versions 3.10 and higher :target: https://www.python.org/downloads/ .. |license| image:: https://img.shields.io/badge/License-Apache%202.0-3c60b1.svg?logo=opensourceinitiative&logoColor=white&style=flat-square :alt: Licensed under the Apache 2.0 license :target: https://github.com/quantumlib/OpenFermion/blob/main/LICENSE .. |version| image:: https://img.shields.io/pypi/v/OpenFermion.svg?logo=semantic-release&logoColor=white&label=Release&style=flat-square&color=fcbc2c :alt: OpenFermion project on PyPI :target: https://pypi.org/project/OpenFermion .. |downloads| image:: https://img.shields.io/pypi/dm/openfermion?logo=PyPI&color=d56420&logoColor=white&style=flat-square&label=Downloads :alt: OpenFermion downloads per month from PyPI :target: https://img.shields.io/pypi/dm/OpenFermion .. class:: margin-top .. class:: centered | | |python| |license| |version| |downloads| .. |vertspace| image:: https://upload.wikimedia.org/wikipedia/commons/archive/c/ca/20200404084254%211x1.png :alt: Blank space :width: 1px :height: 30px |vertspace| OpenFermion is an open-source library for compiling and analyzing quantum algorithms to simulate fermionic systems, including quantum chemistry. Among other features, it includes data structures and tools for obtaining and manipulating representations of fermionic and qubit Hamiltonians. For more information, see our `release paper `__. You can run the interactive Jupyter Notebooks in |Colab|_ or |MyBinder|_. .. |Colab| replace:: Colab .. _Colab: https://colab.research.google.com/github/quantumlib/OpenFermion .. |MyBinder| replace:: MyBinder .. _MyBinder: https://mybinder.org/v2/gh/quantumlib/OpenFermion/master?filepath=examples Installation and Documentation ============================== Installing the latest **stable** OpenFermion requires the Python package installer `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: * `Installation `__ * `API Docs `__ * `Tutorials `__ 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 provide 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 where Docker can be used. Developer install ----------------- To install the latest version of OpenFermion (in development mode), run the following commands: .. code-block:: shell 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), run the following commands: .. code-block:: shell 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! High-performance simulators --------------------------- * `OpenFermion-FQE `__ is a high-performance emulator of fermionic quantum evolutions specified by a sequence of fermion operators, which can exploit fermionic symmetries such as spin and particle number. Circuit compilation plugins --------------------------- * `Forest-OpenFermion `__ to support integration with `Forest `__. * `SFOpenBoson `__ to support integration with `Strawberry Fields `__. Electronic structure package plugins ------------------------------------ * `OpenFermion-Psi4 `__ to support integration with `Psi4 `__. * `OpenFermion-PySCF `__ to support integration with `PySCF `__. * `OpenFermion-Dirac `__ to support integration with `DIRAC `__. * `OpenFermion-QChem `__ to support integration with `Q-Chem `__. 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 (CLA). You (or your employer) retain the copyright to your contribution; the CLA 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), `Fang Zhang `__ (University of Michigan) and `Emiel Koridon `__ (Leiden University). 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.