4
1
mirror of https://github.com/pfloos/quack synced 2024-07-06 03:16:02 +02:00
quack/README.md

27 lines
607 B
Markdown

# QuAcK
**Contributors:**
- [Pierre-Francois Loos](https://pfloos.github.io/WEB_LOOS)
- [Enzo Monino](https://enzomonino.github.io)
- [Antoine Marie](https://antoine-marie.github.io)
- [Anthony Scemama](https://scemama.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/QuAcK.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