Wed Dec 28 11:03:02 PST 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+sph.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 = amb.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 Wed Dec 28 2011 at 11:03:02 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 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.6476377 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): -34.43000 5.651000 ymin,ymax (A): -5.010000 46.47700 zmin,zma (A): -31.10700 23.86200 x,y,z range (A): 40.08100 51.48700 54.96900 scale (grids/A): 0.6476377 object centre (A): -14.38950 20.73350 -3.622500 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 2.000006 assigned positive charge : 289.4000 centred at (gu) : 90.58698 87.41048 90.01627 assigned negative charge : -287.4003 centred at (gu) : 90.70776 87.26218 90.09625 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 5684 nv = 96 ne = 84 npr = 40475 no. pairs analyzed = 40475 no. exposed pairs = 2482 no. arc points = 17321 no. surface atoms = 840 nbur = 1130 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 287 mr = 3172 m= 2 mr = 27 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 2774 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1724 ## 195 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 6638 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.2448215E-08 -4.3454378E-09 midg,1,midg; midg,igrid,midg -2.0855992E-08 1.1312856E-08 1,midg,midg; igrid,midg,midg 1.4733472E-08 -9.9270805E-09 gauss-seidel spectral radius is 0.9875907 estimated iterations to convergence 73 setup time was (sec) 0.5800000 now iterating at: 11:03:03 rms-change max change #iterations 0.1269129 19.46510 at 10iterations 1.2834841E-02 2.062919 at 20iterations 1.3124590E-03 0.2406197 at 30iterations 1.3388101E-04 1.9399643E-02 at 40iterations 1.3580780E-05 2.2487640E-03 at 50iterations finished qdiffx linear iterations at : 11:03:06 total time elapsed so far: 3.750000 # loops : 50 mean,max change (kT/e) : 1.3580780E-05 2.2487640E-03 energy calculations done at 3.750000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.980000 DelPhi exited at 11:03:07 3.982u 0.190s 0:04.96 84.0% 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 Wed Dec 28 2011 at 11:03:07 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 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: 1.942913 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): -34.43000 5.651000 ymin,ymax (A): -5.010000 46.47700 zmin,zma (A): -31.10700 23.86200 x,y,z range (A): 40.08100 51.48700 54.96900 scale (grids/A): 1.942913 object centre (A): -14.38950 20.73350 -3.622500 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 2.000006 assigned positive charge : 289.4000 centred at (gu) : 91.76090 82.23131 90.04870 assigned negative charge : -287.4003 centred at (gu) : 92.12341 81.78689 90.28886 start vw surface at 0.2000000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 61299 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17321 grid for indexing accessible points = 1.400000 m= 21605 mr = 42388 m= 3022 mr = 16261 m= 142 mr = 1866 m= 5 mr = 38 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 2147 time to turn everything in is 0.6100000 number of dielectric boundary points 25520 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 132 iepsmp to db, and charging done at 0.7600000 number of grid points assigned charge 14489 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.6476377 object centre at (A) : -14.38950 20.73350 -3.622500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.1405217E-02 4.2715058E-02 midg,1,midg; midg,igrid,midg -1.9692091E-02 3.3254363E-02 1,midg,midg; igrid,midg,midg 8.2863169E-03 -5.9824223E-03 gauss-seidel spectral radius is 0.9986106 estimated iterations to convergence 213 setup time was (sec) 0.9600000 now iterating at: 11:03:08 rms-change max change #iterations 3.714462 173.9623 at 10iterations 1.726380 70.53904 at 20iterations 0.8035510 30.48537 at 30iterations 0.3738570 13.22057 at 40iterations 0.1733456 6.296207 at 50iterations 8.0780596E-02 3.025486 at 60iterations 3.7475910E-02 1.343988 at 70iterations 1.7512079E-02 0.5799856 at 80iterations 8.0862632E-03 0.2818222 at 90iterations 3.7738141E-03 0.1251984 at 100iterations 1.7504744E-03 5.7063103E-02 at 110iterations 8.1614882E-04 3.0277252E-02 at 120iterations finished qdiffx linear iterations at : 11:03:17 total time elapsed so far: 9.230000 # loops : 120 mean,max change (kT/e) : 8.1614882E-04 3.0277252E-02 energy calculations done at 9.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.460000 DelPhi exited at 11:03:18 9.465u 0.201s 0:10.27 94.0% 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 Wed Dec 28 2011 at 11:03:18 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 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.914370 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): -34.43000 5.651000 ymin,ymax (A): -5.010000 46.47700 zmin,zma (A): -31.10700 23.86200 x,y,z range (A): 40.08100 51.48700 54.96900 scale (grids/A): 2.914370 object centre (A): -14.38950 20.73350 -3.622500 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 2.000006 assigned positive charge : 289.4000 centred at (gu) : 92.64145 78.34699 90.07291 assigned negative charge : -287.4003 centred at (gu) : 93.18513 77.68036 90.43321 start vw surface at 0.2000000 fill in re-entrant regions at 0.5100000 boundary points on vw surface= 141902 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17321 grid for indexing accessible points = 1.400000 m= 71201 mr = 102647 m= 24400 mr = 58977 m= 5227 mr = 19977 m= 633 mr = 3849 m= 31 mr = 400 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.7900000 no. cavity mid-points inaccessible to solvent = 7266 time to turn everything in is 1.430000 number of dielectric boundary points 57533 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.590000 number of grid points assigned charge 14704 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.942913 object centre at (A) : -14.38950 20.73350 -3.622500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.2136876E-02 0.9496224 midg,1,midg; midg,igrid,midg -0.2230095 0.3615389 1,midg,midg; igrid,midg,midg 4.7489956E-02 -4.1086372E-02 gauss-seidel spectral radius is 0.9992380 estimated iterations to convergence 286 setup time was (sec) 1.780000 now iterating at: 11:03:20 rms-change max change #iterations 8.731894 530.4561 at 10iterations 5.037169 129.6671 at 20iterations 2.880287 72.06681 at 30iterations 1.642418 38.05787 at 40iterations 0.9396559 18.82248 at 50iterations 0.5341276 10.45509 at 60iterations 0.3054099 6.445309 at 70iterations 0.1735571 3.822774 at 80iterations 9.9024609E-02 1.972447 at 90iterations 5.6235660E-02 1.261618 at 100iterations 3.2010209E-02 0.6389475 at 110iterations 1.8255273E-02 0.3445787 at 120iterations 1.0355711E-02 0.2050018 at 130iterations 5.8938456E-03 0.1137009 at 140iterations 3.3578402E-03 6.6508055E-02 at 150iterations 1.9059055E-03 4.0283203E-02 at 160iterations 1.0855205E-03 2.1085739E-02 at 170iterations 6.1744201E-04 1.1336327E-02 at 180iterations finished qdiffx linear iterations at : 11:03:32 total time elapsed so far: 14.08000 # loops : 180 mean,max change (kT/e) : 6.1744201E-04 1.1336327E-02 energy calculations done at 14.08000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.38000 DelPhi exited at 11:03:33 14.377u 0.216s 0:15.49 94.1% 0+0k 0+0io 0pf+0w