Sat Oct 15 14:28:49 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+sph2.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 = amb2.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 15 2011 at 14:28: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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3007 !!! WARNING: HIR 137 has a net charge of 0.5140 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.5255854 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): -11.06500 36.09000 ymin,ymax (A): -33.38700 34.34700 zmin,zma (A): 3.368000 51.84400 x,y,z range (A): 47.15500 67.73400 48.47600 scale (grids/A): 0.5255854 object centre (A): 12.51250 0.4799995 27.60600 number of atom coordinates read : 3007 total number of charged atoms : 2865 net assigned charge : -5.985968 assigned positive charge : 453.0488 centred at (gu) : 90.13533 90.58636 90.81541 assigned negative charge : -459.0361 centred at (gu) : 90.11201 90.63271 90.71594 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 5324 nv = 96 ne = 84 npr = 60177 no. pairs analyzed = 60177 no. exposed pairs = 4035 no. arc points = 28619 no. surface atoms = 1349 nbur = 1658 mkacc time = 0.1000000 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= 203 mr = 2561 m= 1 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 2959 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2816 ## 378 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 7059 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.8766038E-10 1.7589841E-10 midg,1,midg; midg,igrid,midg -1.9293294E-11 -3.5930706E-10 1,midg,midg; igrid,midg,midg -2.2914717E-10 -9.5310579E-11 gauss-seidel spectral radius is 0.9813587 estimated iterations to convergence 60 setup time was (sec) 0.4200000 now iterating at: 14:28:50 rms-change max change #iterations 6.0242102E-02 11.08322 at 10iterations 3.6261762E-03 0.6407204 at 20iterations 2.1409233E-04 3.7766457E-02 at 30iterations 1.2655378E-05 2.1810532E-03 at 40iterations 7.6378933E-07 1.3732910E-04 at 50iterations finished qdiffx linear iterations at : 14:28:56 total time elapsed so far: 3.460000 # loops : 50 mean,max change (kT/e) : 7.6378933E-07 1.3732910E-04 energy calculations done at 3.460000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.600000 DelPhi exited at 14:28:56 3.604u 0.187s 0:06.78 55.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 15 2011 at 14:28: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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3007 !!! WARNING: HIR 137 has a net charge of 0.5140 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.576756 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): -11.06500 36.09000 ymin,ymax (A): -33.38700 34.34700 zmin,zma (A): 3.368000 51.84400 x,y,z range (A): 47.15500 67.73400 48.47600 scale (grids/A): 1.576756 object centre (A): 12.51250 0.4799995 27.60600 number of atom coordinates read : 3007 total number of charged atoms : 2865 net assigned charge : -5.985968 assigned positive charge : 453.0488 centred at (gu) : 90.40495 91.75819 92.44521 assigned negative charge : -459.0361 centred at (gu) : 90.33569 91.89785 92.14756 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 59788 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28619 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 16852 mr = 39150 m= 1491 mr = 10815 m= 31 mr = 608 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 903 time to turn everything in is 0.3200000 number of dielectric boundary points 27589 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 375 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 21780 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.5255854 object centre at (A) : 12.51250 0.4799995 27.60600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3048326E-02 5.1067979E-03 midg,1,midg; midg,igrid,midg -1.2718452E-02 -9.6325781E-03 1,midg,midg; igrid,midg,midg -3.1454312E-03 -2.1008071E-03 gauss-seidel spectral radius is 0.9980530 estimated iterations to convergence 180 setup time was (sec) 0.5800000 now iterating at: 14:28:57 rms-change max change #iterations 3.092082 140.7815 at 10iterations 1.241508 54.34460 at 20iterations 0.5014769 21.09609 at 30iterations 0.2013430 8.189137 at 40iterations 8.1275992E-02 3.653940 at 50iterations 3.2872085E-02 1.249624 at 60iterations 1.3194458E-02 0.5456045 at 70iterations 5.3522694E-03 0.2298965 at 80iterations 2.1625189E-03 8.4653854E-02 at 90iterations 8.7246567E-04 3.2196045E-02 at 100iterations 3.5373154E-04 1.3208389E-02 at 110iterations 1.4277054E-04 5.5847168E-03 at 120iterations finished qdiffx linear iterations at : 14:29:05 total time elapsed so far: 8.450000 # loops : 120 mean,max change (kT/e) : 1.4277054E-04 5.5847168E-03 energy calculations done at 8.450000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.580000 DelPhi exited at 14:29:06 8.579u 0.265s 0:09.25 95.4% 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 15 2011 at 14:29:06 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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3007 !!! WARNING: HIR 137 has a net charge of 0.5140 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.365134 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): -11.06500 36.09000 ymin,ymax (A): -33.38700 34.34700 zmin,zma (A): 3.368000 51.84400 x,y,z range (A): 47.15500 67.73400 48.47600 scale (grids/A): 2.365134 object centre (A): 12.51250 0.4799995 27.60600 number of atom coordinates read : 3007 total number of charged atoms : 2865 net assigned charge : -5.985968 assigned positive charge : 453.0488 centred at (gu) : 90.60736 92.63714 93.66772 assigned negative charge : -459.0361 centred at (gu) : 90.50340 92.84665 93.22124 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 139012 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28619 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 59908 mr = 96589 m= 15362 mr = 45655 m= 2117 mr = 10732 m= 110 mr = 1245 m= 2 mr = 23 m= 0 mr = 0 time to grow re-entrant surface = 0.4000000 no. cavity mid-points inaccessible to solvent = 3247 time to turn everything in is 0.7100000 number of dielectric boundary points 62267 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 29 iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 22883 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.576756 object centre at (A) : 12.51250 0.4799995 27.60600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2089360 0.1247891 midg,1,midg; midg,igrid,midg -0.2666110 -0.1601842 1,midg,midg; igrid,midg,midg -4.8434775E-02 -3.5213117E-02 gauss-seidel spectral radius is 0.9990990 estimated iterations to convergence 263 setup time was (sec) 0.9700000 now iterating at: 14:29:07 rms-change max change #iterations 8.243293 293.4720 at 10iterations 4.558302 122.2628 at 20iterations 2.502392 55.09064 at 30iterations 1.368345 32.63773 at 40iterations 0.7473767 16.79414 at 50iterations 0.4058975 9.569214 at 60iterations 0.2212214 4.969593 at 70iterations 0.1199625 2.689287 at 80iterations 6.5095276E-02 1.554508 at 90iterations 3.5297152E-02 0.7319131 at 100iterations 1.9146057E-02 0.4569302 at 110iterations 1.0316434E-02 0.2353516 at 120iterations 5.6000017E-03 0.1174879 at 130iterations 3.0364634E-03 6.4884186E-02 at 140iterations 1.6427661E-03 3.7573338E-02 at 150iterations 8.8864123E-04 1.9142151E-02 at 160iterations 4.8060462E-04 1.0489464E-02 at 170iterations 2.6007142E-04 5.7640076E-03 at 180iterations finished qdiffx linear iterations at : 14:29:31 total time elapsed so far: 12.91000 # loops : 180 mean,max change (kT/e) : 2.6007142E-04 5.7640076E-03 energy calculations done at 12.91000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.04000 DelPhi exited at 14:29:32 13.040u 0.256s 0:26.11 50.9% 0+0k 0+0io 0pf+0w