unres src_MD-M now HOMOL energy
[unres.git] / ctest / prota_unres_energy_check_mult.sh
index 8ed9278..be6712e 100755 (executable)
@@ -21,7 +21,7 @@ if [ "$1" == "prota_ENE_m" ]; then
  cutoffdiff="0.01"                     # energy cutoff variation - more then this rises warning  
 elif [ "$1" == "prota_MIN_CART" ]; then
  extremediff="10.0"                    # extreme energy difference, comething went terribly wrong
- expectenergy="158.3680"               # - expected total energy
+ expectenergy="158.7321"               # - expected total energy
  cutoffdiff="0.1"                      # energy cutoff variation - more then this rises warning  
  
  sumsl_return=`grep SUMSL $file|awk '{print $4}'`
@@ -57,7 +57,7 @@ elif [ "$1" == "1l2y_MIN_REGULAR_INT" ]; then
  fi
 
 elif [ "$1" == "1l2y_micro" ]; then
- refe="37.527"
+ refe="74.2623"
  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]}
@@ -150,7 +150,7 @@ elif [ "$1" == "1DKZcut-lang" ]; then
 
 elif [ "$1" == "1DKZcut-min" ]; then
  extremediff="10.0"                    # extreme energy difference, comething went terribly wrong
- expectenergy="332.1213"               # - expected total energy
+ expectenergy="323.6931"               # - expected total energy
  cutoffdiff="3.0"                      # energy cutoff variation - more then this rises warning  
  
  sumsl_return=`grep SUMSL $file|awk '{print $4}'`
@@ -223,8 +223,8 @@ elif [ "$1" ==  "Ts866_checkgrad_full" ] ; then
  ene=`grep ETOT $file|head -1| awk '{print $2*1.0}'`
  hene=`grep H_CONS $file|head -1| awk '{print $2*1.0}'`
  
- ene_ref=3129.43
- hene_ref=1878.060
+ ene_ref=3124.347
+ hene_ref=1872.981
  
  echo "ETOT= " ${ene} " reference= " ${ene_ref}
  if [ `echo "a=${ene}-(${ene_ref});if(0>a)a*=-1;a>0.01"|bc -l` != "0" ]; then