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

..03-May-2022-

c/H08-Jul-2021-4,9173,931

example/H08-Jul-2021-287,017243,004

phonopy/H08-Jul-2021-34,99426,815

phonopy.egg-info/H03-May-2022-1312

scripts/H08-Jul-2021-2,8741,967

test/H03-May-2022-55,39554,136

LICENSEH A D08-Jul-20211.4 KiB2824

MANIFEST.inH A D08-Jul-2021120 76

PKG-INFOH A D08-Jul-2021283 1312

README.mdH A D08-Jul-20211.2 KiB2515

pyproject.tomlH A D08-Jul-202159 32

setup.cfgH A D08-Jul-202138 53

setup.pyH A D08-Jul-20215 KiB160136

README.md

1[![Version Badge](https://anaconda.org/conda-forge/phonopy/badges/version.svg)](https://anaconda.org/conda-forge/phonopy)
2[![Downloads Badge](https://anaconda.org/conda-forge/phonopy/badges/downloads.svg)](https://anaconda.org/conda-forge/phonopy)
3[![PyPI](https://img.shields.io/pypi/dm/phonopy.svg?maxAge=2592000)](https://pypi.python.org/pypi/phonopy)
4[![Build Status](https://travis-ci.org/phonopy/phonopy.svg?branch=develop)](https://travis-ci.org/phonopy/phonopy)
5[![codecov](https://codecov.io/gh/phonopy/phonopy/branch/develop/graph/badge.svg)](https://codecov.io/gh/phonopy/phonopy)
6
7# Phonopy
8
9Phonon code. Phonopy user documetation is found at http://phonopy.github.io/phonopy/
10
11## Mailing list for questions
12
13Usual phonopy questions should be sent to phonopy mailing list (https://sourceforge.net/p/phonopy/mailman/).
14
15## Development
16
17The development of phonopy is managed on the `develop` branch of github phonopy repository.
18
19* Github issues is the place to discuss about phonopy issues.
20* Github pull request is the place to request merging source code.
21
22## Documentation
23
24Phonopy 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`.
25