add README
This commit is contained in:
parent
f9c4a894aa
commit
4143cae72f
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Installation
|
||||
|
||||
## Install n2v
|
||||
|
||||
conda create -n dft
|
||||
conda activate dft
|
||||
conda install -c psi4 psi4
|
||||
pip install ntov
|
||||
|
||||
## Patch n2v
|
||||
|
||||
bash python_n2v.sh
|
||||
|
||||
## Install libxc
|
||||
|
||||
bash install_libxc.sh
|
Loading…
Reference in a new issue