Update README.md

This commit is contained in:
Pierre-Francois Loos 2023-07-18 09:07:50 +02:00 committed by GitHub
parent 608a62dd6a
commit 5705e5d29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ You must also install [PySCF](https://pyscf.org) (for example using `pip`)
pip install pyscf
```
PySCF is used for the computation of one- and two-electron integrals (mainly).
PySCF is used for the computation of one- and two-electron integrals (mainly) which are dumped in files and read by QuAcK.
Therefore, it is very easy to use other software to compute the integrals or to add other types of integrals.
# Quick start