Skip to content

Commit f685ffc

Browse files
authored
Adding mention of OpenFermion-FQE to the frontpage (#740)
* Adding mention of OpenFermion-FQE to the frontpage * updated spacing * fixed grammar * adding downloads badge too * removed projects page link (not up to date), removed mention of C++ bindings
1 parent 84d169b commit f685ffc

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Hamiltonians. For more information, see our
1919
.. image:: https://badge.fury.io/py/openfermion.svg
2020
:target: https://badge.fury.io/py/openfermion
2121

22+
.. image:: https://img.shields.io/pypi/dm/openfermion
23+
:target: https://img.shields.io/pypi/dm/openfermion
24+
2225

2326
Run the interactive Jupyter Notebooks in Colab_ or MyBinder_:
2427

@@ -52,9 +55,6 @@ You might also want to explore the alpha release of the
5255
`OpenFermion Cloud Library <https://github.com/quantumlib/OpenFermion/tree/master/cloud_library>`__
5356
where users can share and download precomputed molecular benchmark files.
5457

55-
Check out other `projects and papers using OpenFermion <https://quantumai.google/openfermion/projects>`__ for inspiration,
56-
and let us know if you've been using OpenFermion!
57-
5858

5959
Developer install
6060
-----------------
@@ -84,7 +84,14 @@ Specifically, plugins are used to simulate and compile quantum circuits and to p
8484
classical electronic structure calculations.
8585
Follow the links below to learn more!
8686

87-
Circuit compilation and simulation plugins
87+
High performance simulators
88+
------------------------------------------
89+
* `OpenFermion-FQE <https://github.com/quantumlib/OpenFermion-FQE>`__ is
90+
a high performance emulator of fermionic quantum evolutions specified
91+
by a sequence of fermion operators, which can exploit fermionic
92+
symmetries such as spin and particle number.
93+
94+
Circuit compilation plugins
8895
------------------------------------------
8996
* `Forest-OpenFermion <https://github.com/rigetticomputing/forestopenfermion>`__ to support integration with `Forest <https://www.rigetti.com/forest>`__.
9097

0 commit comments

Comments
 (0)