2024-02-26 13:27:16 +01:00
|
|
|
# Installation
|
|
|
|
|
|
|
|
## Install n2v
|
|
|
|
|
|
|
|
conda create -n dft
|
|
|
|
conda activate dft
|
|
|
|
conda install -c psi4 psi4
|
|
|
|
pip install ntov
|
|
|
|
|
|
|
|
## Patch n2v
|
|
|
|
|
2024-02-26 13:32:37 +01:00
|
|
|
bash patch_n2v.sh
|
|
|
|
|
|
|
|
To restore the original files:
|
|
|
|
|
|
|
|
bash patch_n2v.sh reset
|
2024-02-26 13:27:16 +01:00
|
|
|
|
|
|
|
## Install libxc
|
|
|
|
|
|
|
|
bash install_libxc.sh
|