Sat Oct 8 17:42:54 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 8 2011 at 17:42:54 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 = 3516 !!! WARNING: ILE 447 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.5250815 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.8780000 44.42900 ymin,ymax (A): -30.26400 26.20500 zmin,zma (A): 1.281000 69.08000 x,y,z range (A): 45.30700 56.46900 67.79900 scale (grids/A): 0.5250815 object centre (A): 21.77550 -2.029500 35.18050 number of atom coordinates read : 3516 total number of charged atoms : 3369 net assigned charge : -5.771982 assigned positive charge : 532.5922 centred at (gu) : 90.45584 91.75407 90.52552 assigned negative charge : -538.3658 centred at (gu) : 90.41472 91.71199 90.52448 start vw surface at 0.2000000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 6102 nv = 96 ne = 84 npr = 72243 no. pairs analyzed = 72243 no. exposed pairs = 4271 no. arc points = 29053 no. surface atoms = 1449 nbur = 2067 mkacc time = 0.1500000 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.624000 m= 223 mr = 3238 m= 0 mr = 12 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3900000 number of dielectric boundary points 3075 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3015 ## 459 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 8220 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.4074064E-10 -1.7445100E-10 midg,1,midg; midg,igrid,midg -1.9730058E-10 -7.3950984E-12 1,midg,midg; igrid,midg,midg -2.7051078E-10 -1.1706342E-11 gauss-seidel spectral radius is 0.9813490 estimated iterations to convergence 60 setup time was (sec) 0.6300000 now iterating at: 17:42:55 rms-change max change #iterations 6.4185090E-02 10.58482 at 10iterations 4.0724417E-03 0.6944990 at 20iterations 4.2162201E-04 7.8706741E-02 at 30iterations 9.5566131E-05 1.9502640E-02 at 40iterations 2.5136633E-05 4.9991608E-03 at 50iterations finished qdiffx linear iterations at : 17:42:58 total time elapsed so far: 3.390000 # loops : 50 mean,max change (kT/e) : 2.5136633E-05 4.9991608E-03 energy calculations done at 3.390000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.570000 DelPhi exited at 17:42:58 3.572u 0.223s 0:04.11 92.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 Sat Oct 8 2011 at 17:42:58 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 = 3516 !!! WARNING: ILE 447 has a net charge of -0.2720 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.575244 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.8780000 44.42900 ymin,ymax (A): -30.26400 26.20500 zmin,zma (A): 1.281000 69.08000 x,y,z range (A): 45.30700 56.46900 67.79900 scale (grids/A): 1.575244 object centre (A): 21.77550 -2.029500 35.18050 number of atom coordinates read : 3516 total number of charged atoms : 3369 net assigned charge : -5.771982 assigned positive charge : 532.5922 centred at (gu) : 91.36664 95.26109 91.57555 assigned negative charge : -538.3658 centred at (gu) : 91.24358 95.13548 91.57311 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 69135 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29053 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 20472 mr = 48118 m= 1837 mr = 13966 m= 42 mr = 798 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5000000 number of dielectric boundary points 28604 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 442 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 25514 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.5250815 object centre at (A) : 21.77550 -2.029500 35.18050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.6540010E-03 1.1194260E-02 midg,1,midg; midg,igrid,midg -8.2430812E-03 -1.1284409E-02 1,midg,midg; igrid,midg,midg -4.7174012E-03 1.3787653E-03 gauss-seidel spectral radius is 0.9980840 estimated iterations to convergence 182 setup time was (sec) 0.8100000 now iterating at: 17:42:59 rms-change max change #iterations 3.354398 162.3255 at 10iterations 1.364592 62.95731 at 20iterations 0.5554801 19.12631 at 30iterations 0.2270446 7.629745 at 40iterations 9.2649646E-02 3.893776 at 50iterations 3.7890855E-02 1.378193 at 60iterations 1.5481707E-02 0.5574150 at 70iterations 6.3119144E-03 0.2126579 at 80iterations 2.5920172E-03 9.3724251E-02 at 90iterations 1.0733388E-03 4.1687489E-02 at 100iterations 4.5665057E-04 1.8684387E-02 at 110iterations 2.0114740E-04 7.1411133E-03 at 120iterations finished qdiffx linear iterations at : 17:43:06 total time elapsed so far: 7.520000 # loops : 120 mean,max change (kT/e) : 2.0114740E-04 7.1411133E-03 energy calculations done at 7.520000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.690000 DelPhi exited at 17:43:07 7.696u 0.265s 0:08.22 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 Sat Oct 8 2011 at 17:43:07 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 = 3516 !!! WARNING: ILE 447 has a net charge of -0.2720 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.362867 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.8780000 44.42900 ymin,ymax (A): -30.26400 26.20500 zmin,zma (A): 1.281000 69.08000 x,y,z range (A): 45.30700 56.46900 67.79900 scale (grids/A): 2.362867 object centre (A): 21.77550 -2.029500 35.18050 number of atom coordinates read : 3516 total number of charged atoms : 3369 net assigned charge : -5.771982 assigned positive charge : 532.5922 centred at (gu) : 92.04970 97.89144 92.36289 assigned negative charge : -538.3658 centred at (gu) : 91.86541 97.70309 92.35960 start vw surface at 0.1800000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 160478 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29053 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 73592 mr = 117767 m= 19356 mr = 58087 m= 2630 mr = 14176 m= 142 mr = 1608 m= 3 mr = 29 m= 0 mr = 0 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.190000 number of dielectric boundary points 64534 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 39 iepsmp to db, and charging done at 1.320000 number of grid points assigned charge 26897 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.575244 object centre at (A) : 21.77550 -2.029500 35.18050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2632661 6.8643071E-02 midg,1,midg; midg,igrid,midg -0.1163505 -0.1591370 1,midg,midg; igrid,midg,midg -8.0338977E-02 4.9872249E-02 gauss-seidel spectral radius is 0.9991115 estimated iterations to convergence 265 setup time was (sec) 1.520000 now iterating at: 17:43:08 rms-change max change #iterations 8.903878 259.5119 at 10iterations 4.928794 125.5301 at 20iterations 2.726794 77.06927 at 30iterations 1.497121 36.66993 at 40iterations 0.8218285 19.12663 at 50iterations 0.4496472 9.874337 at 60iterations 0.2450103 5.205528 at 70iterations 0.1337210 2.639230 at 80iterations 7.2957180E-02 1.500784 at 90iterations 3.9761007E-02 0.8229918 at 100iterations 2.1726359E-02 0.4269037 at 110iterations 1.1850946E-02 0.2276001 at 120iterations 6.4586909E-03 0.1331482 at 130iterations 3.5254704E-03 7.3722839E-02 at 140iterations 1.9266765E-03 3.8906097E-02 at 150iterations 1.0573976E-03 2.4203300E-02 at 160iterations 5.8458879E-04 1.2629509E-02 at 170iterations 3.2745782E-04 6.3510835E-03 at 180iterations finished qdiffx linear iterations at : 17:43:19 total time elapsed so far: 12.33000 # loops : 180 mean,max change (kT/e) : 3.2745782E-04 6.3510835E-03 energy calculations done at 12.34000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.51000 DelPhi exited at 17:43:20 12.511u 0.238s 0:13.01 97.9% 0+0k 0+0io 0pf+0w