Sat Oct 8 16:19:48 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 Sat Oct 8 2011 at 16:19:48 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2356 !!! WARNING: ASL 705 has a net charge of -0.1000 !!! WARNING: GLM 711 has a net charge of -0.0940 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5828517 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): -2.148000 46.26700 ymin,ymax (A): -15.87200 29.92100 zmin,zma (A): -19.23900 41.84000 x,y,z range (A): 48.41500 45.79300 61.07900 scale (grids/A): 0.5828517 object centre (A): 22.05950 7.024500 11.30050 number of atom coordinates read : 2356 total number of charged atoms : 2271 net assigned charge : 2.806003 assigned positive charge : 351.3221 centred at (gu) : 90.29353 88.78538 88.80016 assigned negative charge : -348.5168 centred at (gu) : 90.30589 88.92599 88.85484 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 5202 nv = 96 ne = 84 npr = 47936 no. pairs analyzed = 47936 no. exposed pairs = 2949 no. arc points = 20658 no. surface atoms = 1007 nbur = 1349 mkacc time = 9.9999994E-02 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.484000 m= 221 mr = 2752 m= 1 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 16 time to turn everything in is 0.2600000 number of dielectric boundary points 2657 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2093 ## 216 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 6719 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.1927165E-09 -3.0460884E-10 midg,1,midg; midg,igrid,midg 4.3232569E-09 -1.5525966E-09 1,midg,midg; igrid,midg,midg 8.0530993E-10 4.1928991E-10 gauss-seidel spectral radius is 0.9847522 estimated iterations to convergence 66 setup time was (sec) 0.4800000 now iterating at: 16:19:49 rms-change max change #iterations 8.8011101E-02 18.99844 at 10iterations 7.0985155E-03 1.321097 at 20iterations 5.8029511E-04 9.1535568E-02 at 30iterations 6.6401866E-05 1.1171341E-02 at 40iterations 1.2450429E-05 2.4137497E-03 at 50iterations finished qdiffx linear iterations at : 16:19:51 total time elapsed so far: 2.900000 # loops : 50 mean,max change (kT/e) : 1.2450429E-05 2.4137497E-03 energy calculations done at 2.900000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.070000 DelPhi exited at 16:19:51 3.072u 0.145s 0:03.52 91.1% 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 Sat Oct 8 2011 at 16:19:52 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2356 !!! WARNING: ASL 705 has a net charge of -0.1000 !!! WARNING: GLM 711 has a net charge of -0.0940 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.748555 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): -2.148000 46.26700 ymin,ymax (A): -15.87200 29.92100 zmin,zma (A): -19.23900 41.84000 x,y,z range (A): 48.41500 45.79300 61.07900 scale (grids/A): 1.748555 object centre (A): 22.05950 7.024500 11.30050 number of atom coordinates read : 2356 total number of charged atoms : 2271 net assigned charge : 2.806003 assigned positive charge : 351.3221 centred at (gu) : 90.88035 86.35549 86.39996 assigned negative charge : -348.5168 centred at (gu) : 90.91740 86.77769 86.56451 start vw surface at 0.1300000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 57538 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20658 grid for indexing accessible points = 1.400000 m= 18431 mr = 39301 m= 2301 mr = 13068 m= 67 mr = 1323 m= 1 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 367 time to turn everything in is 0.4000000 number of dielectric boundary points 24631 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 191 iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 17679 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.5828517 object centre at (A) : 22.05950 7.024500 11.30050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.6027713E-02 1.1887294E-02 midg,1,midg; midg,igrid,midg 1.2530845E-02 -3.1079149E-03 1,midg,midg; igrid,midg,midg 1.1194530E-03 -1.5909079E-02 gauss-seidel spectral radius is 0.9983548 estimated iterations to convergence 196 setup time was (sec) 0.6500000 now iterating at: 16:19:52 rms-change max change #iterations 3.372032 181.6803 at 10iterations 1.467947 55.50903 at 20iterations 0.6394646 23.75194 at 30iterations 0.2792400 10.91308 at 40iterations 0.1217900 4.972260 at 50iterations 5.3112555E-02 1.879704 at 60iterations 2.3014888E-02 0.8407516 at 70iterations 1.0017011E-02 0.3577023 at 80iterations 4.3671918E-03 0.1677170 at 90iterations 1.9029794E-03 7.3912382E-02 at 100iterations 8.3259831E-04 3.1114578E-02 at 110iterations 3.6286144E-04 1.3479233E-02 at 120iterations finished qdiffx linear iterations at : 16:19:58 total time elapsed so far: 6.570000 # loops : 120 mean,max change (kT/e) : 3.6286144E-04 1.3479233E-02 energy calculations done at 6.570000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.730000 DelPhi exited at 16:19:59 6.736u 0.192s 0:07.24 95.5% 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 Sat Oct 8 2011 at 16:19:59 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: 291 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2356 !!! WARNING: ASL 705 has a net charge of -0.1000 !!! WARNING: GLM 711 has a net charge of -0.0940 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.622833 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): -2.148000 46.26700 ymin,ymax (A): -15.87200 29.92100 zmin,zma (A): -19.23900 41.84000 x,y,z range (A): 48.41500 45.79300 61.07900 scale (grids/A): 2.622833 object centre (A): 22.05950 7.024500 11.30050 number of atom coordinates read : 2356 total number of charged atoms : 2271 net assigned charge : 2.806003 assigned positive charge : 351.3221 centred at (gu) : 91.32033 84.53315 84.59991 assigned negative charge : -348.5168 centred at (gu) : 91.37605 85.16652 84.84679 start vw surface at 0.1300000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 133742 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20658 grid for indexing accessible points = 1.400000 m= 62233 mr = 96121 m= 19787 mr = 49719 m= 3793 mr = 15633 m= 326 mr = 2725 m= 15 mr = 173 m= 0 mr = 7 time to grow re-entrant surface = 0.5400000 no. cavity mid-points inaccessible to solvent = 1353 time to turn everything in is 0.9600000 number of dielectric boundary points 55518 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 9 iepsmp to db, and charging done at 1.090000 number of grid points assigned charge 18157 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.748555 object centre at (A) : 22.05950 7.024500 11.30050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2049253 0.4357593 midg,1,midg; midg,igrid,midg 0.1359494 -4.7570921E-02 1,midg,midg; igrid,midg,midg 2.4515804E-02 -0.2752126 gauss-seidel spectral radius is 0.9991737 estimated iterations to convergence 275 setup time was (sec) 1.250000 now iterating at: 16:20:00 rms-change max change #iterations 8.318285 337.8447 at 10iterations 4.711519 118.3612 at 20iterations 2.656805 60.16975 at 30iterations 1.494126 34.05218 at 40iterations 0.8381135 18.97061 at 50iterations 0.4699374 10.80009 at 60iterations 0.2631792 6.242153 at 70iterations 0.1472337 3.539856 at 80iterations 8.1984051E-02 1.825233 at 90iterations 4.5863610E-02 1.091363 at 100iterations 2.5564160E-02 0.5495310 at 110iterations 1.4260219E-02 0.3491478 at 120iterations 7.9348935E-03 0.1882744 at 130iterations 4.4306065E-03 0.1044157 at 140iterations 2.4743415E-03 5.0224304E-02 at 150iterations 1.3715490E-03 3.0454874E-02 at 160iterations 7.6841336E-04 1.7627716E-02 at 170iterations 4.3023840E-04 9.5707178E-03 at 180iterations finished qdiffx linear iterations at : 16:20:10 total time elapsed so far: 10.91000 # loops : 180 mean,max change (kT/e) : 4.3023840E-04 9.5707178E-03 energy calculations done at 10.91000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.11000 DelPhi exited at 16:20:10 11.113u 0.159s 0:11.55 97.4% 0+0k 0+0io 0pf+0w