mirror of https://github.com/phonopy/phono3py.git
Small update of document
This commit is contained in:
parent
11153cd00e
commit
a2891a31eb
|
@ -13,6 +13,6 @@ https://pypi.python.org/pypi/phono3py .
|
|||
|
||||
Examples of silicon with VASP and Pwscf as calculators are given in
|
||||
the ``example`` directory. An example using phono3py API is found in
|
||||
the ``example/Si/Si.py`` but the API document has not yet written.
|
||||
the ``example/Si-PBEsol/Si.py`` but the API document has not yet written.
|
||||
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ conductivity calculation is loaded and thermal conductivity tensor at
|
|||
|
||||
In [2]: f = h5py.File("kappa-m111111.hdf5")
|
||||
|
||||
In [3]: f.keys()
|
||||
In [3]: list(f)
|
||||
Out[3]:
|
||||
[u'frequency',
|
||||
u'gamma',
|
||||
|
|
Loading…
Reference in New Issue