Tue Oct 11 08:20:51 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 Tue Oct 11 2011 at 08:20:51 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 = 3105 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.5744715 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): -23.80900 33.77500 ymin,ymax (A): -39.12600 22.84400 zmin,zma (A): -32.36500 29.41800 x,y,z range (A): 57.58400 61.97000 61.78300 scale (grids/A): 0.5744715 object centre (A): 4.983001 -8.141000 -1.473498 number of atom coordinates read : 3105 total number of charged atoms : 2952 net assigned charge : -2.999958 assigned positive charge : 456.7712 centred at (gu) : 90.13231 91.42350 92.43433 assigned negative charge : -459.7724 centred at (gu) : 90.22089 91.33926 92.56209 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6960 nv = 96 ne = 84 npr = 59745 no. pairs analyzed = 59745 no. exposed pairs = 4482 no. arc points = 31795 no. surface atoms = 1482 nbur = 1623 mkacc time = 0.1400000 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= 303 mr = 3320 m= 1 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3934 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3138 ## 335 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 8787 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.0410546E-09 -5.2624083E-09 midg,1,midg; midg,igrid,midg -1.4896183E-09 1.5275967E-09 1,midg,midg; igrid,midg,midg 1.1157374E-09 -2.2351581E-09 gauss-seidel spectral radius is 0.9843897 estimated iterations to convergence 66 setup time was (sec) 0.5800000 now iterating at: 08:20:52 rms-change max change #iterations 9.2807576E-02 16.40927 at 10iterations 7.0381174E-03 1.032520 at 20iterations 5.3580321E-04 8.0911636E-02 at 30iterations 4.2328669E-05 6.5917969E-03 at 40iterations 4.1833378E-06 7.5149536E-04 at 50iterations finished qdiffx linear iterations at : 08:20:54 total time elapsed so far: 3.340000 # loops : 50 mean,max change (kT/e) : 4.1833378E-06 7.5149536E-04 energy calculations done at 3.340000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.530000 DelPhi exited at 08:20:55 3.535u 0.162s 0:04.01 92.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 Tue Oct 11 2011 at 08:20:55 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 = 3105 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.723415 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): -23.80900 33.77500 ymin,ymax (A): -39.12600 22.84400 zmin,zma (A): -32.36500 29.41800 x,y,z range (A): 57.58400 61.97000 61.78300 scale (grids/A): 1.723415 object centre (A): 4.983001 -8.141000 -1.473498 number of atom coordinates read : 3105 total number of charged atoms : 2952 net assigned charge : -2.999958 assigned positive charge : 456.7712 centred at (gu) : 90.39626 94.26992 97.30210 assigned negative charge : -459.7724 centred at (gu) : 90.66253 94.01754 97.68632 start vw surface at 0.1700000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 75846 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31795 grid for indexing accessible points = 1.400000 m= 23917 mr = 48752 m= 2691 mr = 16061 m= 84 mr = 1321 m= 0 mr = 17 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5800000 number of dielectric boundary points 36387 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 265 iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 22932 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.5744715 object centre at (A) : 4.983001 -8.141000 -1.473498 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.1704676E-03 -4.0074524E-02 midg,1,midg; midg,igrid,midg -2.8477445E-02 -1.7900668E-02 1,midg,midg; igrid,midg,midg 1.1853776E-02 -8.8647753E-03 gauss-seidel spectral radius is 0.9984066 estimated iterations to convergence 199 setup time was (sec) 0.8900000 now iterating at: 08:20:56 rms-change max change #iterations 3.824638 174.8669 at 10iterations 1.665900 61.91817 at 20iterations 0.7330433 23.90990 at 30iterations 0.3214591 10.54582 at 40iterations 0.1416678 4.564475 at 50iterations 6.2082354E-02 2.025807 at 60iterations 2.7350599E-02 0.8345890 at 70iterations 1.2027771E-02 0.3798084 at 80iterations 5.2912710E-03 0.1881790 at 90iterations 2.3305458E-03 7.9318047E-02 at 100iterations 1.0250211E-03 3.2276630E-02 at 110iterations 4.5252798E-04 1.4297485E-02 at 120iterations finished qdiffx linear iterations at : 08:21:04 total time elapsed so far: 8.280000 # loops : 120 mean,max change (kT/e) : 4.5252798E-04 1.4297485E-02 energy calculations done at 8.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.470000 DelPhi exited at 08:21:04 8.476u 0.213s 0:09.06 95.8% 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 08:21:04 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 = 3105 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.585122 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): -23.80900 33.77500 ymin,ymax (A): -39.12600 22.84400 zmin,zma (A): -32.36500 29.41800 x,y,z range (A): 57.58400 61.97000 61.78300 scale (grids/A): 2.585122 object centre (A): 4.983001 -8.141000 -1.473498 number of atom coordinates read : 3105 total number of charged atoms : 2952 net assigned charge : -2.999958 assigned positive charge : 456.7712 centred at (gu) : 90.59422 96.40488 100.9530 assigned negative charge : -459.7724 centred at (gu) : 90.99371 96.02616 101.5296 start vw surface at 0.1800000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 175381 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31795 grid for indexing accessible points = 1.400000 m= 80583 mr = 119503 m= 24433 mr = 62418 m= 4264 mr = 18123 m= 395 mr = 2801 m= 9 mr = 194 m= 0 mr = 0 time to grow re-entrant surface = 0.7900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.400000 number of dielectric boundary points 82026 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.530000 number of grid points assigned charge 23600 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.723415 object centre at (A) : 4.983001 -8.141000 -1.473498 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.3480678E-02 -0.4631342 midg,1,midg; midg,igrid,midg -0.4922653 -0.2207457 1,midg,midg; igrid,midg,midg 8.2281321E-02 -9.3876474E-02 gauss-seidel spectral radius is 0.9992242 estimated iterations to convergence 283 setup time was (sec) 1.700000 now iterating at: 08:21:06 rms-change max change #iterations 9.792041 318.2646 at 10iterations 5.777030 171.5038 at 20iterations 3.355731 73.49866 at 30iterations 1.943181 44.44795 at 40iterations 1.116598 23.63852 at 50iterations 0.6396248 12.74070 at 60iterations 0.3662503 7.103838 at 70iterations 0.2091445 4.070274 at 80iterations 0.1188054 2.404922 at 90iterations 6.7666776E-02 1.524923 at 100iterations 3.8484097E-02 0.7254763 at 110iterations 2.1846035E-02 0.4378881 at 120iterations 1.2427034E-02 0.2419891 at 130iterations 7.0465272E-03 0.1463013 at 140iterations 4.0006842E-03 9.5535278E-02 at 150iterations 2.2685677E-03 4.1345596E-02 at 160iterations 1.2861924E-03 2.5390148E-02 at 170iterations 7.2885881E-04 1.3153076E-02 at 180iterations finished qdiffx linear iterations at : 08:21:17 total time elapsed so far: 12.50000 # loops : 180 mean,max change (kT/e) : 7.2885881E-04 1.3153076E-02 energy calculations done at 12.50000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.69000 DelPhi exited at 08:21:17 12.692u 0.224s 0:13.28 97.2% 0+0k 0+0io 0pf+0w