We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc662af commit 3c8ef7bCopy full SHA for 3c8ef7b
2 files changed
README.rst
@@ -10,7 +10,7 @@ This plugin library allows the electronic structure package `PySCF <http://githu
10
Installation
11
------------
12
13
-To start using OpenFermion-Psi4, first install `PySCF <http://github.com/sunqm/pyscf>`__.
+To start using OpenFermion-PySCF, first install `PySCF <http://github.com/sunqm/pyscf>`__.
14
Then, to install the latest development versions of OpenFermion and OpenFermion-PySCF,
15
clone `this <http://github.com/quantumlib/OpenFermion-PySCF>`__ git repo, change directory to the top level folder and run:
16
openfermionpyscf/_version.py
@@ -11,4 +11,4 @@
# limitations under the License.
"""Define version number here and read it from setup.py automatically"""
-__version__ = "0.1a0"
+__version__ = "0.1a1"
0 commit comments