Sun Oct 9 00:15:21 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 Sun Oct 9 2011 at 00:15:21 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3381 !!! WARNING: TPO 1 has a net charge of -1.2740 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: 0.5679733 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): -40.66200 16.50700 ymin,ymax (A): -53.08200 9.597000 zmin,zma (A): -13.34100 48.76600 x,y,z range (A): 57.16900 62.67900 62.10700 scale (grids/A): 0.5679733 object centre (A): -12.07750 -21.74250 17.71250 number of atom coordinates read : 3381 total number of charged atoms : 3239 net assigned charge : 15.22603 assigned positive charge : 496.7016 centred at (gu) : 90.24992 90.40652 89.11387 assigned negative charge : -481.4773 centred at (gu) : 90.37856 90.55810 88.98168 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7559 nv = 96 ne = 84 npr = 64907 no. pairs analyzed = 64907 no. exposed pairs = 4492 no. arc points = 32938 no. surface atoms = 1499 nbur = 1882 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.512000 m= 327 mr = 3783 m= 1 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 7 time to turn everything in is 0.3400000 number of dielectric boundary points 4083 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3407 ## 403 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 9580 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.3304217E-11 3.4687684E-09 midg,1,midg; midg,igrid,midg 4.1519432E-09 -2.7229688E-10 1,midg,midg; igrid,midg,midg 3.9778514E-09 1.4196132E-10 gauss-seidel spectral radius is 0.9840564 estimated iterations to convergence 65 setup time was (sec) 0.5500000 now iterating at: 00:15:22 rms-change max change #iterations 9.3826361E-02 14.55059 at 10iterations 7.0020584E-03 1.076160 at 20iterations 5.3211488E-04 8.4386826E-02 at 30iterations 4.9423747E-05 7.7018738E-03 at 40iterations 6.7255633E-06 6.4086914E-04 at 50iterations finished qdiffx linear iterations at : 00:15:24 total time elapsed so far: 2.990000 # loops : 50 mean,max change (kT/e) : 6.7255633E-06 6.4086914E-04 energy calculations done at 2.990000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.170000 DelPhi exited at 00:15:25 3.170u 0.139s 0:03.68 89.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 Sun Oct 9 2011 at 00:15: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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3381 !!! WARNING: TPO 1 has a net charge of -1.2740 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.703920 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): -40.66200 16.50700 ymin,ymax (A): -53.08200 9.597000 zmin,zma (A): -13.34100 48.76600 x,y,z range (A): 57.16900 62.67900 62.10700 scale (grids/A): 1.703920 object centre (A): -12.07750 -21.74250 17.71250 number of atom coordinates read : 3381 total number of charged atoms : 3239 net assigned charge : 15.22603 assigned positive charge : 496.7016 centred at (gu) : 90.74880 91.21868 87.34097 assigned negative charge : -481.4773 centred at (gu) : 91.13532 91.67419 86.94453 start vw surface at 0.1600000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 82825 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32938 grid for indexing accessible points = 1.400000 m= 27514 mr = 55112 m= 3334 mr = 19300 m= 101 mr = 1706 m= 1 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 1283 time to turn everything in is 0.5500000 number of dielectric boundary points 37646 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 365 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 25027 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.5679733 object centre at (A) : -12.07750 -21.74250 17.71250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.1996252E-02 4.7598153E-02 midg,1,midg; midg,igrid,midg 3.5784110E-02 5.9119845E-03 1,midg,midg; igrid,midg,midg 1.7200397E-02 -3.1558424E-03 gauss-seidel spectral radius is 0.9984005 estimated iterations to convergence 198 setup time was (sec) 0.8100000 now iterating at: 00:15:26 rms-change max change #iterations 3.843947 157.1261 at 10iterations 1.677200 69.48946 at 20iterations 0.7365226 25.62792 at 30iterations 0.3232608 10.20320 at 40iterations 0.1422060 4.805776 at 50iterations 6.2378958E-02 1.899724 at 60iterations 2.7391473E-02 0.9057412 at 70iterations 1.2016591E-02 0.3598995 at 80iterations 5.2882726E-03 0.1727188 at 90iterations 2.3245595E-03 7.6787949E-02 at 100iterations 1.0247906E-03 3.5218477E-02 at 110iterations 4.5126537E-04 1.6560555E-02 at 120iterations finished qdiffx linear iterations at : 00:15:32 total time elapsed so far: 6.880000 # loops : 120 mean,max change (kT/e) : 4.5126537E-04 1.6560555E-02 energy calculations done at 6.880000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.060000 DelPhi exited at 00:15:32 7.067u 0.168s 0:07.58 95.2% 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 Sun Oct 9 2011 at 00:15:32 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3381 !!! WARNING: TPO 1 has a net charge of -1.2740 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.555880 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): -40.66200 16.50700 ymin,ymax (A): -53.08200 9.597000 zmin,zma (A): -13.34100 48.76600 x,y,z range (A): 57.16900 62.67900 62.10700 scale (grids/A): 2.555880 object centre (A): -12.07750 -21.74250 17.71250 number of atom coordinates read : 3381 total number of charged atoms : 3239 net assigned charge : 15.22603 assigned positive charge : 496.7016 centred at (gu) : 91.12311 91.82783 86.01136 assigned negative charge : -481.4773 centred at (gu) : 91.70299 92.51109 85.41676 start vw surface at 0.1700000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 192000 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32938 grid for indexing accessible points = 1.400000 m= 92393 mr = 135126 m= 29156 mr = 73153 m= 5303 mr = 22324 m= 460 mr = 3598 m= 4 mr = 214 m= 0 mr = 0 time to grow re-entrant surface = 0.7900000 no. cavity mid-points inaccessible to solvent = 4398 time to turn everything in is 1.360000 number of dielectric boundary points 84901 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 13 iepsmp to db, and charging done at 1.490000 number of grid points assigned charge 25887 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.703920 object centre at (A) : -12.07750 -21.74250 17.71250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1363973 0.7069268 midg,1,midg; midg,igrid,midg 0.5279906 0.2192817 1,midg,midg; igrid,midg,midg 0.2374960 -3.5050057E-02 gauss-seidel spectral radius is 0.9992189 estimated iterations to convergence 282 setup time was (sec) 1.640000 now iterating at: 00:15:34 rms-change max change #iterations 9.721494 346.7678 at 10iterations 5.641391 126.9228 at 20iterations 3.245090 78.28189 at 30iterations 1.859917 41.16967 at 40iterations 1.064157 25.96072 at 50iterations 0.6077806 12.44518 at 60iterations 0.3454305 6.890312 at 70iterations 0.1957551 3.904621 at 80iterations 0.1110289 2.778936 at 90iterations 6.3097402E-02 1.233995 at 100iterations 3.5683680E-02 0.6669044 at 110iterations 2.0206047E-02 0.3880363 at 120iterations 1.1442937E-02 0.2225451 at 130iterations 6.4725205E-03 0.1240053 at 140iterations 3.6659376E-03 7.2172165E-02 at 150iterations 2.0691722E-03 4.2651176E-02 at 160iterations 1.1725632E-03 2.2853851E-02 at 170iterations 6.6169957E-04 1.2416840E-02 at 180iterations finished qdiffx linear iterations at : 00:15:44 total time elapsed so far: 11.34000 # loops : 180 mean,max change (kT/e) : 6.6169957E-04 1.2416840E-02 energy calculations done at 11.34000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.50000 DelPhi exited at 00:15:44 11.500u 0.210s 0:12.01 97.5% 0+0k 0+0io 0pf+0w