#! /bin/sh # In this example the Hessian from a DFTB and a MOPAC calculation is used as a # starting guess for the Hessian in an ADF geometry optimization of Isobutane. # This example consist of 4 calculations: # - MOPAC frequency calculation # - DFTB frequency calculation # - ADF geometry optimization with initial MOPAC Hessian # - ADF geometry optimization with initial DFTB Hessian # ====================== # Generate MOPAC Hessian # ====================== AMS_JOBNAME=mopac_hessian $ADFBIN/ams << eor Task SinglePoint Properties NormalModes Yes End System Atoms C -3.01417223 -2.81892970 0.27443080 C -2.32560254 -1.48669854 -0.04099291 C -0.81033566 -1.60274167 0.15652441 H -2.65505660 -3.61825489 -0.40916512 H -4.11459952 -2.71726364 0.16084942 H -2.80179295 -3.12071121 1.32226630 H -2.71211792 -0.71788031 0.66394035 C -2.65045192 -1.03659727 -1.46944155 H -0.32255475 -0.62449394 -0.04145480 H -0.38172118 -2.36329425 -0.53112669 H -0.58228356 -1.89634208 1.20336328 H -2.17532684 -0.05436369 -1.67852390 H -3.74843413 -0.92249496 -1.59450083 H -2.28021380 -1.77910197 -2.20888365 End End Engine Mopac endengine eor mv mopac_hessian.results/mopac.rkf mopac.rkf # ======================= # Generate a dftb Hessian # ======================= $ADFBIN/ams <