Skip to content

Adding mention of OpenFermion-FQE to the frontpage #740

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 10, 2021
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Hamiltonians. For more information, see our
.. image:: https://badge.fury.io/py/openfermion.svg
:target: https://badge.fury.io/py/openfermion

.. image:: https://img.shields.io/pypi/dm/openfermion
:target: https://img.shields.io/pypi/dm/openfermion


Run the interactive Jupyter Notebooks in Colab_ or MyBinder_:

Expand Down Expand Up @@ -84,7 +87,15 @@ Specifically, plugins are used to simulate and compile quantum circuits and to p
classical electronic structure calculations.
Follow the links below to learn more!

Circuit compilation and simulation plugins
High performance simulators
------------------------------------------
* `OpenFermion-FQE <https://github.com/quantumlib/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. It is built as a
plugin because C++ backends for OpenFermion-FQE must be compiled.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd leave off the C++ part. 1) fqe will fall back on already faster than cirq python librarires 2) it is built on top of C-extensions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so in that case is there a good reason why we don't merge into OpenFermion core?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in any event, I removed mention of that. I also decided to delete the link to the projects page since I don't feel like we've kept up with it at all and at this point it is not even close to a representative sample of the many projects using OpenFermion. What do you think?


Circuit compilation plugins
------------------------------------------
* `Forest-OpenFermion <https://github.com/rigetticomputing/forestopenfermion>`__ to support integration with `Forest <https://www.rigetti.com/forest>`__.

Expand Down