4
1
mirror of https://github.com/pfloos/quack synced 2024-06-26 15:12:17 +02:00

Update and rename INSTALL.txt to INSTALL.md

This commit is contained in:
Pierre-Francois Loos 2023-07-10 21:19:26 +02:00 committed by GitHub
parent db9cd754ee
commit 94497e8a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

15
INSTALL.md Normal file
View File

@ -0,0 +1,15 @@
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).

View File

@ -1 +0,0 @@