mirror of https://github.com/phonopy/phono3py.git
Update document for version 1.13.3
This commit is contained in:
parent
0d9b48d700
commit
bb8eda7b20
|
@ -3,11 +3,14 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
June-2-2018: version 1.13.1.x
|
||||
------------------------------
|
||||
June-20-2018: version 1.13.3
|
||||
----------------------------
|
||||
|
||||
- ``--lw`` (linewidth) option was removed. Use ``--br`` option and
|
||||
find 2*gamma values as linewidths in ``kappa-xxx.hdf5`` file.
|
||||
- Documentation of ``--lbte`` option is available at
|
||||
:ref:`direct_solution`.
|
||||
- This version is dependent on phonopy>=1.13.2.
|
||||
|
||||
May-17-2018: version 1.13.1
|
||||
----------------------------
|
||||
|
|
|
@ -25,4 +25,29 @@ If you have used phono3py, please cite the following article:
|
|||
doi = {10.1103/PhysRevB.91.094306},
|
||||
}
|
||||
|
||||
|
||||
.. _citation_direct_solution_lbte:
|
||||
|
||||
Citation of direct solution of LBTE (``--lbte``)
|
||||
-------------------------------------------------
|
||||
|
||||
If you have used direct solution of LBTE in phono3py, please cite the
|
||||
following article:
|
||||
|
||||
- "Direct Solution to the Linearized Phonon Boltzmann Equation"
|
||||
Laurent Chaput, Phys. Rev. Lett., **110**, 265506 (2013)
|
||||
|
||||
::
|
||||
|
||||
@article{Laurent-phph-2011,
|
||||
title = {Phonon-phonon interactions in transition metals},
|
||||
author = {Chaput, Laurent and Togo, Atsushi and Tanaka, Isao and Hug, Gilles},
|
||||
journal = {Phys. Rev. B},
|
||||
volume = {84},
|
||||
issue = {9},
|
||||
pages = {094302},
|
||||
numpages = {6},
|
||||
year = {2011},
|
||||
month = {Sep},
|
||||
doi = {10.1103/PhysRevB.84.094302},
|
||||
publisher = {American Physical Society}
|
||||
}
|
||||
|
|
|
@ -50,9 +50,9 @@ copyright = u'2015, Atsushi Togo'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.13.1'
|
||||
version = '1.13.3'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.13.1'
|
||||
release = '1.13.3'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
Direct solution of
|
||||
===================================================
|
||||
.. _direct_solution:
|
||||
|
||||
Direct solution of linearized phonon Boltzmann equation
|
||||
========================================================
|
||||
|
||||
This page explains how to use the direct solution of LBTE by
|
||||
`L. Chaput, Phys. Rev. Lett. 110, 265506 (2013)
|
||||
<https://doi.org/10.1103/PhysRevLett.110.265506>`_.
|
||||
<https://doi.org/10.1103/PhysRevLett.110.265506>`_ (:ref:`citation <citation_direct_solution_lbte>`).
|
||||
|
||||
.. contents::
|
||||
:depth: 2
|
||||
|
|
|
@ -28,6 +28,7 @@ Documentation
|
|||
output-files
|
||||
hdf5_howto
|
||||
auxiliary-tools
|
||||
direct-solution
|
||||
workload-distribution
|
||||
cutoff-pair
|
||||
external-tools
|
||||
|
|
Loading…
Reference in New Issue