• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H17-Mar-2021-141124

c/H17-Mar-2021-14,49111,360

conda/H17-Mar-2021-214161

doc/H03-May-2022-4,9493,398

example/H17-Mar-2021-45,25145,071

phono3py/H17-Mar-2021-18,65314,694

phono3py.egg-info/H03-May-2022-1211

scripts/H17-Mar-2021-1,020800

test/H03-May-2022-10,26310,051

.gitignoreH A D17-Mar-2021350 4335

.travis.ymlH A D17-Mar-20214 KiB9486

LICENSEH A D17-Mar-20211.4 KiB2824

MANIFEST.inH A D17-Mar-202183 65

PKG-INFOH A D17-Mar-2021266 1211

README.mdH A D17-Mar-2021728 1810

get_nanoversion.shH A D17-Mar-2021385 1815

pyproject.tomlH A D17-Mar-202159 32

setup.cfgH A D17-Mar-202138 53

setup.pyH A D17-Mar-202112.2 KiB339237

README.md

1# phono3py
2A simulation package of phonon-phonon interaction related properties. Phono3py user documetation is found at http://phonopy.github.io/phono3py/.
3
4## Mailing list for questions
5
6Usual phono3py questions should be sent to phonopy mailing list (https://sourceforge.net/p/phonopy/mailman/).
7
8## Development
9
10The development of phono3py is managed on the `develop` branch of github phono3py repository.
11
12* Github issues is the place to discuss about phono3py issues.
13* Github pull request is the place to request merging source code.
14
15## Documentation
16
17Phono3py 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`.
18