Last active
January 30, 2020 14:39
-
-
Save TWRogers/c570839d3b34d0b3edd6f494df192b84 to your computer and use it in GitHub Desktop.
Installing libxc (Library of exchange-correlation functionals for density-functional theory)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://gitlab.com/libxc/libxc.git | |
cd libxc | |
sudo apt install autogen autoconf libtool | |
autoreconf -i | |
./configure | |
make | |
make check | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
libxc
libraries will be installed in/opt/etsf/lib
by this method.Can be used in PySCF by install with
export PYSCF_INC_DIR=/opt/etsf/lib
and thenpip install pyscf