Sun Oct 9 03:10:51 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 03:10:51 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: 302 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4604 !!! WARNING: SEP 530 has a net charge of -0.4750 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: 0.5200725 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): 215.0780 276.0170 ymin,ymax (A): 71.70100 140.1530 zmin,zma (A): -70.09200 -6.305000 x,y,z range (A): 60.93901 68.45200 63.78700 scale (grids/A): 0.5200725 object centre (A): 245.5475 105.9270 -38.19850 number of atom coordinates read : 4604 total number of charged atoms : 4427 net assigned charge : 18.02495 assigned positive charge : 682.4705 centred at (gu) : 91.28825 87.40463 90.89533 assigned negative charge : -664.4509 centred at (gu) : 91.36697 87.40406 90.97999 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 7801 nv = 96 ne = 84 npr = 93249 no. pairs analyzed = 93249 no. exposed pairs = 6082 no. arc points = 40353 no. surface atoms = 2078 nbur = 2526 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.624000 m= 297 mr = 3864 m= 2 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 4227 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4028 ## 539 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 10472 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.4664917E-10 1.0455292E-10 midg,1,midg; midg,igrid,midg 7.5315754E-10 2.0605408E-10 1,midg,midg; igrid,midg,midg 4.8016230E-10 1.4384442E-10 gauss-seidel spectral radius is 0.9810777 estimated iterations to convergence 60 setup time was (sec) 0.6500000 now iterating at: 03:10:52 rms-change max change #iterations 7.0792355E-02 12.37233 at 10iterations 6.0207439E-03 0.9361687 at 20iterations 1.5854241E-03 0.2335854 at 30iterations 5.7521980E-04 8.0799103E-02 at 40iterations 2.1232825E-04 2.8869629E-02 at 50iterations finished qdiffx linear iterations at : 03:10:54 total time elapsed so far: 3.050000 # loops : 50 mean,max change (kT/e) : 2.1232825E-04 2.8869629E-02 energy calculations done at 3.050000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.210000 DelPhi exited at 03:10:55 3.214u 0.146s 0:03.63 92.2% 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 03:10:55 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: 302 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4604 !!! WARNING: SEP 530 has a net charge of -0.4750 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.560217 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): 215.0780 276.0170 ymin,ymax (A): 71.70100 140.1530 zmin,zma (A): -70.09200 -6.305000 x,y,z range (A): 60.93901 68.45200 63.78700 scale (grids/A): 1.560217 object centre (A): 245.5475 105.9270 -38.19850 number of atom coordinates read : 4604 total number of charged atoms : 4427 net assigned charge : 18.02495 assigned positive charge : 682.4705 centred at (gu) : 93.86320 82.21220 92.68413 assigned negative charge : -664.4509 centred at (gu) : 94.10037 82.21172 92.93974 start vw surface at 0.1900000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 86392 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40353 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 26117 mr = 57639 m= 2494 mr = 17270 m= 55 mr = 1092 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 640 time to turn everything in is 0.6000000 number of dielectric boundary points 39057 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 495 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.7300000 number of grid points assigned charge 33453 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.5200725 object centre at (A) : 245.5475 105.9270 -38.19850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.6006726E-02 6.5932143E-03 midg,1,midg; midg,igrid,midg 3.5192534E-02 1.1851337E-02 1,midg,midg; igrid,midg,midg 8.7239612E-03 1.7140232E-03 gauss-seidel spectral radius is 0.9981699 estimated iterations to convergence 186 setup time was (sec) 0.8800000 now iterating at: 03:10:56 rms-change max change #iterations 3.788842 147.3670 at 10iterations 1.574737 54.19076 at 20iterations 0.6547577 23.53253 at 30iterations 0.2724196 9.442461 at 40iterations 0.1135171 3.630706 at 50iterations 4.7630928E-02 1.641602 at 60iterations 2.0131456E-02 0.6397867 at 70iterations 8.8259531E-03 0.2818794 at 80iterations 4.0833368E-03 0.1405325 at 90iterations 2.1596446E-03 7.4234009E-02 at 100iterations 1.3045018E-03 3.8909912E-02 at 110iterations 8.6240337E-04 2.6100159E-02 at 120iterations finished qdiffx linear iterations at : 03:11:02 total time elapsed so far: 6.890000 # loops : 120 mean,max change (kT/e) : 8.6240337E-04 2.6100159E-02 energy calculations done at 6.890000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.060000 DelPhi exited at 03:11:02 7.060u 0.153s 0:07.49 96.2% 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 03:11:02 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: 302 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4604 !!! WARNING: SEP 530 has a net charge of -0.4750 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 2.340326 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): 215.0780 276.0170 ymin,ymax (A): 71.70100 140.1530 zmin,zma (A): -70.09200 -6.305000 x,y,z range (A): 60.93901 68.45200 63.78700 scale (grids/A): 2.340326 object centre (A): 245.5475 105.9270 -38.19850 number of atom coordinates read : 4604 total number of charged atoms : 4427 net assigned charge : 18.02495 assigned positive charge : 682.4705 centred at (gu) : 95.79419 78.31792 94.02578 assigned negative charge : -664.4509 centred at (gu) : 96.15047 78.31760 94.40958 start vw surface at 0.1900000 fill in re-entrant regions at 0.4900000 boundary points on vw surface= 200864 reading accessible surface arcs data from file ARCDAT no. of arc points read = 40353 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 90318 mr = 141981 m= 25044 mr = 69312 m= 3701 mr = 18216 m= 217 mr = 2225 m= 2 mr = 66 m= 0 mr = 0 time to grow re-entrant surface = 0.8400000 no. cavity mid-points inaccessible to solvent = 2293 time to turn everything in is 1.440000 number of dielectric boundary points 88346 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 60 iepsmp to db, and charging done at 1.570000 number of grid points assigned charge 35330 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.560217 object centre at (A) : 245.5475 105.9270 -38.19850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5760262 7.6961190E-02 midg,1,midg; midg,igrid,midg 0.4854402 0.1805661 1,midg,midg; igrid,midg,midg 0.1694356 -1.5729376E-03 gauss-seidel spectral radius is 0.9991751 estimated iterations to convergence 275 setup time was (sec) 1.720000 now iterating at: 03:11:04 rms-change max change #iterations 10.21337 327.6008 at 10iterations 5.921641 202.9014 at 20iterations 3.397473 77.70167 at 30iterations 1.941260 46.49131 at 40iterations 1.099049 23.49179 at 50iterations 0.6195963 13.42172 at 60iterations 0.3498111 7.400639 at 70iterations 0.1964359 4.851409 at 80iterations 0.1101150 2.117613 at 90iterations 6.1953012E-02 1.199732 at 100iterations 3.4757465E-02 0.6912327 at 110iterations 1.9510532E-02 0.4295726 at 120iterations 1.1014443E-02 0.2020321 at 130iterations 6.2657800E-03 0.1200371 at 140iterations 3.6227321E-03 7.5798035E-02 at 150iterations 2.1642193E-03 4.4727325E-02 at 160iterations 1.3494956E-03 2.7130127E-02 at 170iterations 8.9130865E-04 1.8920898E-02 at 180iterations finished qdiffx linear iterations at : 03:11:14 total time elapsed so far: 11.59000 # loops : 180 mean,max change (kT/e) : 8.9130865E-04 1.8920898E-02 energy calculations done at 11.59000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.76000 DelPhi exited at 03:11:15 11.763u 0.187s 0:12.33 96.8% 0+0k 0+0io 0pf+0w