Skip to content

Commit 8a02642

Browse files
authored
doc: fix typo in kpt.md (#5320)
Co-authored-by: root <pxlxingliang>
1 parent 6632c0b commit 8a02642

File tree

1 file changed

+4
-4
lines changed
  • docs/advanced/input_files

1 file changed

+4
-4
lines changed

docs/advanced/input_files/kpt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ABACUS uses periodic boundary conditions for both crystals and finite systems. F
88

99
## Gamma-only Calculations
1010

11-
In ABACUS, we offer th option of running gamma-only calculations for LCAO basis by setting [gamma_only](./input-main.md#gamma_only) to be 1. Due to details of implementation, gamma-only calculation will be slightly faster than running a non gamma-only calculation and explicitly setting gamma point to be the only the k-point, but the results should be consistent.
11+
In ABACUS, we offer the option of running gamma-only calculations for LCAO basis by setting [gamma_only](./input-main.md#gamma_only) to be 1. Due to details of implementation, gamma-only calculation will be slightly faster than running a non gamma-only calculation and explicitly setting gamma point to be the only the k-point, but the results should be consistent.
1212

1313
> If gamma_only is set to 1, the KPT file will be overwritten. So make sure to turn off gamma_only for multi-k calculations.
1414
@@ -23,7 +23,7 @@ method to generate k-mesh, and the following is an example input k-point (`KPT`)
2323
K_POINTS //keyword for start
2424
0 //total number of k-point, `0' means generate automatically
2525
Gamma //which kind of Monkhorst-Pack method, `Gamma' or `MP'
26-
2 2 2 0 0 0 //first three number: subdivisions along recpri. vectors
26+
2 2 2 0 0 0 //first three number: subdivisions along reciprocal vectors
2727
//last three number: shift of the mesh
2828
```
2929

@@ -63,8 +63,8 @@ Direct //`Direct' or `Cartesian' coordinate
6363
## Band structure calculations
6464

6565
ABACUS uses specified high-symmetry directions of the Brillouin zone for band structure
66-
calculations. The third line of k-point file should start with Line or Line_Cartesian for
67-
line mode. Line means the positions below are in Direct coordinates, while Line_Cartesian
66+
calculations. The third line of k-point file should start with 'Line' or 'Line_Cartesian' for
67+
line mode. 'Line' means the positions below are in Direct coordinates, while 'Line_Cartesian'
6868
means in Cartesian coordinates:
6969

7070
```

0 commit comments

Comments
 (0)