Go to file
Atsushi Togo bccdb669da Implementing eigenvector rotation 2021-04-27 12:50:34 +09:00
.github Pin h5py=3.1.0 in github workflow 2021-04-20 19:20:27 +09:00
c BZGrid gets symmetry dataset instead of Symmetry class instance 2021-04-26 17:58:34 +09:00
conda Change phonopy version dependency to v2.9.3 2021-03-17 13:02:40 +09:00
doc Update installation documentation 2021-04-20 10:46:28 +09:00
example Add ZnTe example 2021-01-24 22:14:19 +09:00
phono3py Implementing eigenvector rotation 2021-04-27 12:50:34 +09:00
scripts Added phono3py-load script like phonopy-load script in phonopy 2020-05-13 16:34:45 +09:00
test BZGrid gets symmetry dataset instead of Symmetry class instance 2021-04-26 17:58:34 +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 Made cmake options to select compiled libraries 2021-04-20 18:59:26 +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 Change phonopy version dependency to v2.9.3 2021-03-17 13:02:40 +09:00
setup.py Merge branch 'gridsys' into develop 2021-04-19 17:36:34 +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.