We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fb726 commit 1a692edCopy full SHA for 1a692ed
tests/integrate/tools/catch_properties.sh
@@ -559,7 +559,7 @@ bash ${script_dir}/catch_deepks_properties.sh $1
559
if ! test -z "$symmetry" && [ $symmetry == 1 ]; then
560
pointgroup=`grep 'POINT GROUP' $running_path | tail -n 2 | head -n 1 | awk '{print $4}'`
561
spacegroup=`grep 'SPACE GROUP' $running_path | tail -n 1 | awk '{print $7}'`
562
- nksibz=`grep ' nkstot_ibz ' $running_path | awk '{print $3}'`
+ nksibz=`grep 'Number of irreducible k-points' $running_path | awk '{print $6}'`
563
echo "pointgroupref $pointgroup" >>$1
564
echo "spacegroupref $spacegroup" >>$1
565
echo "nksibzref $nksibz" >>$1
0 commit comments