Metadata-Version: 2.1
Name: dftpy
Version: 2.0.0
Summary: Python3 packages for Density Functional Theory
Home-page: http://dftpy.rutgers.edu
Author: Pavanello Research Group
Author-email: m.pavanello@rutgers.edu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
License-File: LICENSE.txt
Requires-Dist: numpy (>=1.11.0)
Requires-Dist: scipy (>=0.18.0)
Requires-Dist: ase (>=3.22.0)
Requires-Dist: xmltodict (>=0.12.0)
Requires-Dist: importlib-metadata (>=0.12) ; python_version < "3.8"
Provides-Extra: all
Requires-Dist: upf-to-json ; extra == 'all'
Requires-Dist: mpi4py ; extra == 'all'
Requires-Dist: mpi4py-fft ; extra == 'all'
Requires-Dist: pyfftw ; extra == 'all'
Requires-Dist: pylibxc2 ; (python_version < "3.10") and extra == 'all'
Provides-Extra: libxc
Requires-Dist: pylibxc2 ; (python_version < "3.10") and extra == 'libxc'
Provides-Extra: mpi
Requires-Dist: mpi4py ; extra == 'mpi'
Requires-Dist: mpi4py-fft ; extra == 'mpi'
Provides-Extra: upf
Requires-Dist: upf-to-json ; extra == 'upf'

# DFTpy's Manual and Tutorials

See [DFTpy's website](http://dftpy.rutgers.edu) for details.




