Documentation and comment in code updates due to spglib repository migration to spglib github organization

This commit is contained in:
Atsushi Togo 2020-05-02 16:45:03 +09:00
parent b0d91b9fb7
commit f7ae1a8578
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ The detailed space group information is obtained by
:ref:`symmetry_option` option. As a result of using this option and
the chosen tolerance value, ``BPOSCAR`` file is obtained. This is a
standardized conventional unit cell (see
https://atztogo.github.io/spglib/definition.html#conventions-of-standardized-unit-cell),
https://spglib.github.io/spglib/definition.html#conventions-of-standardized-unit-cell),
and its distortion against the crystal symmetry is very small. It is
recommended to used this structure as the starting point of phonopy
calculation.

View File

@ -87,7 +87,7 @@ def load(phonopy_yaml=None, # phonopy.yaml-like must be the first argument.
dtype=float
When 'F', 'I', 'A', 'C', or 'R' is given instead of a 3x3 matrix,
the primitive matrix defined at
https://atztogo.github.io/spglib/definition.html
https://spglib.github.io/spglib/definition.html
is used.
is_nac : bool, optional
If True, look for 'BORN' file. If False, NAS is turned off.