Go to file
Atsushi Togo fca07af2e3 Separated making Gonze's NAC force constants and showing resulting parameters 2020-05-08 17:56:13 +09:00
c Updated spglib to v1.14.1 2020-03-24 07:39:04 +09:00
conda Update packaging scripts 2020-05-03 10:10:10 +09:00
doc Update documentation for v2.6.1 2020-05-04 09:58:05 +09:00
example Update document 2020-02-29 12:17:17 +09:00
phonopy Separated making Gonze's NAC force constants and showing resulting parameters 2020-05-08 17:56:13 +09:00
scripts Separated making Gonze's NAC force constants and showing resulting parameters 2020-05-08 17:56:13 +09:00
test Refactoring of DynamicalMatrix class 2020-05-08 15:34:01 +09:00
.gitignore ignore vim swap files 2020-01-29 16:32:20 +00:00
.travis.yml pypi source deploy test 2020-05-03 12:15:28 +09:00
LICENSE Add the name of phonopy project on LICENSE file 2016-11-29 07:23:29 +09:00
MANIFEST.in Add license to manifest.in 2016-11-28 23:32:14 +01:00
README.md Update the phonopy's URL 2020-02-27 13:28:41 +09:00
build-wheels.sh Update build-wheels.sh to avoid building error 2020-05-03 10:10:10 +09:00
dev-requirements.txt Update .travis.yml to create wheel of phonopy 2019-09-25 16:39:49 +02:00
get_nanoversion.sh Update packaging scripts 2020-05-03 10:10:10 +09:00
pyproject.toml add pyproject.toml to declare numpy as build dependency 2019-07-26 12:55:30 +02:00
requirements.txt Update travis and pypi deploy settings 2019-11-16 16:33:44 +09:00
setup.py Update packaging scripts 2020-05-03 10:10:10 +09:00

README.md

Version Badge Downloads Badge PyPI Build Status

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.