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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@ FermiLib plugin to interface with Psi4
3
3
4
4
This repository contains a plugin which allows `FermiLib <http://github.com/ProjectQ-Framework/FermiLib>`__ (licensed under Apache 2) to interface with the open-source quantum chemistry package `Psi4 <http://www.psicode.org>`__ (licensed under GNU Lesser General Public License version 3).
5
5
6
+
Installation
7
+
------------
8
+
9
+
To install this plugin, clone this git repo and then change directory to the top level folder. Then, run
10
+
11
+
.. code-block:: bash
12
+
13
+
python -m pip install -e .
14
+
15
+
Alternatively, one can install using pip with the command
0 commit comments