Mon Oct 10 17:05:09 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 Mon Oct 10 2011 at 17:05:09 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 = 2711 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.5837309 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.478000 62.46500 ymin,ymax (A): 12.10700 58.78700 zmin,zma (A): -7.778000 40.12900 x,y,z range (A): 60.98700 46.68000 47.90700 scale (grids/A): 0.5837309 object centre (A): 31.97150 35.44700 16.17550 number of atom coordinates read : 2711 total number of charged atoms : 2572 net assigned charge : -2.499970 assigned positive charge : 403.2476 centred at (gu) : 89.48948 90.03875 89.51763 assigned negative charge : -405.7484 centred at (gu) : 89.49953 90.22818 89.40530 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6094 nv = 96 ne = 84 npr = 54667 no. pairs analyzed = 54667 no. exposed pairs = 3561 no. arc points = 25205 no. surface atoms = 1192 nbur = 1519 mkacc time = 9.0000004E-02 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.484000 m= 252 mr = 3107 m= 1 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2100000 number of dielectric boundary points 3220 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2508 ## 279 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 7705 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.5719760E-09 1.7081577E-09 midg,1,midg; midg,igrid,midg 3.5752648E-09 -5.0501860E-09 1,midg,midg; igrid,midg,midg -4.1696455E-10 -7.3875722E-10 gauss-seidel spectral radius is 0.9848323 estimated iterations to convergence 67 setup time was (sec) 0.3900000 now iterating at: 17:05:09 rms-change max change #iterations 9.5183209E-02 14.27761 at 10iterations 7.4032554E-03 1.206730 at 20iterations 5.8840931E-04 9.6445322E-02 at 30iterations 4.7351434E-05 7.1458817E-03 at 40iterations 3.9114916E-06 5.3977966E-04 at 50iterations finished qdiffx linear iterations at : 17:05:12 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 3.9114916E-06 5.3977966E-04 energy calculations done at 3.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.440000 DelPhi exited at 17:05:13 3.445u 0.170s 0:03.97 90.9% 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 Mon Oct 10 2011 at 17:05:13 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 = 2711 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.751193 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.478000 62.46500 ymin,ymax (A): 12.10700 58.78700 zmin,zma (A): -7.778000 40.12900 x,y,z range (A): 60.98700 46.68000 47.90700 scale (grids/A): 1.751193 object centre (A): 31.97150 35.44700 16.17550 number of atom coordinates read : 2711 total number of charged atoms : 2572 net assigned charge : -2.499970 assigned positive charge : 403.2476 centred at (gu) : 88.46764 90.11546 88.55233 assigned negative charge : -405.7484 centred at (gu) : 88.49829 90.68465 88.21579 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 66830 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25205 grid for indexing accessible points = 1.400000 m= 20898 mr = 44919 m= 2431 mr = 14219 m= 107 mr = 1194 m= 1 mr = 29 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 1145 time to turn everything in is 0.3200000 number of dielectric boundary points 29906 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 237 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 20009 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.5837309 object centre at (A) : 31.97150 35.44700 16.17550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.6841139E-03 3.4250882E-03 midg,1,midg; midg,igrid,midg 1.2421971E-02 -2.7975701E-02 1,midg,midg; igrid,midg,midg 3.4704625E-03 -1.1113023E-02 gauss-seidel spectral radius is 0.9984041 estimated iterations to convergence 199 setup time was (sec) 0.5500000 now iterating at: 17:05:13 rms-change max change #iterations 3.648183 164.6030 at 10iterations 1.594202 63.65839 at 20iterations 0.6996257 24.15030 at 30iterations 0.3088225 11.15572 at 40iterations 0.1356235 4.909531 at 50iterations 5.9816323E-02 2.278786 at 60iterations 2.6223050E-02 0.8443255 at 70iterations 1.1518684E-02 0.3742471 at 80iterations 5.0727222E-03 0.1674509 at 90iterations 2.2438788E-03 8.1318200E-02 at 100iterations 9.8258397E-04 3.4364462E-02 at 110iterations 4.3452563E-04 1.6435623E-02 at 120iterations finished qdiffx linear iterations at : 17:05:20 total time elapsed so far: 7.670000 # loops : 120 mean,max change (kT/e) : 4.3452563E-04 1.6435623E-02 energy calculations done at 7.670000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.820000 DelPhi exited at 17:05:21 7.824u 0.194s 0:08.38 95.5% 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 Mon Oct 10 2011 at 17:05:21 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 = 2711 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.626789 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.478000 62.46500 ymin,ymax (A): 12.10700 58.78700 zmin,zma (A): -7.778000 40.12900 x,y,z range (A): 60.98700 46.68000 47.90700 scale (grids/A): 2.626789 object centre (A): 31.97150 35.44700 16.17550 number of atom coordinates read : 2711 total number of charged atoms : 2572 net assigned charge : -2.499970 assigned positive charge : 403.2476 centred at (gu) : 87.70113 90.17311 87.82819 assigned negative charge : -405.7484 centred at (gu) : 87.74738 91.02695 87.32365 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 155032 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25205 grid for indexing accessible points = 1.400000 m= 71213 mr = 109639 m= 21536 mr = 55956 m= 3902 mr = 16229 m= 429 mr = 2500 m= 20 mr = 223 m= 0 mr = 1 time to grow re-entrant surface = 0.4500000 no. cavity mid-points inaccessible to solvent = 3737 time to turn everything in is 0.7900000 number of dielectric boundary points 67584 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 9 iepsmp to db, and charging done at 0.8800000 number of grid points assigned charge 20567 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.751193 object centre at (A) : 31.97150 35.44700 16.17550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.6421005E-02 3.1156812E-02 midg,1,midg; midg,igrid,midg 0.1833615 -0.3189691 1,midg,midg; igrid,midg,midg 0.1235330 -7.9167008E-02 gauss-seidel spectral radius is 0.9992043 estimated iterations to convergence 280 setup time was (sec) 1.020000 now iterating at: 17:05:22 rms-change max change #iterations 9.098782 321.7183 at 10iterations 5.222919 134.2981 at 20iterations 2.975498 71.41423 at 30iterations 1.693578 37.11719 at 40iterations 0.9568855 23.28316 at 50iterations 0.5412332 11.34077 at 60iterations 0.3058712 6.395183 at 70iterations 0.1724302 3.641344 at 80iterations 9.7206645E-02 1.914764 at 90iterations 5.4772291E-02 1.043169 at 100iterations 3.0846916E-02 0.6129456 at 110iterations 1.7328503E-02 0.3549757 at 120iterations 9.7299796E-03 0.2045074 at 130iterations 5.4900171E-03 0.1144924 at 140iterations 3.0857588E-03 5.8613777E-02 at 150iterations 1.7312946E-03 3.4577370E-02 at 160iterations 9.7238761E-04 1.9735336E-02 at 170iterations 5.4734951E-04 1.0334015E-02 at 180iterations finished qdiffx linear iterations at : 17:05:33 total time elapsed so far: 11.94000 # loops : 180 mean,max change (kT/e) : 5.4734951E-04 1.0334015E-02 energy calculations done at 11.94000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.07000 DelPhi exited at 17:05:34 12.069u 0.212s 0:12.57 97.6% 0+0k 0+0io 0pf+0w