Go to file
Atsushi Togo ceb4e3b280 Added test using NaCl 2x2x2 PBE 2020-09-25 19:22:19 +09:00
.github/ISSUE_TEMPLATE Update issue templates 2020-05-02 14:16:39 +09:00
c Multithreading performance tuning of imag-self-energy calculation at frequency points 2020-09-07 18:45:03 +09:00
conda Update dependency to phonopy v2.9 2020-09-22 16:18:07 +09:00
doc Updated document for --nu option usage 2020-09-04 09:42:07 +09:00
example Updated for v1.20.0 release 2020-07-30 21:30:47 +09:00
phono3py duplicates in dataset were changed to list internally, too 2020-09-25 16:16:11 +09:00
scripts Added phono3py-load script like phonopy-load script in phonopy 2020-05-13 16:34:45 +09:00
test Added test using NaCl 2x2x2 PBE 2020-09-25 19:22:19 +09:00
.gitignore Migrate phono3py from phonopy repository to phono3py repository 2016-10-30 15:58:47 +09:00
.travis.yml Output matrices of DispCorrMatrixMesh were changed to be the same as those of DispCorrMatrix, and test in travis for python2.7 was dropped. 2020-09-24 20:25:13 +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 Update dependency to phonopy v2.9 2020-09-22 16:18:07 +09:00
setup.py Update dependency to phonopy v2.9 2020-09-22 16:18:07 +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.