quack/README.md

26 lines
560 B
Markdown
Raw Normal View History

2019-03-19 11:39:55 +01:00
# QuAcK
2021-10-13 14:14:15 +02:00
2023-07-10 19:56:57 +02:00
**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?
2021-10-13 14:14:15 +02:00
2023-07-10 19:56:57 +02:00
# Installation guide
The QuAcK software can be downloaded on GitHub as a Git repository
```
2023-07-10 19:57:20 +02:00
git clone https://github.com/pfloos/QuAcK.git
2023-07-10 19:56:57 +02:00
```
2021-10-13 14:14:15 +02:00
2023-07-10 19:56:57 +02:00
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