Sun Oct 9 06:31:10 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 Sun Oct 9 2011 at 06:31:10 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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1994 !!! WARNING: GLM 35 has a net charge of -0.0940 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 300 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6627942 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): 1.878000 44.32300 ymin,ymax (A): -9.236000 36.95000 zmin,zma (A): -25.14500 28.56700 x,y,z range (A): 42.44500 46.18600 53.71200 scale (grids/A): 0.6627942 object centre (A): 23.10050 13.85700 1.710999 number of atom coordinates read : 1994 total number of charged atoms : 1851 net assigned charge : -2.593985 assigned positive charge : 299.7380 centred at (gu) : 89.88041 89.47070 88.79616 assigned negative charge : -302.3320 centred at (gu) : 89.74353 89.29887 88.73761 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5947 nv = 96 ne = 84 npr = 41414 no. pairs analyzed = 41414 no. exposed pairs = 2404 no. arc points = 17438 no. surface atoms = 811 nbur = 1183 mkacc time = 6.9999993E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 316 mr = 3285 m= 3 mr = 65 m= 0 mr = 0 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 32 time to turn everything in is 0.1700000 number of dielectric boundary points 2916 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1703 ## 160 charges are in solution ## iepsmp to db, and charging done at 0.2400000 number of grid points assigned charge 6851 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.1139506E-08 2.1686666E-09 midg,1,midg; midg,igrid,midg -3.9826258E-08 1.8886894E-08 1,midg,midg; igrid,midg,midg -3.0417588E-08 1.5170681E-08 gauss-seidel spectral radius is 0.9881451 estimated iterations to convergence 75 setup time was (sec) 0.3700000 now iterating at: 06:31:11 rms-change max change #iterations 0.1480088 20.97101 at 10iterations 1.5731387E-02 2.448498 at 20iterations 1.6692589E-03 0.2808838 at 30iterations 1.8033953E-04 2.7136326E-02 at 40iterations 1.9050118E-05 2.8610229E-03 at 50iterations finished qdiffx linear iterations at : 06:31:14 total time elapsed so far: 3.230000 # loops : 50 mean,max change (kT/e) : 1.9050118E-05 2.8610229E-03 energy calculations done at 3.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.360000 DelPhi exited at 06:31:14 3.363u 0.162s 0:03.79 92.8% 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 06:31:14 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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1994 !!! WARNING: GLM 35 has a net charge of -0.0940 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 300 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.988383 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): 1.878000 44.32300 ymin,ymax (A): -9.236000 36.95000 zmin,zma (A): -25.14500 28.56700 x,y,z range (A): 42.44500 46.18600 53.71200 scale (grids/A): 1.988383 object centre (A): 23.10050 13.85700 1.710999 number of atom coordinates read : 1994 total number of charged atoms : 1851 net assigned charge : -2.593985 assigned positive charge : 299.7380 centred at (gu) : 89.64146 88.41222 86.38853 assigned negative charge : -302.3320 centred at (gu) : 89.23067 87.89669 86.21265 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 63087 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17438 grid for indexing accessible points = 1.400000 m= 23521 mr = 43484 m= 4087 mr = 17846 m= 342 mr = 2742 m= 6 mr = 167 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 635 time to turn everything in is 0.3100000 number of dielectric boundary points 26804 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 92 iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 14651 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.6627942 object centre at (A) : 23.10050 13.85700 1.710999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.4797074E-02 2.6525903E-02 midg,1,midg; midg,igrid,midg -3.3769853E-02 1.3454797E-02 1,midg,midg; igrid,midg,midg -2.6194844E-02 1.5154603E-02 gauss-seidel spectral radius is 0.9986806 estimated iterations to convergence 218 setup time was (sec) 0.5300000 now iterating at: 06:31:15 rms-change max change #iterations 4.060960 176.9839 at 10iterations 1.923670 67.80130 at 20iterations 0.9081339 31.62277 at 30iterations 0.4317830 16.03740 at 40iterations 0.2045553 6.607018 at 50iterations 9.6976504E-02 3.283821 at 60iterations 4.5930758E-02 1.639767 at 70iterations 2.1769157E-02 0.8080521 at 80iterations 1.0309839E-02 0.3392172 at 90iterations 4.9124011E-03 0.1722373 at 100iterations 2.3273393E-03 7.2425842E-02 at 110iterations 1.1024139E-03 3.7929535E-02 at 120iterations finished qdiffx linear iterations at : 06:31:22 total time elapsed so far: 7.530000 # loops : 120 mean,max change (kT/e) : 1.1024139E-03 3.7929535E-02 energy calculations done at 7.530000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.660000 DelPhi exited at 06:31:22 7.666u 0.205s 0:08.35 94.1% 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 06:31:23 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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1994 !!! WARNING: GLM 35 has a net charge of -0.0940 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 300 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.982574 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): 1.878000 44.32300 ymin,ymax (A): -9.236000 36.95000 zmin,zma (A): -25.14500 28.56700 x,y,z range (A): 42.44500 46.18600 53.71200 scale (grids/A): 2.982574 object centre (A): 23.10050 13.85700 1.710999 number of atom coordinates read : 1994 total number of charged atoms : 1851 net assigned charge : -2.593985 assigned positive charge : 299.7380 centred at (gu) : 89.46225 87.61838 84.58276 assigned negative charge : -302.3320 centred at (gu) : 88.84604 86.84498 84.31915 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 145565 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17438 grid for indexing accessible points = 1.400000 m= 74840 mr = 105007 m= 28457 mr = 61970 m= 7595 mr = 23510 m= 1453 mr = 6027 m= 170 mr = 1129 m= 7 mr = 95 m= 0 mr = 0 time to grow re-entrant surface = 0.4600000 no. cavity mid-points inaccessible to solvent = 2008 time to turn everything in is 0.8100000 number of dielectric boundary points 60349 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.9000000 number of grid points assigned charge 14808 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.988383 object centre at (A) : 23.10050 13.85700 1.710999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.5473135 0.8508822 midg,1,midg; midg,igrid,midg -0.2863695 0.1598589 1,midg,midg; igrid,midg,midg -0.2435212 0.1367002 gauss-seidel spectral radius is 0.9992536 estimated iterations to convergence 289 setup time was (sec) 1.050000 now iterating at: 06:31:24 rms-change max change #iterations 9.286427 486.6842 at 10iterations 5.344041 128.5993 at 20iterations 3.066550 67.59959 at 30iterations 1.761038 38.52221 at 40iterations 1.006916 20.22078 at 50iterations 0.5775226 10.59870 at 60iterations 0.3313082 6.616028 at 70iterations 0.1890454 3.832745 at 80iterations 0.1086784 2.251551 at 90iterations 6.2204570E-02 1.186356 at 100iterations 3.5565224E-02 0.7068243 at 110iterations 2.0319099E-02 0.3857231 at 120iterations 1.1648431E-02 0.2140098 at 130iterations 6.6766343E-03 0.1188278 at 140iterations 3.8276387E-03 7.0636749E-02 at 150iterations 2.1902793E-03 3.9458275E-02 at 160iterations 1.2518107E-03 2.4066925E-02 at 170iterations 7.1776815E-04 1.2886047E-02 at 180iterations finished qdiffx linear iterations at : 06:31:35 total time elapsed so far: 12.14000 # loops : 180 mean,max change (kT/e) : 7.1776815E-04 1.2886047E-02 energy calculations done at 12.14000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.27000 DelPhi exited at 06:31:35 12.273u 0.209s 0:12.75 97.8% 0+0k 0+0io 0pf+0w