@@ -54,7 +54,7 @@ strings: `T`, `true`, `.true.`.
5454
5555For further examples see Section
5656[ Master input file: ` seedname.win ` ] ( sample_inputs.md#winfile )
57- and the the ` wannier90 ` Tutorial.
57+ and the ` wannier90 ` Tutorial.
5858
5959## Keyword List
6060
@@ -65,7 +65,7 @@ and the the `wannier90` Tutorial.
6565<!-- markdownlint-enable MD013 -->
6666
6767` seedname.win ` file keywords defining the system. Argument types are
68- represented by, I for a integer, R for a real number, P for a physical
68+ represented by, I for an integer, R for a real number, P for a physical
6969value, L for a logical value and S for a text string.
7070
7171- ` atoms_cart ` and ` atoms_frac ` may not both be defined in the same input file.
@@ -77,9 +77,9 @@ value, L for a logical value and S for a text string.
7777<!-- markdownlint-enable MD013 -->
7878
7979` seedname.win ` file keywords defining job control. Argument types are
80- represented by, I for a integer, R for a real number, P for a physical
80+ represented by, I for an integer, R for a real number, P for a physical
8181value, L for a logical value and S for a text string.
82- translate_home_cell only relevant if ` write_xyz ` is ` .true. `
82+ translate_home_cell is only relevant if ` write_xyz ` is ` .true. `
8383
8484### Disentanglement Parameters
8585
@@ -88,7 +88,7 @@ translate_home_cell only relevant if `write_xyz` is `.true.`
8888<!-- markdownlint-enable MD013 -->
8989
9090` seedname.win ` file keywords controlling the disentanglement. Argument
91- types are represented by, I for a integer, R for a real number, P for a
91+ types are represented by, I for an integer, R for a real number, P for a
9292physical value, L for a logical value and S for a text string.
9393
9494### Wannierise Parameters
@@ -98,7 +98,7 @@ physical value, L for a logical value and S for a text string.
9898<!-- markdownlint-enable MD013 -->
9999
100100` seedname.win ` file keywords controlling the wannierisation. Argument
101- types are represented by, I for a integer, R for a real number, P for a
101+ types are represented by, I for an integer, R for a real number, P for a
102102physical value, L for a logical value and S for a text string.
103103
104104- ` fixed_step ` and ` trial_step ` may not both be defined in the same input
@@ -114,7 +114,7 @@ file.
114114<!-- markdownlint-enable MD013 -->
115115
116116` seedname.win ` file keywords controlling the plotting. Argument types
117- are represented by, I for a integer, R for a real number, P for a
117+ are represented by, I for an integer, R for a real number, P for a
118118physical value, L for a logical value and S for a text string.
119119
120120- ` wannier_plot_radius ` only applies when ` wannier_plot_format ` is ` cube ` .
@@ -126,7 +126,7 @@ physical value, L for a logical value and S for a text string.
126126<!-- markdownlint-enable MD013 -->
127127
128128` seedname.win ` file keywords controlling transport. Argument types are
129- represented by, I for a integer, R for a real number, P for a physical
129+ represented by, I for an integer, R for a real number, P for a physical
130130value, L for a logical value and S for a text string.
131131
132132## System
@@ -259,8 +259,8 @@ end kpoints
259259There is no default.
260260
261261!!! note
262- There is an utility provided with ` wannier90 ` , called
263- ` kmesh.pl ` , which helps to generate the explicit list of $k$ points
262+ There is a utility provided with ` wannier90 ` , called
263+ ` kmesh.pl ` , which helps to generate the explicit list of $k$- points
264264 required by ` wannier90 ` . See Sec. [ ` kmesh.pl ` ] ( ../appendices/utilities.md#kmeshpl ) .
265265
266266### ` logical :: gamma_only `
@@ -362,14 +362,14 @@ also if the k-points do not describe a regular mesh.
362362
363363### ` real(kind=dp) :: kmesh_tol `
364364
365- Two kpoints belong to the same shell if the distance between them is
365+ Two k-points belong to the same shell if the distance between them is
366366less than ` kmesh_tol ` . Units are Ang.
367367
368368The default value is 0.000001 Ang.
369369
370370### ` integer :: higher_order_n `
371371
372- Specifies the order of finite-difference(FD) formula. The default is 1.
372+ Specifies the order of finite-difference (FD) formula. The default is 1.
373373Assuming the first-order FD uses #1 , #3 shells for neighbors,
374374then the n-th-order FD also includes 2, 3, ..., n times #1 , #3 shells.
375375A very high value of n may require larger ` search_shells ` .
@@ -449,7 +449,7 @@ No default.
449449
450450### ` integer :: exclude_bands(:) `
451451
452- A k-point independent list of states to excluded from the calculation of
452+ A k-point independent list of states to exclude from the calculation of
453453the overlap matrices; for example to select only valence states, or
454454ignore semi-core states. This keyword is passed to the first-principles
455455code via the ` seedname.nnkp ` file. For example, to exclude bands 2, 6,
@@ -761,7 +761,7 @@ The default value is 1.0E-10
761761
762762Whether or not to use preconditioning to speed up the minimization of
763763the spreads. This is based on the same idea as the classical
764- Tetter -Payne-Allan preconditionning for DFT and dampens the
764+ Teter -Payne-Allan preconditioning for DFT and dampens the
765765high-frequency oscillations of the gradient due to contributions from
766766large real lattice vectors. It is useful when the optimization is slow,
767767especially on fine grids. When ` optimisation<3 ` , this uses a slower
@@ -1338,7 +1338,7 @@ The default value is `false`.
13381338
13391339### ` logical :: write_bvec `
13401340
1341- If ` write_bvec = true ` , then the the matrix elements of
1341+ If ` write_bvec = true ` , then the matrix elements of
13421342bvector and their weights will be written to a file ` seedname.bvec ` .
13431343
13441344The default value is ` false ` .
0 commit comments