mirror of https://github.com/phonopy/phono3py.git
Update document for v1.11.11
This commit is contained in:
parent
f989273ef9
commit
9fef993d67
|
@ -3,6 +3,17 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
Mar-31-2017: version 1.11.11
|
||||
----------------------------
|
||||
|
||||
- Abinit code interface is implemented and now under the testing.
|
||||
- Reduction of memory usage in RTA thermal conductivity
|
||||
calculation. This is especially effective for larger unit cell
|
||||
case. Currently combinations with --full_pp, --write_gamma_detail,
|
||||
and --simga(smearing method) are not supported for this. Performance
|
||||
tuning is under going. In some case, computation can be slower than
|
||||
the previous versions.
|
||||
|
||||
Feb-9-2017: version 1.11.9
|
||||
---------------------------
|
||||
|
||||
|
|
|
@ -49,9 +49,9 @@ copyright = u'2015, Atsushi Togo'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.11.9'
|
||||
version = '1.11.11'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.11.9'
|
||||
release = '1.11.11'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Reference in New Issue