Sat Oct 8 17:25:52 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:25:52 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 = 3348 !!! WARNING: ILE 378 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= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.5479199 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): 37.65700 93.84400 ymin,ymax (A): 16.10300 81.07600 zmin,zma (A): -23.39600 25.12400 x,y,z range (A): 56.18700 64.97301 48.52000 scale (grids/A): 0.5479199 object centre (A): 65.75050 48.58950 0.8640003 number of atom coordinates read : 3348 total number of charged atoms : 3203 net assigned charge : -6.771975 assigned positive charge : 498.7836 centred at (gu) : 90.52928 90.37372 89.96269 assigned negative charge : -505.5568 centred at (gu) : 90.56075 90.31351 89.93553 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6547 nv = 96 ne = 84 npr = 67469 no. pairs analyzed = 67469 no. exposed pairs = 4330 no. arc points = 29163 no. surface atoms = 1465 nbur = 1883 mkacc time = 0.1200000 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.568000 m= 275 mr = 3430 m= 0 mr = 20 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 4 time to turn everything in is 0.2300000 number of dielectric boundary points 3372 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2997 ## 387 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 8572 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.8289857E-10 -2.3321114E-10 midg,1,midg; midg,igrid,midg -8.6531488E-10 3.5609560E-11 1,midg,midg; igrid,midg,midg -1.7803045E-10 -8.1032431E-10 gauss-seidel spectral radius is 0.9828534 estimated iterations to convergence 63 setup time was (sec) 0.4200000 now iterating at: 17:25:52 rms-change max change #iterations 7.8597732E-02 13.70145 at 10iterations 5.3835614E-03 0.8923512 at 20iterations 3.8052083E-04 5.8251381E-02 at 30iterations 4.8693058E-05 9.6406937E-03 at 40iterations 1.3787591E-05 2.8004646E-03 at 50iterations finished qdiffx linear iterations at : 17:25:55 total time elapsed so far: 3.400000 # loops : 50 mean,max change (kT/e) : 1.3787591E-05 2.8004646E-03 energy calculations done at 3.400000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.530000 DelPhi exited at 17:25:56 3.535u 0.191s 0:04.00 93.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 Sat Oct 8 2011 at 17:25:56 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 = 3348 !!! WARNING: ILE 378 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= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.643759 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): 37.65700 93.84400 ymin,ymax (A): 16.10300 81.07600 zmin,zma (A): -23.39600 25.12400 x,y,z range (A): 56.18700 64.97301 48.52000 scale (grids/A): 1.643759 object centre (A): 65.75050 48.58950 0.8640003 number of atom coordinates read : 3348 total number of charged atoms : 3203 net assigned charge : -6.771975 assigned positive charge : 498.7836 centred at (gu) : 91.58711 91.12036 89.88733 assigned negative charge : -505.5568 centred at (gu) : 91.68184 90.94022 89.80600 start vw surface at 0.1000000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 72229 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29163 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 23767 mr = 49667 m= 2789 mr = 16480 m= 100 mr = 1416 m= 0 mr = 12 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 558 time to turn everything in is 0.3700000 number of dielectric boundary points 31310 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 347 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 24591 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.5479199 object centre at (A) : 65.75050 48.58950 0.8640003 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.8660735E-03 -3.6437630E-03 midg,1,midg; midg,igrid,midg -1.0073965E-02 1.6408639E-02 1,midg,midg; igrid,midg,midg -1.2765327E-02 -7.6449621E-03 gauss-seidel spectral radius is 0.9982491 estimated iterations to convergence 190 setup time was (sec) 0.5900000 now iterating at: 17:25:57 rms-change max change #iterations 3.575999 153.4205 at 10iterations 1.509251 55.34563 at 20iterations 0.6408684 23.85782 at 30iterations 0.2712010 12.60395 at 40iterations 0.1148743 3.805691 at 50iterations 4.8745453E-02 1.656686 at 60iterations 2.0613551E-02 0.6885529 at 70iterations 8.8049872E-03 0.2875066 at 80iterations 3.7231676E-03 0.1280670 at 90iterations 1.5928562E-03 5.7531357E-02 at 100iterations 6.8835163E-04 2.5697708E-02 at 110iterations 3.0415805E-04 1.0494232E-02 at 120iterations finished qdiffx linear iterations at : 17:26:04 total time elapsed so far: 7.870000 # loops : 120 mean,max change (kT/e) : 3.0415805E-04 1.0494232E-02 energy calculations done at 7.870000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.020000 DelPhi exited at 17:26:04 8.022u 0.202s 0:08.53 96.3% 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:26: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 = 3348 !!! WARNING: ILE 378 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= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.465639 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): 37.65700 93.84400 ymin,ymax (A): 16.10300 81.07600 zmin,zma (A): -23.39600 25.12400 x,y,z range (A): 56.18700 64.97301 48.52000 scale (grids/A): 2.465639 object centre (A): 65.75050 48.58950 0.8640003 number of atom coordinates read : 3348 total number of charged atoms : 3203 net assigned charge : -6.771975 assigned positive charge : 498.7836 centred at (gu) : 92.38048 91.68050 89.83089 assigned negative charge : -505.5568 centred at (gu) : 92.52255 91.41025 89.70892 start vw surface at 0.1000000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 167798 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29163 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 80796 mr = 121574 m= 24299 mr = 64101 m= 4577 mr = 18240 m= 394 mr = 3043 m= 6 mr = 174 m= 0 mr = 0 time to grow re-entrant surface = 0.5100000 no. cavity mid-points inaccessible to solvent = 1868 time to turn everything in is 0.9000000 number of dielectric boundary points 70738 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 25 iepsmp to db, and charging done at 0.9900000 number of grid points assigned charge 25590 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.643759 object centre at (A) : 65.75050 48.58950 0.8640003 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.6146580E-02 -3.5356883E-02 midg,1,midg; midg,igrid,midg -0.1375387 0.5284254 1,midg,midg; igrid,midg,midg -0.2037540 -5.9197664E-02 gauss-seidel spectral radius is 0.9991661 estimated iterations to convergence 273 setup time was (sec) 1.140000 now iterating at: 17:26:06 rms-change max change #iterations 9.258888 331.3576 at 10iterations 5.246573 128.5053 at 20iterations 2.955382 63.65338 at 30iterations 1.663376 37.54103 at 40iterations 0.9330269 20.30809 at 50iterations 0.5212221 12.42710 at 60iterations 0.2904468 5.745630 at 70iterations 0.1619942 3.263579 at 80iterations 9.0151563E-02 1.760844 at 90iterations 5.0295126E-02 1.008268 at 100iterations 2.7914278E-02 0.5776482 at 110iterations 1.5534823E-02 0.3024292 at 120iterations 8.6356737E-03 0.1753197 at 130iterations 4.8107705E-03 8.8968277E-02 at 140iterations 2.6742364E-03 5.8870435E-02 at 150iterations 1.4900556E-03 2.9556274E-02 at 160iterations 8.3509757E-04 1.7379761E-02 at 170iterations 4.6913547E-04 9.9320412E-03 at 180iterations finished qdiffx linear iterations at : 17:26:18 total time elapsed so far: 12.90000 # loops : 180 mean,max change (kT/e) : 4.6913547E-04 9.9320412E-03 energy calculations done at 12.90000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.03000 DelPhi exited at 17:26:18 13.032u 0.224s 0:13.66 96.9% 0+0k 0+0io 0pf+0w