Go to file
Atsushi Togo 3801539196 SSCHA code was updated. 2020-08-26 12:55:17 +09:00
.github/ISSUE_TEMPLATE Update issue templates 2020-05-02 14:16:39 +09:00
c Fix frequency shift in C 2020-08-20 17:52:41 +09:00
conda Set version v1.21.0 for development 2020-07-31 11:01:46 +09:00
doc Updated sscha code 2020-08-24 17:35:40 +09:00
example Updated for v1.20.0 release 2020-07-30 21:30:47 +09:00
phono3py SSCHA code was updated. 2020-08-26 12:55:17 +09:00
scripts Added phono3py-load script like phonopy-load script in phonopy 2020-05-13 16:34:45 +09:00
test SSCHA code was updated. 2020-08-26 12:55:17 +09:00
.gitignore Migrate phono3py from phonopy repository to phono3py repository 2016-10-30 15:58:47 +09:00
.travis.yml Add test with python3.8 in travis 2020-08-23 11:44:17 +09:00
LICENSE Add LICENSE file and include it in package by MANIFEST.in 2016-11-29 09:02:48 +09:00
MANIFEST.in Add LICENSE file and include it in package by MANIFEST.in 2016-11-29 09:02:48 +09:00
README.md Phono3py github repostory was moved to phonopy/phono3py from atztogo/phono3py. These updates were made following this migration. 2020-05-02 16:50:52 +09:00
get_nanoversion.sh Deploy test 2020-05-03 00:34:21 +09:00
pyproject.toml add pyproject.toml for build dependency management 2019-08-01 13:52:35 +02:00
requirements.txt Set version v1.21.0 for development 2020-07-31 11:01:46 +09:00
setup.py Add mode length function 2020-08-23 15:55:32 +09:00

README.md

phono3py

A simulation package of phonon-phonon interaction related properties. Phono3py user documetation is found at http://phonopy.github.io/phono3py/.

Mailing list for questions

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

Development

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

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

Documentation

Phono3py 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.