4
1
mirror of https://github.com/pfloos/quack synced 2024-07-27 21:27:37 +02:00
quack/INSTALL.md

16 lines
409 B
Markdown
Raw Normal View History

The QuAcK software can be downloaded on GitHub as a Git repository
```
git clone https://github.com/pfloos/QuAcK.git
```
Then, one must define the variable `QUACK_ROOT`. For example,
```
export QUACK_ROOT=$HOME/Work/QuAcK
```
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).