Skip to content

Commit 385b010

Browse files
committed
fix unresonable comments
1 parent 7553e06 commit 385b010

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

tests/integrate/102_PW_BPCG_GPU_float/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ nksibzref = 8 # Expected irreducible k-points
4848

4949
# [Comments]
5050
# the test case is designed to validate the basic parameters of the GaAs
51-
# deformation simulation using the Davidson subspace solver
51+
# deformation simulation using the BPCG solver
5252
# in a GPU environment. The test checks for correct energy
5353
# calculations, symmetry group identification, and k-point sampling.
5454
# The test is marked as P1, indicating its importance in core configuration

tests/integrate/102_PW_BPCG_float/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ nksibzref = 8 # Expected irreducible k-points
4848

4949
# [Comments]
5050
# the test case is designed to validate the basic parameters of the GaAs
51-
# deformation simulation using the Davidson subspace solver
52-
# in a GPU environment. The test checks for correct energy
51+
# deformation simulation using the BPCG solver
52+
# in a non-GPU environment. The test checks for correct energy
5353
# calculations, symmetry group identification, and k-point sampling.
5454
# The test is marked as P1, indicating its importance in core configuration
5555
# validation.

tests/integrate/102_PW_CG_GPU_float/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ gpu_vendor = nvidia # GPU vendor (Equivalence Class: nvidia/a
3232
3. Compare GPU calculation results with referenct results
3333

3434
# [Expected Results]
35-
etotref = -4869.7470519303351466 # Reference total energy (Ry)
36-
etotperatomref = -2434.8735259652 # Reference energy per atom (Ry/atom)
37-
pointgroupref = C_1 # Expected point group symmetry
35+
etotref = -4869.7470519303351466 # Reference total energy (Ry)
36+
etotperatomref = -2434.8735259652 # Reference energy per atom (Ry/atom)
37+
pointgroupref = C_1 # Expected point group symmetry
3838
spacegroupref = C_1 # Expected space group symmetry
3939
nksibzref = 8 # Expected irreducible k-points
4040

@@ -48,7 +48,7 @@ nksibzref = 8 # Expected irreducible k-points
4848

4949
# [Comments]
5050
# the test case is designed to validate the basic parameters of the GaAs
51-
# deformation simulation using the Davidson subspace solver
51+
# deformation simulation using the CG solver
5252
# in a GPU environment. The test checks for correct energy
5353
# calculations, symmetry group identification, and k-point sampling.
5454
# The test is marked as P1, indicating its importance in core configuration

tests/integrate/102_PW_CG_float/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ nksibzref = 1 # Expected irreducible k-points
4848

4949
# [Comments]
5050
# the test case is designed to validate the basic parameters of the GaAs
51-
# deformation simulation using the Davidson subspace solver
52-
# in a GPU environment. The test checks for correct energy
51+
# deformation simulation using the CG solver
52+
# in a non-GPU environment. The test checks for correct energy
5353
# calculations, symmetry group identification, and k-point sampling.
5454
# The test is marked as P1, indicating its importance in core configuration
5555
# validation.

tests/integrate/102_PW_DA_davidson_GPU_float/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ nksibzref = 8 # Expected irreducible k-points
4848

4949
# [Comments]
5050
# the test case is designed to validate the basic parameters of the GaAs
51-
# deformation simulation using the Davidson subspace solver
51+
# deformation simulation using the Davidson solver
5252
# in a GPU environment. The test checks for correct energy
5353
# calculations, symmetry group identification, and k-point sampling.
5454
# The test is marked as P2, indicating its importance in Non-core configuration

tests/integrate/102_PW_DA_davidson_float/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ nksibzref = 1 # Expected irreducible k-points
4848

4949
# [Comments]
5050
# the test case is designed to validate the basic parameters of the GaAs
51-
# deformation simulation using the Davidson subspace solver
52-
# in a GPU environment. The test checks for correct energy
51+
# deformation simulation using the Davidson solver
52+
# in a non-GPU environment. The test checks for correct energy
5353
# calculations, symmetry group identification, and k-point sampling.
5454
# The test is marked as P2, indicating its importance in Non-core configuration
5555
# validation.

0 commit comments

Comments
 (0)