Sat Oct 8 16:42:50 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 16:42: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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4598 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 0.5477345 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): 16.82000 78.78500 ymin,ymax (A): 118.8150 183.8100 zmin,zma (A): -1.776000 59.49400 x,y,z range (A): 61.96500 64.99500 61.27000 scale (grids/A): 0.5477345 object centre (A): 47.80250 151.3125 28.85900 number of atom coordinates read : 4598 total number of charged atoms : 4396 net assigned charge : 3.000041 assigned positive charge : 701.8927 centred at (gu) : 91.72530 89.26842 87.23412 assigned negative charge : -698.8961 centred at (gu) : 91.68681 89.18037 87.24851 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 8770 nv = 96 ne = 84 npr = 93852 no. pairs analyzed = 93852 no. exposed pairs = 5461 no. arc points = 37787 no. surface atoms = 1835 nbur = 2763 mkacc time = 0.2000000 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= 391 mr = 4745 m= 0 mr = 37 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 8 time to turn everything in is 0.4300000 number of dielectric boundary points 4379 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3893 ## 503 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 11701 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.9664280E-10 2.0349859E-11 midg,1,midg; midg,igrid,midg -9.4765007E-10 9.5912489E-10 1,midg,midg; igrid,midg,midg -1.4900639E-10 9.4401698E-10 gauss-seidel spectral radius is 0.9829321 estimated iterations to convergence 63 setup time was (sec) 0.6700000 now iterating at: 16:42:51 rms-change max change #iterations 9.3655340E-02 12.01861 at 10iterations 6.7312699E-03 1.102951 at 20iterations 6.7750114E-04 0.1075802 at 30iterations 1.6086928E-04 2.4252415E-02 at 40iterations 4.9494836E-05 7.8649521E-03 at 50iterations finished qdiffx linear iterations at : 16:42:54 total time elapsed so far: 3.390000 # loops : 50 mean,max change (kT/e) : 4.9494836E-05 7.8649521E-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.580000 DelPhi exited at 16:42:54 3.581u 0.216s 0:04.09 92.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 Sat Oct 8 2011 at 16: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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4598 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 1.643203 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): 16.82000 78.78500 ymin,ymax (A): 118.8150 183.8100 zmin,zma (A): -1.776000 59.49400 x,y,z range (A): 61.96500 64.99500 61.27000 scale (grids/A): 1.643203 object centre (A): 47.80250 151.3125 28.85900 number of atom coordinates read : 4598 total number of charged atoms : 4396 net assigned charge : 3.000041 assigned positive charge : 701.8927 centred at (gu) : 95.17461 87.80443 81.70116 assigned negative charge : -698.8961 centred at (gu) : 95.06041 87.54073 81.74525 start vw surface at 0.1900000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 98440 reading accessible surface arcs data from file ARCDAT no. of arc points read = 37787 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 30758 mr = 69106 m= 3597 mr = 21436 m= 101 mr = 2003 m= 1 mr = 13 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 1668 time to turn everything in is 0.6700000 number of dielectric boundary points 40339 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 436 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 33733 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.5477345 object centre at (A) : 47.80250 151.3125 28.85900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.7001268E-03 8.9613022E-03 midg,1,midg; midg,igrid,midg 1.4937631E-02 3.3266343E-02 1,midg,midg; igrid,midg,midg -1.1081393E-02 -1.5816608E-02 gauss-seidel spectral radius is 0.9983575 estimated iterations to convergence 196 setup time was (sec) 0.9800000 now iterating at: 16:42:55 rms-change max change #iterations 4.371772 248.4401 at 10iterations 1.902299 100.0314 at 20iterations 0.8251591 38.49582 at 30iterations 0.3599687 12.12402 at 40iterations 0.1568009 5.275434 at 50iterations 6.8268090E-02 2.184095 at 60iterations 2.9767551E-02 0.9260101 at 70iterations 1.2953066E-02 0.4200993 at 80iterations 5.6660548E-03 0.1712065 at 90iterations 2.4874373E-03 7.2715759E-02 at 100iterations 1.0904706E-03 3.1608582E-02 at 110iterations 4.8067197E-04 1.4178276E-02 at 120iterations finished qdiffx linear iterations at : 16:43:02 total time elapsed so far: 7.970000 # loops : 120 mean,max change (kT/e) : 4.8067197E-04 1.4178276E-02 energy calculations done at 7.970000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.140000 DelPhi exited at 16:43:03 8.142u 0.248s 0:08.70 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 16:43:03 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4598 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 2.464805 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): 16.82000 78.78500 ymin,ymax (A): 118.8150 183.8100 zmin,zma (A): -1.776000 59.49400 x,y,z range (A): 61.96500 64.99500 61.27000 scale (grids/A): 2.464805 object centre (A): 47.80250 151.3125 28.85900 number of atom coordinates read : 4598 total number of charged atoms : 4396 net assigned charge : 3.000041 assigned positive charge : 701.8927 centred at (gu) : 97.76163 86.70642 77.55162 assigned negative charge : -698.8961 centred at (gu) : 97.59063 86.31083 77.61769 start vw surface at 0.1900000 fill in re-entrant regions at 0.5600000 boundary points on vw surface= 229471 reading accessible surface arcs data from file ARCDAT no. of arc points read = 37787 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 106403 mr = 168961 m= 31238 mr = 85263 m= 5884 mr = 23648 m= 549 mr = 4181 m= 18 mr = 329 m= 0 mr = 0 time to grow re-entrant surface = 0.9600000 no. cavity mid-points inaccessible to solvent = 5523 time to turn everything in is 1.670000 number of dielectric boundary points 91181 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 22 iepsmp to db, and charging done at 1.820000 number of grid points assigned charge 35130 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.643203 object centre at (A) : 47.80250 151.3125 28.85900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.7596232E-03 0.1717341 midg,1,midg; midg,igrid,midg 0.2168038 0.5824966 1,midg,midg; igrid,midg,midg -0.1483773 -0.2623992 gauss-seidel spectral radius is 0.9992190 estimated iterations to convergence 282 setup time was (sec) 2.000000 now iterating at: 16:43:05 rms-change max change #iterations 11.17114 358.2627 at 10iterations 6.447536 137.7220 at 20iterations 3.701561 72.78388 at 30iterations 2.120979 37.94942 at 40iterations 1.210059 22.96873 at 50iterations 0.6898872 12.29184 at 60iterations 0.3924271 6.623800 at 70iterations 0.2223163 4.334187 at 80iterations 0.1262765 2.373890 at 90iterations 7.1531117E-02 1.184590 at 100iterations 4.0490907E-02 0.7114410 at 110iterations 2.3043282E-02 0.4305897 at 120iterations 1.3061029E-02 0.2394989 at 130iterations 7.3783523E-03 0.1277428 at 140iterations 4.1815233E-03 6.7016602E-02 at 150iterations 2.3699973E-03 3.8747787E-02 at 160iterations 1.3388660E-03 2.1476991E-02 at 170iterations 7.5938663E-04 1.4373779E-02 at 180iterations finished qdiffx linear iterations at : 16:43:17 total time elapsed so far: 13.57000 # loops : 180 mean,max change (kT/e) : 7.5938663E-04 1.4373779E-02 energy calculations done at 13.57000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.74000 DelPhi exited at 16:43:17 13.744u 0.246s 0:14.28 97.8% 0+0k 0+0io 0pf+0w