Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 593 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 593 Bytes

pyXC

short wrapper in python to allow calculation of XC energy density for GGA and LDA functionals using libxc

Please refer to the tests/ subdirectory for a couple of examples

Installation

Requirements:

To build the C extension in place with the repository:

$ python setup.py build_ext --inplace

Then you can add the directory to your PYTHONPATH and everything should (hopefully) work as expected.