You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,22 @@ To install the latest PyPI release as a library (in user mode):
52
52
Plugins
53
53
=======
54
54
55
-
In order to simulate and compile quantum circuits or perform other complicated electronic structure calculations, one can install OpenFermion plugins. We currently support a circuit simulation plugin for `ProjectQ <https://projectq.ch>`__, which you can find at `OpenFermion-ProjectQ <http://github.com/quantumlib/OpenFermion-ProjectQ>`__. We also support electronic structure plugins for `Psi4 <http://psicode.org>`__, which you can find at `OpenFermion-Psi4 <http://github.com/quantumlib/OpenFermion-Psi4>`__ (recommended), and for `PySCF <https://github.com/sunqm/pyscf>`__, which you can find at `OpenFermion-PySCF <http://github.com/quantumlib/OpenFermion-PySCF>`__.
55
+
In order to simulate and compile quantum circuits or perform other complicated
56
+
electronic structure calculations, one can install OpenFermion plugins. We
57
+
currently support a circuit simulation plugin for `ProjectQ
58
+
<https://projectq.ch>`__, which you can find at `OpenFermion-ProjectQ
59
+
<http://github.com/quantumlib/OpenFermion-ProjectQ>`__. We also support
60
+
electronic structure plugins for `Psi4 <http://psicode.org>`__, which you can
61
+
find at `OpenFermion-Psi4 <http://github.com/quantumlib/OpenFermion-Psi4>`__
62
+
(recommended), and for `PySCF <https://github.com/sunqm/pyscf>`__, which you can
63
+
find at `OpenFermion-PySCF <http://github.com/quantumlib/OpenFermion-PySCF>`__
64
+
(less supported).
56
65
For a particularly robust method of installing OpenFermion together with select
57
66
plugins, we have provided a Docker image and usage instructions in the
Copy file name to clipboardExpand all lines: docker/README.md
+32-81Lines changed: 32 additions & 81 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Docker setup for OpenFermion and select plugins
2
2
3
-
This Docker image will help users to easily install [OpenFermion](https://github.com/quantumlib/OpenFermion) and its available plugins for [ProjectQ](https://github.com/ProjectQ-Framework/ProjectQ), [Psi4](https://github.com/quantumlib/OpenFermion-Psi4), and [PySCF](https://github.com/quantumlib/OpenFermion-PySCF). Check out Docker's [website](https://www.docker.com/what-container) that describes what a container image is and why it can be so useful.
3
+
This Docker image will help users to install [OpenFermion](https://github.com/quantumlib/OpenFermion) and its available plugins for [ProjectQ](https://github.com/ProjectQ-Framework/ProjectQ), [Psi4](https://github.com/quantumlib/OpenFermion-Psi4), and [PySCF](https://github.com/quantumlib/OpenFermion-PySCF).
4
+
Check out Docker's [website](https://www.docker.com/what-container) that describes what a container image is and why it can be so useful.
5
+
The Docker based installation is extremely robust and runs on any operating
6
+
system and so is an ideal solution for anyone having difficulty installing
7
+
OpenFermion (or any of its plugins) using the standard installation.
4
8
5
9
6
10
## What's included?
@@ -16,123 +20,70 @@ This Docker image will help users to easily install [OpenFermion](https://github
16
20
-[PySCF](https://github.com/sunqm/pyscf)
17
21
18
22
19
-
## Usage
20
-
21
-
To use this image, you first need to install [Docker](https://www.docker.com/).
0 commit comments