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: source/install.rst
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
Install PySCF
4
4
*************
5
5
6
-
1) Install with `pip` (easiest method)
7
-
======================================
6
+
1) Install with `pip`
7
+
=====================
8
8
This is the recommended way to install PySCF for non-developers::
9
9
10
10
$ pip install --prefer-binary pyscf
@@ -16,8 +16,15 @@ PySCF via pip, you can upgrade it to the new version with::
16
16
17
17
$ pip install --upgrade pyscf
18
18
19
-
.. note::
20
-
Since PySCF version 2.1, the Linux wheels require manylinux2010 (for x86_64) or manylinux2014 (for aarch64). So the pip version should >= 19.3 for installing on Linux.
19
+
Some theoretical models developed in recent years are only available in the
20
+
pyscf-forge package. To access these modules, you can install the pyscf-forge package::
21
+
22
+
$ pip install pyscf-forge
23
+
24
+
Certain modules are maintained as extensions of PySCF (see also `Install extensions`_).
25
+
To install all PySCF functionalities, you can execute the command::
26
+
27
+
$ pip install pyscf[all]
21
28
22
29
23
30
2) Build from source with `pip`
@@ -38,7 +45,7 @@ list of prerequisites. If you would like to tune the CMake compilation
38
45
parameters, you can set them with the environment variable `CMAKE_CONFIGURE_ARGS`,
0 commit comments