Log In | Get Help   
Home My Page Projects Code Snippets Project Openings transition state search using dynamics
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files Wiki
[tsscds] Diff of /branches/vdw/scripts/tsscds.sh
[tsscds] / branches / vdw / scripts / tsscds.sh Repository:
ViewVC logotype

Diff of /branches/vdw/scripts/tsscds.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 293, Wed Dec 12 16:42:09 2018 UTC revision 294, Wed Dec 12 16:50:36 2018 UTC
# Line 375  Line 375 
375  if [ $wrkmode -eq 1 ]; then ts_template="$(cat $sharedir/ts_templatefast)" ; fi  if [ $wrkmode -eq 1 ]; then ts_template="$(cat $sharedir/ts_templatefast)" ; fi
376  dum_ts="$(echo "$ts_template" | sed 's/method/'"$method"' charge='$charge'/g')"  dum_ts="$(echo "$ts_template" | sed 's/method/'"$method"' charge='$charge'/g')"
377  dumoldgeofreq="$(cat $sharedir/freq_template2 | sed 's/method/'"$method"' charge='$charge'/g')"  dumoldgeofreq="$(cat $sharedir/freq_template2 | sed 's/method/'"$method"' charge='$charge'/g')"
378  if [ $sampling -lt 3 ]; then  if [ $sampling -ne 3 ]; then
379     echo ""     echo ""
380     echo "Performing frequency calculation"     echo "Performing frequency calculation"
381     dumfreq="$(awk 'BEGIN{one="1"};{if(NR>2 && NF==4) print $1,$2,one,$3,one,$4,one}' $molecule.xyz)"     dumfreq="$(awk 'BEGIN{one="1"};{if(NR>2 && NF==4) print $1,$2,one,$3,one,$4,one}' $molecule.xyz)"

Legend:
Removed from v.293  
changed lines
  Added in v.294

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge