# QuAcK **Contributors:** - [Pierre-Francois Loos](https://pfloos.github.io/WEB_LOOS) - [Enzo Monino](https://enzomonino.github.io) - [Antoine Marie](https://antoine-marie.github.io) # What is it? # Installation guide The QuAcK software can be downloaded on GitHub as a Git repository ``` git clone https://github.com/pfloos/qcmath.git ``` Then, one must define the variable `QCMATH_ROOT` and install [PySCF](https://pyscf.org) using `pip` ``` pip install pyscf ``` PySCF is used for the computation of one- and two-electron integrals. # Quick start