Go to file
Atsushi Togo 86cec59a16 Add AlN test 2021-02-22 16:02:01 +09:00
.github Update .travis.yml and github action scripts 2021-02-21 18:08:42 +09:00
c Minor fix of integer type handling 2021-02-22 14:35:02 +09:00
conda Set version v1.22.0 and update document for it 2021-01-29 11:19:41 +09:00
doc Picked updated files from rc 2021-02-22 07:54:55 +09:00
example Add ZnTe example 2021-01-24 22:14:19 +09:00
phono3py Add AlN test 2021-02-22 16:02:01 +09:00
scripts Added phono3py-load script like phonopy-load script in phonopy 2020-05-13 16:34:45 +09:00
test Add AlN test 2021-02-22 16:02:01 +09:00
.gitignore Migrate phono3py from phonopy repository to phono3py repository 2016-10-30 15:58:47 +09:00
.travis.yml Update .travis.yml and github action scripts 2021-02-21 18:08:42 +09:00
CMakeLists.txt size_t -> long for triplets related integer values 2021-02-22 12:46:31 +09:00
LICENSE Add LICENSE file and include it in package by MANIFEST.in 2016-11-29 09:02:48 +09:00
MANIFEST.in Update MANIFEST.in 2021-02-21 15:11:26 +01: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.22.0 and update document for it 2021-01-29 11:19:41 +09:00
setup.py Made phonon solver independent module 2021-02-22 10:24:25 +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.