Sat Oct 15 12:50:20 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+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 Sat Oct 15 2011 at 12:50:25 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2859 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.6307136 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): -27.09400 26.80100 ymin,ymax (A): -28.22200 25.48800 zmin,zma (A): -22.89500 33.54900 x,y,z range (A): 53.89500 53.71000 56.44400 scale (grids/A): 0.6307136 object centre (A): -0.1464996 -1.367001 5.327000 number of atom coordinates read : 2859 total number of charged atoms : 2733 net assigned charge : 2.000006 assigned positive charge : 417.7031 centred at (gu) : 90.02432 89.81438 92.25012 assigned negative charge : -415.7048 centred at (gu) : 89.92513 89.98035 92.24355 start vw surface at 0.1300000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 8007 nv = 96 ne = 84 npr = 55969 no. pairs analyzed = 55969 no. exposed pairs = 3922 no. arc points = 28043 no. surface atoms = 1287 nbur = 1572 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 513 mr = 4125 m= 5 mr = 69 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 7 time to turn everything in is 0.2800000 number of dielectric boundary points 4331 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2651 ## 200 charges are in solution ## iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 9395 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.8053121E-10 4.5511652E-09 midg,1,midg; midg,igrid,midg 1.8583373E-08 -1.3504089E-08 1,midg,midg; igrid,midg,midg -7.4247355E-09 1.1669952E-08 gauss-seidel spectral radius is 0.9870191 estimated iterations to convergence 72 setup time was (sec) 0.4900000 now iterating at: 12:50:28 rms-change max change #iterations 0.1375509 20.53288 at 10iterations 1.3173362E-02 1.696941 at 20iterations 1.3342032E-03 0.2038536 at 30iterations 2.0213325E-04 2.6036739E-02 at 40iterations 6.0919640E-05 9.2740059E-03 at 50iterations finished qdiffx linear iterations at : 12:50:36 total time elapsed so far: 3.030000 # loops : 50 mean,max change (kT/e) : 6.0919640E-05 9.2740059E-03 energy calculations done at 3.030000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.190000 DelPhi exited at 12:50:39 3.194u 0.158s 0:15.11 22.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 15 2011 at 12:50:46 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2859 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.892141 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): -27.09400 26.80100 ymin,ymax (A): -28.22200 25.48800 zmin,zma (A): -22.89500 33.54900 x,y,z range (A): 53.89500 53.71000 56.44400 scale (grids/A): 1.892141 object centre (A): -0.1464996 -1.367001 5.327000 number of atom coordinates read : 2859 total number of charged atoms : 2733 net assigned charge : 2.000006 assigned positive charge : 417.7031 centred at (gu) : 90.07214 89.44263 96.74956 assigned negative charge : -415.7048 centred at (gu) : 89.77515 89.94095 96.73082 start vw surface at 0.1400000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 85652 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28043 grid for indexing accessible points = 1.400000 m= 32709 mr = 57691 m= 6014 mr = 23640 m= 434 mr = 3733 m= 10 mr = 143 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 626 time to turn everything in is 0.5900000 number of dielectric boundary points 39612 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 137 iepsmp to db, and charging done at 0.7100000 number of grid points assigned charge 21480 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.6307136 object centre at (A) : -0.1464996 -1.367001 5.327000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.3334072E-03 -1.7479500E-02 midg,1,midg; midg,igrid,midg 4.7864467E-02 -9.1958791E-03 1,midg,midg; igrid,midg,midg -1.4373017E-02 3.6936142E-02 gauss-seidel spectral radius is 0.9986714 estimated iterations to convergence 217 setup time was (sec) 0.8700000 now iterating at: 12:50:51 rms-change max change #iterations 4.354989 177.5242 at 10iterations 2.059190 71.69659 at 20iterations 0.9783304 32.03772 at 30iterations 0.4619518 15.42490 at 40iterations 0.2187872 7.104509 at 50iterations 0.1034702 3.104052 at 60iterations 4.9221653E-02 1.465870 at 70iterations 2.3195531E-02 0.7556973 at 80iterations 1.1000452E-02 0.3569756 at 90iterations 5.2393489E-03 0.1493034 at 100iterations 2.4946942E-03 7.2965145E-02 at 110iterations 1.1981137E-03 4.1899204E-02 at 120iterations finished qdiffx linear iterations at : 12:51:03 total time elapsed so far: 7.050000 # loops : 120 mean,max change (kT/e) : 1.1981137E-03 4.1899204E-02 energy calculations done at 7.050000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.230000 DelPhi exited at 12:51:04 7.230u 0.168s 0:18.64 39.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 Sat Oct 15 2011 at 12:51:05 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2859 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.838211 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): -27.09400 26.80100 ymin,ymax (A): -28.22200 25.48800 zmin,zma (A): -22.89500 33.54900 x,y,z range (A): 53.89500 53.71000 56.44400 scale (grids/A): 2.838211 object centre (A): -0.1464996 -1.367001 5.327000 number of atom coordinates read : 2859 total number of charged atoms : 2733 net assigned charge : 2.000006 assigned positive charge : 417.7031 centred at (gu) : 90.10806 89.16362 100.1239 assigned negative charge : -415.7048 centred at (gu) : 89.66267 89.91138 100.0962 start vw surface at 0.1300000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 197458 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28043 grid for indexing accessible points = 1.400000 m= 101911 mr = 140110 m= 40866 mr = 82002 m= 10996 mr = 32341 m= 1761 mr = 8077 m= 108 mr = 1136 m= 3 mr = 51 m= 0 mr = 0 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 2145 time to turn everything in is 1.550000 number of dielectric boundary points 89386 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.680000 number of grid points assigned charge 21858 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.892141 object centre at (A) : -0.1464996 -1.367001 5.327000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.4719958E-02 -0.1147683 midg,1,midg; midg,igrid,midg 0.5144565 -8.9507893E-02 1,midg,midg; igrid,midg,midg -0.1684492 0.4931954 gauss-seidel spectral radius is 0.9992965 estimated iterations to convergence 297 setup time was (sec) 1.840000 now iterating at: 12:51:09 rms-change max change #iterations 10.46799 355.8145 at 10iterations 6.274907 135.5732 at 20iterations 3.734113 85.17917 at 30iterations 2.211102 54.77354 at 40iterations 1.303422 27.82807 at 50iterations 0.7667882 15.00475 at 60iterations 0.4517468 8.102959 at 70iterations 0.2649522 5.331385 at 80iterations 0.1550945 3.370562 at 90iterations 9.0767279E-02 1.718929 at 100iterations 5.3039707E-02 0.9553413 at 110iterations 3.1006070E-02 0.5434448 at 120iterations 1.8106740E-02 0.3592224 at 130iterations 1.0566621E-02 0.1880322 at 140iterations 6.1902176E-03 0.1208191 at 150iterations 3.6072268E-03 6.0760498E-02 at 160iterations 2.1062619E-03 3.6157608E-02 at 170iterations 1.2312585E-03 2.0503044E-02 at 180iterations finished qdiffx linear iterations at : 12:51:31 total time elapsed so far: 12.57000 # loops : 180 mean,max change (kT/e) : 1.2312585E-03 2.0503044E-02 energy calculations done at 12.57000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.74000 DelPhi exited at 12:51:32 12.745u 0.200s 0:27.42 47.1% 0+0k 0+0io 0pf+0w