Metadata-Version: 2.1
Name: euphonic
Version: 0.5.1
Summary: Euphonic calculates phonon bandstructures and inelastic neutron scattering intensities from modelling code output (e.g. CASTEP)
Home-page: https://github.com/pace-neutrons/Euphonic
Author: Rebecca Fair
Author-email: rebecca.fair@stfc.ac.uk
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/x-rst
Requires-Dist: numpy (>=1.12.1)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: seekpath (>=1.1.0)
Requires-Dist: spglib (>=1.9.4)
Requires-Dist: pint (>=0.9)
Requires-Dist: importlib-resources (>=1.3.0)
Requires-Dist: threadpoolctl (>=1.0.0)
Provides-Extra: matplotlib
Requires-Dist: matplotlib (>=2.0.0) ; extra == 'matplotlib'
Provides-Extra: phonopy_reader
Requires-Dist: h5py (>=2.7.0) ; extra == 'phonopy_reader'
Requires-Dist: PyYAML (>=3.13) ; extra == 'phonopy_reader'

========
Euphonic
========

Euphonic is a Python package that can efficiently calculate phonon
bandstructures and inelastic neutron scattering intensities from a
force constants matrix (e.g. from a .castep_bin file). While Euphonic
is primarily a library, a command-line tool is provided for convenient
plotting of inelastic neutron scattering intensities from
force-constants data.

Euphonic can also plot previously-calculated dispersion and density of
states data from a CASTEP .phonon file.

For more information, see the `docs <http://euphonic.readthedocs.io/en/latest/>`_.


