Skip to content

Commit 04554e5

Browse files
committedJul 31, 2021
Final delivery of accelerated FQE code
1 parent b470339 commit 04554e5

File tree

253 files changed

+11145
-6250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+11145
-6250
lines changed
 

‎.coveragerc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[run]
22
omit =
3-
src/fqe/unittest_data/build_nh_data.py
3+
src/fqe/unittest_data/build_nh_data.py,
4+
src/fqe/algorithm/*
45
[report]
56
exclude_lines =
67
if TYPE_CHECKING:

‎README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ evolutions under fermionic generators.
66
![Python package](https://github.com/quantumlib/OpenFermion-FQE/workflows/Python%20package/badge.svg?branch=master)
77

88
## Getting Started
9-
Installing FQE requires pip. Make sure that you are using an up-to-date version of it.
10-
For information about getting started beyond what is provided below please see our
11-
tutorial in the examples folder as well as our detailed code documentation.
9+
Installing FQE can be done via `pip install fqe`.
1210

13-
To build the docs navigate the the `docs` folder in the command line and type `make html`.
11+
For information about getting started, please see the
12+
[OpenFermion-FQE Guide & Tutorials](https://quantumai.google/openfermion/fqe).
1413

1514
## How to contribute
1615
We'd love to accept your contributions and patches to OpenFermion-FQE.
@@ -44,7 +43,6 @@ Garnet Chan
4443
The initial version of OpenFermion-FQE has been developed in collaboration between
4544
[QSimulate](https://qsimulate.com/)
4645
and [Google Quantum AI](https://quantumai.google/).
47-
4846
## How to cite
4947
When using OpenFermion-FQE for research projects, please cite:
5048

@@ -59,6 +57,5 @@ When using OpenFermion-FQE for research projects, please cite:
5957
}
6058
```
6159

62-
6360
## Disclaimer
6461
Copyright 2020-2021 Google LLC. This is not an official Google product.

0 commit comments

Comments
 (0)
Please sign in to comment.