Merge branch 'rc' into develop

This commit is contained in:
Atsushi Togo 2017-10-02 17:13:58 +09:00
commit 2c31bd2461
5 changed files with 26 additions and 6 deletions

View File

@ -3,6 +3,20 @@
Change Log
==========
Oct-2-2017: Version 1.11.14
-------------------------------
* 6/m and 1 point groups are added for irreps dataset.
* ``band.hdf5`` is output instead of ``band.yaml`` when using ``--hdf5``
option together.
* Spglib update to v1.9.10. By this, symmetry search for supercells
with large number of dimensions may become significantly faster.
* It is changed so that ``mesh.yaml`` or ``mesh.hdf5`` is not written
out in thermal displacements calculations (``TDISP``, ``TDISPMAT``,
``TDISPMAT_CIF``). This is done to reduce the memory consumption of
this calculation with dense mesh sampling.
* And many minor updates.
June-18-2017: Version 1.11.12
-------------------------------

View File

@ -480,3 +480,9 @@ calculation results are written into ``qpoints.hdf5`` but not into
stored in ``qpoints.hdf5``. Using this option may be useful with large
set of q-points with including eigenvector or dynamical matrix output.
``band.hdf5``
^^^^^^^^^^^^^^^
In the band structure calculations (:ref:`band_structure_related_tags`),
calculation results are written into ``band.hdf5`` but not into
``band.yaml``.

View File

@ -49,9 +49,9 @@ copyright = u'2009, Atsushi Togo'
# built documents.
#
# The short X.Y version.
version = '1.11.12'
version = '1.11.14'
# The full version, including alpha/beta/rc tags.
release = '1.11.12'
release = '1.11.14'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -703,7 +703,7 @@ to avoid divergence.
The projection is applied along arbitrary direction using
``PROJECTION_DIRECTION`` tag (:ref:`projection_direction_tag`).
``mesh.yaml`` or ``mesh.hdf5`` is not written out from phonopy-1.11.12.121.
``mesh.yaml`` or ``mesh.hdf5`` is not written out from phonopy-1.11.14.
::
@ -736,7 +736,7 @@ The 3x3 matrix restricts distribution of each atom around the
equilibrium position to be ellipsoid. But the distribution is not
necessarily to be so.
``mesh.yaml`` or ``mesh.hdf5`` is not written out from phonopy-1.11.12.121.
``mesh.yaml`` or ``mesh.hdf5`` is not written out from phonopy-1.11.14.
::
@ -756,7 +756,7 @@ units have to be set properly for it (see
:ref:`calculator_interfaces`.) The result is given in
:math:`\textrm{\AA}^2`.
``mesh.yaml`` or ``mesh.hdf5`` is not written out from phonopy-1.11.12.121.
``mesh.yaml`` or ``mesh.hdf5`` is not written out from phonopy-1.11.14.
::

View File

@ -32,4 +32,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "1.11.12"
__version__ = "1.11.14"