ctest
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Sat, 4 Mar 2017 06:04:18 +0000 (07:04 +0100)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Sat, 4 Mar 2017 06:04:18 +0000 (07:04 +0100)
ctest/prota_unres_energy_check_mult.sh

index 4316c07..d643e5c 100755 (executable)
@@ -15,7 +15,7 @@ else
  file_stat=$1_GB.stat
 fi
 
-if [ "$1" == "prota_ENE" ]; then
+if [ "$1" == "prota_ENE_m" ]; then
  extremediff="10000.0"                 # extreme energy difference, comething went terribly wrong
  expectenergy="145.1742"       # - expected total energy
  cutoffdiff="0.01"                     # energy cutoff variation - more then this rises warning  
@@ -57,7 +57,7 @@ elif [ "$1" == "1l2y_MIN_REGULAR_INT" ]; then
  fi
 
 elif [ "$1" == "1l2y_micro" ]; then
- refe="74.2623"
+ refe="37.527"
  stat=`awk '{if ( $1 != "#" ) {n++;a=a+$5;a2=a2+$5^2}}END{print a/n,sqrt((a2-a^2/n)/n)}' $file_stat`
  array=(${stat// / })
  echo 'average total energy ' ${array[0]}