.. image:: https://coveralls.io/repos/github/quantumlib/OpenFermion-ProjectQ/badge.svg?branch=master :target: https://coveralls.io/github/quantumlib/OpenFermion-ProjectQ?branch=develop
.. image:: https://readthedocs.org/projects/openfermion-projectq/badge/?version=latest :target: http://openfermion-projectq.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
.. image:: https://badge.fury.io/py/openfermionprojectq.svg :target: https://badge.fury.io/py/openfermionprojectq
.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6-brightgreen.svg
OpenFermion <http://openfermion.org>
is an open source package for compiling and analyzing quantum algorithms that simulate fermionic systems.
This plugin library allows the circuit simulation and compilation package ProjectQ <https://projectq.ch>
to interface with OpenFermion.
However, OpenFermion-ProjectQ is now archived and deprecated since it is NO LONGER MAINTAINED.
If you are interested in maintaining the package and qualified to do so, please contact us.
Installing OpenFermion-ProjectQ requires pip. Make sure that you are using an up-to-date version of it.
Once installation is complete, be sure to take a look at the
ipython notebook demo <https://github.com/quantumlib/OpenFermion-ProjectQ/blob/master/examples/openfermionprojectq_demo.ipynb>
as well as our detailed code documentation <http://openfermion-projectq.readthedocs.io/en/latest/openfermionprojectq.html>
.
To install the latest versions of OpenFermion, ProjectQ and OpenFermion-ProjectQ (in development mode):
.. code-block:: bash
git clone https://github.com/quantumlib/OpenFermion-ProjectQ cd OpenFermion-ProjectQ python -m pip install -e .
To install the latest PyPI releases as libraries (in user mode):
.. code-block:: bash
python -m pip install --user openfermionprojectq
This package is deprecated and no longer accepting contributions. However, if you are interested in maintaining the package and qualified to do so, please contact us. We would be happy to transfer the repository to responsible owners if there is interest in continuing development.
Ryan Babbush <http://ryanbabbush.com>
(Google),
Jarrod McClean <http://jarrodmcclean.com>
(Google),
Ian Kivlichan <http://aspuru.chem.harvard.edu/ian-kivlichan/>
(Harvard),
Kevin J. Sung <https://github.com/kevinsung>
(University of Michigan),
Damian Steiger <https://github.com/damiansteiger>
(ETH Zurich),
Dave Bacon <https://github.com/dabacon>
(Google),
Yudong Cao <https://github.com/yudongcao>
(Harvard),
Chengyu Dai <https://github.com/jdaaph>
(University of Michigan),
E. Schuyler Fried <https://github.com/schuylerfried>
(Harvard),
Craig Gidney <https://github.com/Strilanc>
(Google),
Brendan Gimby <https://github.com/bgimby>
(University of Michigan),
Pranav Gokhale <https://github.com/singular-value>
(University of Chicago),
Thomas Häner <https://github.com/thomashaener>
(ETH Zurich),
Tarini Hardikar <https://github.com/TariniHardikar>
(Dartmouth),
Vojtĕch Havlíček <https://github.com/VojtaHavlicek>
(Oxford),
Cupjin Huang <https://github.com/pertoX4726>
(University of Michigan),
Josh Izaac <https://github.com/josh146>
(Xanadu),
Zhang Jiang <https://ti.arc.nasa.gov/profile/zjiang3>
(NASA),
Xinle Liu <https://github.com/sheilaliuxl>
(Google),
Sam McArdle <https://github.com/sammcardle30>
(Oxford),
Matthew Neeley <https://github.com/maffoo>
(Google),
Thomas O'Brien <https://github.com/obriente>
(Leiden University),
Isil Ozfidan <https://github.com/conta877>
(D-Wave Systems),
Max Radin <https://github.com/max-radin>
(UC Santa Barbara),
Jhonathan Romero <https://github.com/jromerofontalvo>
(Harvard),
Nicholas Rubin <https://github.com/ncrubin>
(Rigetti),
Daniel Sank <https://github.com/DanielSank>
(Google),
Nicolas Sawaya <https://github.com/nicolassawaya>
(Harvard),
Kanav Setia <https://github.com/kanavsetia>
(Dartmouth),
Hannah Sim <https://github.com/hsim13372>
(Harvard),
Mark Steudtner <https://github.com/msteudtner>
(Leiden University),
Qiming Sun <https://github.com/sunqm>
(Caltech),
Wei Sun <https://github.com/Spaceenter>
(Google),
Daochen Wang <https://github.com/daochenw>
(River Lane Research),
Chris Winkler <https://github.com/quid256>
(University of Chicago) and
Fang Zhang <https://github.com/fangzh-umich>
(University of Michigan).
When using OpenFermion-ProjectQ for research projects, please cite:
Jarrod R. McClean, Ian D. Kivlichan, Kevin J. Sung, Damian S. Steiger,
Yudong Cao, Chengyu Dai, E. Schuyler Fried, Craig Gidney, Brendan Gimby,
Pranav Gokhale, Thomas Häner, Tarini Hardikar, Vojtĕch Havlíček,
Cupjin Huang, Josh Izaac, Zhang Jiang, Xinle Liu, Matthew Neeley,
Thomas O'Brien, Isil Ozfidan, Maxwell D. Radin, Jhonathan Romero,
Nicholas Rubin, Nicolas P. D. Sawaya, Kanav Setia, Sukin Sim,
Mark Steudtner, Qiming Sun, Wei Sun, Fang Zhang and Ryan Babbush.
*OpenFermion: The Electronic Structure Package for Quantum Computers*.
`arXiv:1710.07629 <https://arxiv.org/abs/1710.07629>`__. 2017.
as well as
Damian S. Steiger, Thomas Häner and Matthias Troyer.
*ProjectQ: An Open Source Software Framework for Quantum Computing*.
`arXiv:1612.08091 <https://arxiv.org/abs/1612.08091>`__. 2016.
We are happy to include future contributors as authors on later OpenFermion releases.
Copyright 2017 The OpenFermion Developers. This is not an official Google product.