fuulish / pyXC

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Python 66.8%Language:C 28.2%Language:Makefile 4.9%