ctest src_MD-M corrections
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Thu, 9 Mar 2017 12:26:52 +0000 (13:26 +0100)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Thu, 9 Mar 2017 12:26:52 +0000 (13:26 +0100)
ctest/prota_unres_energy_check_mult.sh

index c7363d6..8ed9278 100755 (executable)
@@ -163,7 +163,7 @@ elif [ "$1" == "1DKZcut-min" ]; then
 
 elif [ "$1" == "1DKZcut-ene" ]; then
  extremediff="10000.0"                 # extreme energy difference, comething went terribly wrong
- expectenergy="-452.4430"      # - expected total energy
+ expectenergy="-443.2674"      # - expected total energy
  cutoffdiff="0.01"                     # energy cutoff variation - more then this rises warning  
 
 elif [ "$1" == "1DKZcut-micro" ]; then
@@ -207,7 +207,7 @@ elif [ "$1" == "prota_CHECKGRAD" ] || [ "$1" == "1DKZcut-checkgrad" ] || [ "$1"
  diff=`gawk -f checkgrad.awk $file |grep 'Largest abs(1-numerical/analytical)='|awk '{printf "%15.10f",$3}'`
  gawk -f checkgrad.awk $file 
  
- if [ `echo "a=${diff};a>0.0003"|bc -l` != "0" ]; then
+ if [ `echo "a=${diff};a>0.0005"|bc -l` != "0" ]; then
     echo 'ERROR largest abs(1-numerical/analytical)' ${diff}
     echo ' greater than 0.0005'
     exit 1