Skip to content

Commit f87e2ee

Browse files
committed
Update Manual
1 parent 73ce689 commit f87e2ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/gpumd/input_files/kpoints_in.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The format of this file must be as follows:
1414

1515
.. code::
1616
# high symmetry points
17-
points_x(0) points_y(0) points_z(0) name(0)
18-
points_x(1) points_y(1) points_z(1) name(1)
17+
k_points_x(0) k_points_y(0) k_points_z(0) name(0)
18+
k_points_x(1) k_points_y(1) k_points_z(1) name(1)
1919
...
2020

2121

@@ -46,5 +46,5 @@ or
4646
0.5 0 0.5 X
4747
4848
Here,
49-
* The first three columns represent the coordinates of high symmetry points.The last column corresponds to names.
49+
* The first three columns represent the coordinates of high symmetry points. The last column corresponds to names.
5050
* A blank line indicates a breakpoint or the initiation of a second path.

doc/gpumd/input_parameters/compute_phonon.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use this keyword, please make sure the following files have been preprared in
1818
* - Input filename
1919
- Brief description
2020
* - ``kpoints.in``
21-
- High Symmetric Point Path, coordinates and names
21+
- Specify the :math:`\boldsymbol{k}`-points along the high-symmetry paths
2222

2323

2424
To use this keyword, :attr:`replicate` keywords must write head in the :attr:`run.in` file.

0 commit comments

Comments
 (0)