Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/integrate/104_PW_NC_magnetic/result.ref
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
etotref -5866.197307043378
etotperatomref -2933.0986535217
etotref -5866.197119831291
etotperatomref -2933.0985599156
pointgroupref O_h
spacegroupref O_h
nksibzref 1
totaltimeref 2.23
totaltimeref 5.83
10 changes: 5 additions & 5 deletions tests/integrate/109_PW_CR_fix_a/result.ref
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
etotref -211.8207812299872046
etotperatomref -105.9103906150
totalforceref 0.046770
totalstressref 355.688831
totaltimeref +0.35611
etotref -211.8234658590225479
etotperatomref -105.9117329295
totalforceref 0.058886
totalstressref 348.169515
totaltimeref 0.75
10 changes: 5 additions & 5 deletions tests/integrate/109_PW_CR_fix_ac/result.ref
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
etotref -211.8190977198273686
etotperatomref -105.9095488599
totalforceref 0.066072
totalstressref 360.004787
totaltimeref 1.65
etotref -211.8218194443911671
etotperatomref -105.9109097222
totalforceref 0.083578
totalstressref 352.046235
totaltimeref 35.06
10 changes: 5 additions & 5 deletions tests/integrate/116_PW_scan_Si2_nspin2/result.ref
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
etotref -204.0730158607786393
etotperatomref -102.0365079304
totalforceref 16.660110
totalstressref 1357.594842
totaltimeref 2.39
etotref -204.0729983885539980
etotperatomref -102.0364991943
totalforceref 16.662104
totalstressref 1357.314273
totaltimeref 217.84
6 changes: 6 additions & 0 deletions tests/integrate/Autotest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ check_out(){
echo -e "[WARNING ] "\
"$key cal=$cal ref=$ref deviation=$deviation"
let failed++
let fatal++
failed_case_list+=$dir'\n'
fatal_case_list+=$dir'\n'
else
#echo "$key cal=$cal ref=$ref deviation=$deviation"
#echo "[ PASS ] $key"
Expand All @@ -127,7 +129,9 @@ check_out(){
echo -e "[WARNING ] "\
"$key cal=$cal ref=$ref deviation=$deviation"
let failed++
let fatal++
failed_case_list+=$dir'\n'
fatal_case_list+=$dir'\n'
else
#echo "$key cal=$cal ref=$ref deviation=$deviation"
#echo "[ PASS ] $key"
Expand All @@ -138,7 +142,9 @@ check_out(){
echo -e "[WARNING ] "\
"$key cal=$cal ref=$ref deviation=$deviation"
let failed++
let fatal++
failed_case_list+=$dir'\n'
fatal_case_list+=$dir'\n'
fi
if [ $(echo "sqrt($deviation*$deviation) < $fatal_threshold"|bc) = 0 ]; then
let fatal++
Expand Down