Go to file
Atsushi Togo ccd60ed114 Loosen tolerance of a QHA test 2021-05-22 14:25:37 +09:00
.github/workflows Patch phonopy-pytest-conda.yml 2021-03-16 19:05:21 +09:00
c Bug fix of J32 2021-04-08 07:57:40 +09:00
conda Made numpy>=1.11 in meta.yaml to avoid fixing the version at 1.11 in conda build 2020-07-31 10:52:46 +09:00
doc Update document 2021-03-17 11:59:23 +09:00
example More Fleur interface refinement. 2021-01-14 10:33:08 +01:00
phonopy Wrote a QHA test 2021-05-22 14:10:10 +09:00
scripts Remove add_all from ImageGrid params in phonopy-bandplot 2021-04-30 18:15:54 +09:00
test Loosen tolerance of a QHA test 2021-05-22 14:25:37 +09:00
.gitignore ignore vim swap files 2020-01-29 16:32:20 +00:00
.travis.yml Remove codecov in travis 2021-02-09 18:15:31 +09:00
CMakeLists.txt Numerical type change of regular grid from intc to int_ 2021-02-20 19:08:56 +09:00
LICENSE Add the name of phonopy project on LICENSE file 2016-11-29 07:23:29 +09:00
MANIFEST.in Reorder c-header file locations 2021-01-23 19:32:53 +09:00
README.md Fix budges in README.md 2020-09-22 13:05:23 +09:00
build-wheels.sh Update to build pypi wheel for py3.9 2021-01-29 11:04:22 +09:00
dev-requirements.txt Updated document, installation, and packaging related files. 2020-07-22 15:40:36 +09:00
get_nanoversion.sh Update packaging scripts 2020-05-03 09:53:01 +09:00
pyproject.toml add pyproject.toml to declare numpy as build dependency 2019-07-26 12:55:30 +02:00
requirements.txt Updated for packaging pypi, reseased as v2.7.1 2020-07-31 08:10:29 +09:00
setup.py Numerical type change of regular grid from intc to int_ 2021-02-20 19:08:56 +09:00

README.md

Version Badge Downloads Badge PyPI Build Status codecov

Phonopy

Phonon code. Phonopy user documetation is found at http://phonopy.github.io/phonopy/

Mailing list for questions

Usual phonopy questions should be sent to phonopy mailing list (https://sourceforge.net/p/phonopy/mailman/).

Development

The development of phonopy is managed on the develop branch of github phonopy repository.

  • Github issues is the place to discuss about phonopy issues.
  • Github pull request is the place to request merging source code.

Documentation

Phonopy user documetation is written using python sphinx. The source files are stored in doc directory. Please see how to write the documentation at doc/README.md.