Metadata-Version: 2.1
Name: pylibxc2
Version: 6.0.0
Summary: PyLibxc is a python-bound C library of exchange and correlation functionals for density-functional (DFT) theory.
Home-page: https://gitlab.com/libxc/libxc
Author: LibXC Authors
Author-email: marques@tddft.org
License: MPL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: numpy (>=1.7)
Provides-Extra: docs
Requires-Dist: sphinx (==1.2.3) ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'


Libxc is a library of exchange-correlation functionals for
density-functional theory. The aim is to provide a portable, well
tested and reliable set of exchange and correlation functionals that
can be used by a variety of programs.

For more information, please check the manual at
http://www.tddft.org/programs/Libxc


