Go to file
Atsushi Togo 82bf894f3b Updated Si and NaCl examples 2020-05-21 17:02:09 +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 Updated Si and NaCl examples 2020-05-21 17:02:09 +09:00
example Updated Si and NaCl examples 2020-05-21 17:02:09 +09:00
phonopy Minor user-interface fixes 2020-05-21 17:01:53 +09:00
scripts Still continue refactoring of main phonopy script 2020-05-11 16:41:51 +09:00
test two tests were updated following the change of default behaviour of phonopy.load 2020-05-08 21:22:00 +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 Added phonopy-load script to load phonopy.yaml like file 2020-05-09 16:46:39 +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.