Tue Oct 11 07:20:41 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 07:20:41 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 = 3275 !!! WARNING: UMP 529 has a net charge of -0.1000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5945224 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): 0.1750000 48.96500 ymin,ymax (A): -9.469000 49.07400 zmin,zma (A): 0.8960000 60.77600 x,y,z range (A): 48.79000 58.54300 59.88000 scale (grids/A): 0.5945224 object centre (A): 24.57000 19.80250 30.83600 number of atom coordinates read : 3275 total number of charged atoms : 3103 net assigned charge : -1.599988 assigned positive charge : 489.8478 centred at (gu) : 89.71521 89.83302 90.89742 assigned negative charge : -491.4489 centred at (gu) : 89.63897 89.76692 90.83508 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7575 nv = 96 ne = 84 npr = 68062 no. pairs analyzed = 68062 no. exposed pairs = 3781 no. arc points = 25875 no. surface atoms = 1292 nbur = 1983 mkacc time = 0.1500000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 358 mr = 4423 m= 1 mr = 29 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 20 time to turn everything in is 0.3300000 number of dielectric boundary points 3482 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2611 ## 251 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 9553 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.4604438E-09 2.2649718E-09 midg,1,midg; midg,igrid,midg -3.2972605E-09 1.8967929E-09 1,midg,midg; igrid,midg,midg -3.8178531E-09 2.2083830E-09 gauss-seidel spectral radius is 0.9854090 estimated iterations to convergence 68 setup time was (sec) 0.5800000 now iterating at: 07:20:42 rms-change max change #iterations 0.1173672 16.37806 at 10iterations 1.0379381E-02 1.407608 at 20iterations 1.1548483E-03 0.1842270 at 30iterations 2.1958268E-04 3.5285950E-02 at 40iterations 5.2759999E-05 8.9473724E-03 at 50iterations finished qdiffx linear iterations at : 07:20:44 total time elapsed so far: 3.280000 # loops : 50 mean,max change (kT/e) : 5.2759999E-05 8.9473724E-03 energy calculations done at 3.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.440000 DelPhi exited at 07:20:45 3.446u 0.219s 0:03.96 92.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 Tue Oct 11 2011 at 07:20:45 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 = 3275 !!! WARNING: UMP 529 has a net charge of -0.1000 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.783567 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): 0.1750000 48.96500 ymin,ymax (A): -9.469000 49.07400 zmin,zma (A): 0.8960000 60.77600 x,y,z range (A): 48.79000 58.54300 59.88000 scale (grids/A): 1.783567 object centre (A): 24.57000 19.80250 30.83600 number of atom coordinates read : 3275 total number of charged atoms : 3103 net assigned charge : -1.599988 assigned positive charge : 489.8478 centred at (gu) : 89.14455 89.49825 92.69150 assigned negative charge : -491.4489 centred at (gu) : 88.91644 89.30045 92.50462 start vw surface at 0.1700000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 83740 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25875 grid for indexing accessible points = 1.400000 m= 29771 mr = 60400 m= 3779 mr = 22471 m= 155 mr = 2287 m= 0 mr = 40 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 2244 time to turn everything in is 0.5900000 number of dielectric boundary points 32247 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 230 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 24161 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.5945224 object centre at (A) : 24.57000 19.80250 30.83600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3312220E-02 7.5620371E-03 midg,1,midg; midg,igrid,midg -1.3420225E-02 4.0343362E-03 1,midg,midg; igrid,midg,midg -1.2522087E-02 2.0899503E-04 gauss-seidel spectral radius is 0.9985098 estimated iterations to convergence 205 setup time was (sec) 0.8900000 now iterating at: 07:20:46 rms-change max change #iterations 4.273136 217.4563 at 10iterations 1.931849 67.41701 at 20iterations 0.8784857 27.37184 at 30iterations 0.3987632 14.30860 at 40iterations 0.1807413 5.473572 at 50iterations 8.2111463E-02 2.586147 at 60iterations 3.7407517E-02 1.147804 at 70iterations 1.7006677E-02 0.5423422 at 80iterations 7.7312500E-03 0.2326431 at 90iterations 3.5325687E-03 0.1029119 at 100iterations 1.6193301E-03 5.0037384E-02 at 110iterations 7.4645190E-04 2.2552490E-02 at 120iterations finished qdiffx linear iterations at : 07:20:53 total time elapsed so far: 7.680000 # loops : 120 mean,max change (kT/e) : 7.4645190E-04 2.2552490E-02 energy calculations done at 7.680000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.870000 DelPhi exited at 07:20:53 7.874u 0.238s 0:08.65 93.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 07:20:53 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 = 3275 !!! WARNING: UMP 529 has a net charge of -0.1000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.675351 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): 0.1750000 48.96500 ymin,ymax (A): -9.469000 49.07400 zmin,zma (A): 0.8960000 60.77600 x,y,z range (A): 48.79000 58.54300 59.88000 scale (grids/A): 2.675351 object centre (A): 24.57000 19.80250 30.83600 number of atom coordinates read : 3275 total number of charged atoms : 3103 net assigned charge : -1.599988 assigned positive charge : 489.8478 centred at (gu) : 88.71674 89.24716 94.03701 assigned negative charge : -491.4489 centred at (gu) : 88.37451 88.95047 93.75683 start vw surface at 0.1500000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 194236 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25875 grid for indexing accessible points = 1.400000 m= 99558 mr = 146230 m= 32751 mr = 83017 m= 6372 mr = 26464 m= 633 mr = 4759 m= 21 mr = 383 m= 0 mr = 12 time to grow re-entrant surface = 0.8300000 no. cavity mid-points inaccessible to solvent = 7524 time to turn everything in is 1.400000 number of dielectric boundary points 72706 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.520000 number of grid points assigned charge 24818 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.783567 object centre at (A) : 24.57000 19.80250 30.83600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4007949 -2.1427473E-02 midg,1,midg; midg,igrid,midg -0.2488926 3.4512267E-02 1,midg,midg; igrid,midg,midg -0.1367210 -2.9508816E-02 gauss-seidel spectral radius is 0.9992319 estimated iterations to convergence 285 setup time was (sec) 1.680000 now iterating at: 07:20:55 rms-change max change #iterations 10.30685 334.4720 at 10iterations 5.933564 117.6563 at 20iterations 3.406407 67.25866 at 30iterations 1.947584 35.91332 at 40iterations 1.111647 23.19665 at 50iterations 0.6353474 11.21570 at 60iterations 0.3617806 6.635337 at 70iterations 0.2066184 3.714989 at 80iterations 0.1173741 2.022729 at 90iterations 6.6929512E-02 1.164055 at 100iterations 3.8113240E-02 0.6940250 at 110iterations 2.1710124E-02 0.4613037 at 120iterations 1.2352263E-02 0.2077570 at 130iterations 7.0474381E-03 0.1204059 at 140iterations 4.0377448E-03 6.7665100E-02 at 150iterations 2.3205392E-03 4.4137955E-02 at 160iterations 1.3423437E-03 2.3311615E-02 at 170iterations 7.8763795E-04 1.3957977E-02 at 180iterations finished qdiffx linear iterations at : 07:21:06 total time elapsed so far: 11.93000 # loops : 180 mean,max change (kT/e) : 7.8763795E-04 1.3957977E-02 energy calculations done at 11.93000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.11000 DelPhi exited at 07:21:06 12.110u 0.198s 0:12.60 97.6% 0+0k 0+0io 0pf+0w