Mon Oct 10 20:18:34 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 Mon Oct 10 2011 at 20:18:34 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: 220 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2734 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: 0.6303898 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): -10.30000 45.52900 ymin,ymax (A): 32.11200 85.52500 zmin,zma (A): -10.95400 45.51900 x,y,z range (A): 55.82900 53.41300 56.47300 scale (grids/A): 0.6303898 object centre (A): 17.61450 58.81850 17.28250 number of atom coordinates read : 2734 total number of charged atoms : 2597 net assigned charge : 1.500018 assigned positive charge : 404.8866 centred at (gu) : 89.11844 88.89628 89.53614 assigned negative charge : -403.3878 centred at (gu) : 89.16096 88.89233 89.57409 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7365 nv = 96 ne = 84 npr = 54243 no. pairs analyzed = 54243 no. exposed pairs = 3846 no. arc points = 27542 no. surface atoms = 1266 nbur = 1468 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 412 mr = 3565 m= 4 mr = 39 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 4177 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2672 ## 213 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 8792 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.6433445E-09 -1.7439602E-09 midg,1,midg; midg,igrid,midg 1.5431977E-09 1.5548122E-09 1,midg,midg; igrid,midg,midg 6.6966943E-09 -1.9373940E-09 gauss-seidel spectral radius is 0.9869909 estimated iterations to convergence 72 setup time was (sec) 0.5800000 now iterating at: 20:18:35 rms-change max change #iterations 0.1364880 18.71932 at 10iterations 1.3041586E-02 1.922081 at 20iterations 1.2638875E-03 0.1768875 at 30iterations 1.2861930E-04 1.9760132E-02 at 40iterations 1.7951250E-05 3.0059814E-03 at 50iterations finished qdiffx linear iterations at : 20:18:38 total time elapsed so far: 4.030000 # loops : 50 mean,max change (kT/e) : 1.7951250E-05 3.0059814E-03 energy calculations done at 4.030000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.210000 DelPhi exited at 20:18:39 4.218u 0.200s 0:04.72 93.4% 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 Mon Oct 10 2011 at 20:18:39 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: 220 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2734 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.891169 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): -10.30000 45.52900 ymin,ymax (A): 32.11200 85.52500 zmin,zma (A): -10.95400 45.51900 x,y,z range (A): 55.82900 53.41300 56.47300 scale (grids/A): 1.891169 object centre (A): 17.61450 58.81850 17.28250 number of atom coordinates read : 2734 total number of charged atoms : 2597 net assigned charge : 1.500018 assigned positive charge : 404.8866 centred at (gu) : 87.35496 86.68819 88.60777 assigned negative charge : -403.3878 centred at (gu) : 87.48276 86.67694 88.72216 start vw surface at 0.1400000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 78186 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27542 grid for indexing accessible points = 1.400000 m= 27792 mr = 50594 m= 4655 mr = 19205 m= 251 mr = 2529 m= 4 mr = 48 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6000000 number of dielectric boundary points 38512 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 152 iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 20404 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.6303898 object centre at (A) : 17.61450 58.81850 17.28250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.8870006E-03 -2.7753340E-02 midg,1,midg; midg,igrid,midg 4.2682815E-02 2.6527137E-02 1,midg,midg; igrid,midg,midg 8.1386426E-03 -5.4181959E-03 gauss-seidel spectral radius is 0.9986497 estimated iterations to convergence 216 setup time was (sec) 0.9500000 now iterating at: 20:18:40 rms-change max change #iterations 4.263630 157.3626 at 10iterations 1.999107 66.90424 at 20iterations 0.9345427 32.96880 at 30iterations 0.4366383 13.85168 at 40iterations 0.2052761 6.694338 at 50iterations 9.6278176E-02 2.975060 at 60iterations 4.5072202E-02 1.571345 at 70iterations 2.1056844E-02 0.6911259 at 80iterations 9.9334046E-03 0.3132858 at 90iterations 4.6584844E-03 0.1602478 at 100iterations 2.1911117E-03 7.4238777E-02 at 110iterations 1.0301182E-03 3.3340454E-02 at 120iterations finished qdiffx linear iterations at : 20:18:49 total time elapsed so far: 9.900000 # loops : 120 mean,max change (kT/e) : 1.0301182E-03 3.3340454E-02 energy calculations done at 9.900000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.07000 DelPhi exited at 20:18:50 10.076u 0.329s 0:10.74 96.7% 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 Mon Oct 10 2011 at 20:18:50 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: 220 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2734 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.836754 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): -10.30000 45.52900 ymin,ymax (A): 32.11200 85.52500 zmin,zma (A): -10.95400 45.51900 x,y,z range (A): 55.82900 53.41300 56.47300 scale (grids/A): 2.836754 object centre (A): 17.61450 58.81850 17.28250 number of atom coordinates read : 2734 total number of charged atoms : 2597 net assigned charge : 1.500018 assigned positive charge : 404.8866 centred at (gu) : 86.03220 85.03213 87.91164 assigned negative charge : -403.3878 centred at (gu) : 86.22415 85.01532 88.08327 start vw surface at 0.1400000 fill in re-entrant regions at 0.5100000 boundary points on vw surface= 180693 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27542 grid for indexing accessible points = 1.400000 m= 88144 mr = 123963 m= 33085 mr = 68938 m= 8055 mr = 25242 m= 1006 mr = 5456 m= 46 mr = 512 m= 0 mr = 12 time to grow re-entrant surface = 0.9200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.600000 number of dielectric boundary points 86906 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.760000 number of grid points assigned charge 20772 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.891169 object centre at (A) : 17.61450 58.81850 17.28250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.0513042E-02 -0.2489079 midg,1,midg; midg,igrid,midg 0.6370665 0.3957217 1,midg,midg; igrid,midg,midg 0.2449109 -7.8755036E-02 gauss-seidel spectral radius is 0.9992810 estimated iterations to convergence 294 setup time was (sec) 1.980000 now iterating at: 20:18:52 rms-change max change #iterations 10.32089 345.4885 at 10iterations 6.162087 130.6070 at 20iterations 3.652390 79.43262 at 30iterations 2.159196 45.74513 at 40iterations 1.266541 27.25056 at 50iterations 0.7404903 16.12503 at 60iterations 0.4320517 8.338224 at 70iterations 0.2522657 4.961206 at 80iterations 0.1473137 2.818386 at 90iterations 8.5477926E-02 1.695023 at 100iterations 4.9782332E-02 0.9447269 at 110iterations 2.8893562E-02 0.5253868 at 120iterations 1.6802087E-02 0.3249130 at 130iterations 9.7434716E-03 0.1881905 at 140iterations 5.6598405E-03 0.1094561 at 150iterations 3.2917697E-03 6.5616608E-02 at 160iterations 1.9132625E-03 3.6018372E-02 at 170iterations 1.1187415E-03 2.0265579E-02 at 180iterations finished qdiffx linear iterations at : 20:19:07 total time elapsed so far: 16.67000 # loops : 180 mean,max change (kT/e) : 1.1187415E-03 2.0265579E-02 energy calculations done at 16.67000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.85000 DelPhi exited at 20:19:07 16.853u 0.340s 0:17.75 96.8% 0+0k 0+0io 0pf+0w