Skip to content

Commit 226b236

Browse files
committed
Add description of new tags BCONNECT & BORNSYM
1 parent fe26feb commit 226b236

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

docs/source/input/inputanphon.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ List of input variables
114114

115115
=== =======================================================
116116
0 Symmetry operations won’t be saved in “SYMM_INFO_PRIM”
117-
118117
1 Symmetry operations will be saved in “SYMM_INFO_PRIM”
119118
=== =======================================================
120119

@@ -157,6 +156,18 @@ List of input variables
157156

158157
````
159158

159+
* BORNSYM-tag = 0 | 1
160+
161+
=== =================================================================
162+
0 Do not symmetrize Born effective charges
163+
1 Symmetrize Born effective charges by using point group symmetry
164+
=== =================================================================
165+
166+
:Default: 0
167+
:Type: Integer
168+
169+
````
170+
160171
* TMIN, TMAX, DT-tags : Temperature range and its stride in units of Kelvin
161172

162173
:Default: ``TMIN = 0``, ``TMAX = 1000``, ``DT = 10``
@@ -193,6 +204,25 @@ List of input variables
193204

194205
````
195206

207+
* BCONNECT-tag = 0 | 1 | 2
208+
209+
=== ===================================================================================
210+
0 | Phonon band is saved without change (sorted in order of energy)
211+
212+
1 | Phonon band is connected by using the similarity of eigenvectors.
213+
214+
2 | Same as ``BCONNECT=1``. In addition, information of the connectivity is
215+
| saved as ``PREFIX.connection``.
216+
=== ===================================================================================
217+
218+
:Default: 0
219+
:Type: Integer
220+
:Description: The algorithm for connecting a band structure is described here_.
221+
222+
.. _here : https://www.slideshare.net/TakeshiNishimatsu/two-efficient-algorithms-for-drawing-accurate-and-beautiful-phonon-dispersion
223+
224+
````
225+
196226
* CLASSICAL-tag = 0 | 1
197227

198228
=== =======================================================

0 commit comments

Comments
 (0)