Skip to content

Commit

Permalink
Small edit to How to install
Browse files Browse the repository at this point in the history
  • Loading branch information
tberkel committed Jun 19, 2024
1 parent 59085b1 commit 681e95b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions source/user/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PySCF via pip, you can upgrade it to the new version,
pip install --upgrade pyscf
```

:::{note}
:::{seealso}
Newly introduced features are available in the
[pyscf-forge](https://github.com/pyscf/pyscf-forge) package, which can be
installed with `pip`,
Expand Down Expand Up @@ -355,6 +355,7 @@ This can be solved by preloading the MKL core library,
```bash
export LD_PRELOAD=$MKLROOT/lib/intel64/libmkl_avx.so:$MKLROOT/lib/intel64/libmkl_core.so
```
:::

### Using the Qcint optimized integral library

Expand All @@ -365,8 +366,10 @@ computing systems. However, on x86-64 platforms, libcint has a more
efficient counterpart, [Qcint](https://github.com/sunqm/qcint), which is
heavily optimized with x86 SIMD instructions (AVX-512/AVX2/AVX/SSE3).
To replace the default libcint library with the qcint library, edit the
URL of the integral library in lib/CMakeLists.txt file,
```bash
URL of the integral library in `lib/CMakeLists.txt` file,
```{code-block} bash
:caption: lib/CMakeLists.txt
ExternalProject_Add(libcint
GIT_REPOSITORY
https://github.com/sunqm/qcint.git
Expand Down

0 comments on commit 681e95b

Please sign in to comment.