Tue Oct 11 03:17:07 PDT 2011 #!/bin/csh -f # input: # $1 receptor coordinates file; # $2 grid size; # $3 # of iterations for the first run; # $4 # of iterations for the second run; # $5 # of iterations for the third run; # output: # delphi map: $1.phi # log file: delphi.out set RECCRG = rec+sph2.crg set GRID = 179 set n1 = 50 set n2 = 120 set n3 = 180 set DELPHI = $DOCK_BASE/private/delphi set VDW = vdw.siz #set VDW = vdw.hydren set CRG = amb2.crg.oxt set PRM = genric.prm # three step focussing calc. if (-e ARCDAT) /bin/rm ARCDAT cp $VDW fort.11 cp $CRG fort.12 cp $RECCRG fort.13 echo "gsize=$GRID, perfil=20, bndcon=2, linit=$n1\n" >! fort.10 cat $PRM >> fort.10 time $DELPHI if ($status != 0) exit(100) echo "gsize=$GRID, perfil=60, bndcon=3, linit=$n2\n" >! fort.10 cat $PRM >> fort.10 mv fort.14 fort.18 time $DELPHI if ($status != 0) exit(100) echo "gsize=$GRID, perfil=90, bndcon=3, linit=$n3\n" >! fort.10 cat $PRM >> fort.10 mv fort.14 fort.18 time $DELPHI if ($status != 0) exit(100) /bin/rm fort.1[0-3] fort.18 ARCDAT mv fort.14 $RECCRG:r.phi ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Tue Oct 11 2011 at 03:17:08 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 316 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3732 !!! WARNING: HIR 432 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 0.5607712 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : dipolar x,y,z periodic bc. flags : F F F # of linear iterations : 50 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 20.00000 xmin,xmax (A): 20.93300 76.94600 ymin,ymax (A): 40.51800 104.0020 zmin,zma (A): 67.21000 126.9490 x,y,z range (A): 56.01300 63.48400 59.73901 scale (grids/A): 0.5607712 object centre (A): 48.93950 72.25999 97.07950 number of atom coordinates read : 3732 total number of charged atoms : 3602 net assigned charge : -6.985969 assigned positive charge : 575.5970 centred at (gu) : 88.57093 90.87375 89.56758 assigned negative charge : -582.5856 centred at (gu) : 88.56004 90.80846 89.56004 start vw surface at 0.2200000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 7905 nv = 96 ne = 84 npr = 70501 no. pairs analyzed = 70501 no. exposed pairs = 5473 no. arc points = 39835 no. surface atoms = 1792 nbur = 1940 mkacc time = 0.1600000 writing accessible surface arcs data to file ARCDAT initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 355 mr = 3605 m= 1 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4300000 number of dielectric boundary points 4645 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3892 ## 408 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 10082 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.7552921E-10 -5.9395716E-10 midg,1,midg; midg,igrid,midg -1.4178685E-09 2.5191685E-10 1,midg,midg; igrid,midg,midg -1.3084387E-09 -4.3723752E-10 gauss-seidel spectral radius is 0.9836796 estimated iterations to convergence 64 setup time was (sec) 0.6600000 now iterating at: 03:17:09 rms-change max change #iterations 9.1578290E-02 14.34805 at 10iterations 6.4900881E-03 0.8955841 at 20iterations 4.7295072E-04 7.0262372E-02 at 30iterations 4.0078154E-05 4.8918873E-03 at 40iterations 6.2656954E-06 7.5149536E-04 at 50iterations finished qdiffx linear iterations at : 03:17:12 total time elapsed so far: 3.380000 # loops : 50 mean,max change (kT/e) : 6.2656954E-06 7.5149536E-04 energy calculations done at 3.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.570000 DelPhi exited at 03:17:13 3.570u 0.210s 0:04.65 81.2% 0+0k 0+0io 0pf+0w ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Tue Oct 11 2011 at 03:17:13 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 316 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3732 !!! WARNING: HIR 432 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.682314 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : focussing x,y,z periodic bc. flags : F F F # of linear iterations : 120 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 60.00000 xmin,xmax (A): 20.93300 76.94600 ymin,ymax (A): 40.51800 104.0020 zmin,zma (A): 67.21000 126.9490 x,y,z range (A): 56.01300 63.48400 59.73901 scale (grids/A): 1.682314 object centre (A): 48.93950 72.25999 97.07950 number of atom coordinates read : 3732 total number of charged atoms : 3602 net assigned charge : -6.985969 assigned positive charge : 575.5970 centred at (gu) : 85.71143 92.62027 88.70142 assigned negative charge : -582.5856 centred at (gu) : 85.67980 92.42506 88.67984 start vw surface at 0.2300000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 85577 reading accessible surface arcs data from file ARCDAT no. of arc points read = 39835 grid for indexing accessible points = 1.400000 m= 27305 mr = 53583 m= 3279 mr = 17925 m= 110 mr = 1567 m= 1 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 115 time to turn everything in is 0.6900000 number of dielectric boundary points 43192 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 317 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.8300000 number of grid points assigned charge 27741 setting boundary conditions focussing boundary condition read from file fort.18 focussing potential map: qdiffxas: qdiffxs4 with an improved surfacing routine original scale (grids/A) : 0.5607712 object centre at (A) : 48.93950 72.25999 97.07950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.8530647E-03 2.7162288E-03 midg,1,midg; midg,igrid,midg -2.5396857E-02 9.0180477E-03 1,midg,midg; igrid,midg,midg -1.7141987E-02 4.8176637E-03 gauss-seidel spectral radius is 0.9984115 estimated iterations to convergence 199 setup time was (sec) 1.000000 now iterating at: 03:17:14 rms-change max change #iterations 4.217640 168.3566 at 10iterations 1.848356 68.96424 at 20iterations 0.8103092 27.25032 at 30iterations 0.3549131 10.61036 at 40iterations 0.1565773 5.048780 at 50iterations 6.9084272E-02 2.300185 at 60iterations 3.0381538E-02 1.022046 at 70iterations 1.3363913E-02 0.4475060 at 80iterations 5.8916206E-03 0.1877806 at 90iterations 2.6000051E-03 8.9996338E-02 at 100iterations 1.1501665E-03 3.5079956E-02 at 110iterations 5.0751632E-04 1.5265942E-02 at 120iterations finished qdiffx linear iterations at : 03:17:21 total time elapsed so far: 8.320000 # loops : 120 mean,max change (kT/e) : 5.0751632E-04 1.5265942E-02 energy calculations done at 8.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.510000 DelPhi exited at 03:17:22 8.508u 0.268s 0:09.16 95.6% 0+0k 0+0io 0pf+0w ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Tue Oct 11 2011 at 03:17:22 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 316 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3732 !!! WARNING: HIR 432 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.523470 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : focussing x,y,z periodic bc. flags : F F F # of linear iterations : 180 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 90.00000 xmin,xmax (A): 20.93300 76.94600 ymin,ymax (A): 40.51800 104.0020 zmin,zma (A): 67.21000 126.9490 x,y,z range (A): 56.01300 63.48400 59.73901 scale (grids/A): 2.523470 object centre (A): 48.93950 72.25999 97.07950 number of atom coordinates read : 3732 total number of charged atoms : 3602 net assigned charge : -6.985969 assigned positive charge : 575.5970 centred at (gu) : 83.56686 93.92973 88.05161 assigned negative charge : -582.5856 centred at (gu) : 83.51970 93.63765 88.01946 start vw surface at 0.1700000 fill in re-entrant regions at 0.5100000 boundary points on vw surface= 197781 reading accessible surface arcs data from file ARCDAT no. of arc points read = 39835 grid for indexing accessible points = 1.400000 m= 90392 mr = 131941 m= 28794 mr = 68381 m= 5249 mr = 21291 m= 393 mr = 3412 m= 11 mr = 156 m= 0 mr = 0 time to grow re-entrant surface = 0.9299999 no. cavity mid-points inaccessible to solvent = 421 time to turn everything in is 1.570000 number of dielectric boundary points 97439 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 15 iepsmp to db, and charging done at 1.730000 number of grid points assigned charge 28803 setting boundary conditions focussing boundary condition read from file fort.18 focussing potential map: qdiffxas: qdiffxs4 with an improved surfacing routine original scale (grids/A) : 1.682314 object centre at (A) : 48.93950 72.25999 97.07950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.8532967E-02 6.5761730E-02 midg,1,midg; midg,igrid,midg -0.3758336 0.2393662 1,midg,midg; igrid,midg,midg -0.2337193 6.8790473E-02 gauss-seidel spectral radius is 0.9992539 estimated iterations to convergence 289 setup time was (sec) 1.920000 now iterating at: 03:17:24 rms-change max change #iterations 11.06629 376.6658 at 10iterations 6.575214 231.9034 at 20iterations 3.893999 87.67120 at 30iterations 2.287611 54.90271 at 40iterations 1.334414 30.96562 at 50iterations 0.7778995 17.72032 at 60iterations 0.4513073 9.726102 at 70iterations 0.2615450 5.722717 at 80iterations 0.1511895 2.586658 at 90iterations 8.7405458E-02 1.604194 at 100iterations 5.0311368E-02 0.9471107 at 110iterations 2.8996320E-02 0.5578346 at 120iterations 1.6690511E-02 0.3063679 at 130iterations 9.5785223E-03 0.1975844 at 140iterations 5.5138692E-03 0.1021805 at 150iterations 3.1616802E-03 5.9765816E-02 at 160iterations 1.8137082E-03 3.2209873E-02 at 170iterations 1.0424808E-03 1.8222809E-02 at 180iterations finished qdiffx linear iterations at : 03:17:35 total time elapsed so far: 12.54000 # loops : 180 mean,max change (kT/e) : 1.0424808E-03 1.8222809E-02 energy calculations done at 12.54000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.73000 DelPhi exited at 03:17:35 12.735u 0.234s 0:13.36 97.0% 0+0k 0+0io 0pf+0w