X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=ctest%2Fprota_unres_energy_check_mult.sh;fp=ctest%2Fprota_unres_energy_check_mult.sh;h=d643e5cb4355071b5077280ba627f98cea07d110;hb=6cc814d51862dba1083ef80f0838621e1a0e2b03;hp=4316c070d480f2891b5facfd600cc2ed64b2b523;hpb=e37f70b1095e1599ae2765a45a8955e7b43ac267;p=unres.git diff --git a/ctest/prota_unres_energy_check_mult.sh b/ctest/prota_unres_energy_check_mult.sh index 4316c07..d643e5c 100755 --- a/ctest/prota_unres_energy_check_mult.sh +++ b/ctest/prota_unres_energy_check_mult.sh @@ -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]}