mirror of https://github.com/phonopy/phono3py.git
Update document
This commit is contained in:
parent
4e9ac8bbb2
commit
683f4b8db2
|
@ -26,7 +26,8 @@ import sphinx_bootstrap_theme
|
|||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.imgmath']
|
||||
#extensions = ['sphinx.ext.imgmath']
|
||||
extensions = ['sphinx.ext.mathjax']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
.. _external_tools:
|
||||
|
||||
External tools
|
||||
===============
|
||||
|
||||
Here external tools related to phono3py but supported by the groups out
|
||||
of the phono3py project are listed.
|
||||
|
||||
Each of the tools is not supported by the phono3py project because of
|
||||
the difficulties of the maintenance and the test by main developers
|
||||
of phono3py under current style of phono3py development. However
|
||||
useful tools should be known. If developers want to use here to notify
|
||||
their tools, please contact via the phonopy mailing list.
|
||||
|
||||
Kinetic Collective Model
|
||||
-------------------------
|
||||
|
||||
The Kinetic Collective Model (KCM), developed by the nanoTransport
|
||||
group of the Universitat Autònoma de Barcelona, is a generalization of
|
||||
the Guyer and Krumhansl solution of the phonon Boltzmann Transport
|
||||
Equation. KCM allows to compute the thermal conductivity of
|
||||
semiconductors in a fast and low memory way from first principles
|
||||
calculations.
|
||||
|
||||
https://physta.github.io/
|
||||
|
|
@ -29,6 +29,7 @@ Documentation
|
|||
hdf5_howto
|
||||
workload-distribution
|
||||
auxiliary-tools
|
||||
external-tools
|
||||
tips
|
||||
citation
|
||||
changelog
|
||||
|
|
Loading…
Reference in New Issue