Skip to content

Commit 1a692ed

Browse files
committed
fix extracting the keep information ibz
1 parent 89fb726 commit 1a692ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrate/tools/catch_properties.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ bash ${script_dir}/catch_deepks_properties.sh $1
559559
if ! test -z "$symmetry" && [ $symmetry == 1 ]; then
560560
pointgroup=`grep 'POINT GROUP' $running_path | tail -n 2 | head -n 1 | awk '{print $4}'`
561561
spacegroup=`grep 'SPACE GROUP' $running_path | tail -n 1 | awk '{print $7}'`
562-
nksibz=`grep ' nkstot_ibz ' $running_path | awk '{print $3}'`
562+
nksibz=`grep 'Number of irreducible k-points' $running_path | awk '{print $6}'`
563563
echo "pointgroupref $pointgroup" >>$1
564564
echo "spacegroupref $spacegroup" >>$1
565565
echo "nksibzref $nksibz" >>$1

0 commit comments

Comments
 (0)