Tue Oct 11 06:58:33 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 Tue Oct 11 2011 at 06:58:33 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 = 2972 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5406308 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): -19.73700 46.11200 ymin,ymax (A): 21.47600 76.88500 zmin,zma (A): -71.67800 -23.23700 x,y,z range (A): 65.84900 55.40900 48.44100 scale (grids/A): 0.5406308 object centre (A): 13.18750 49.18050 -47.45750 number of atom coordinates read : 2972 total number of charged atoms : 2832 net assigned charge : 9.0301037E-06 assigned positive charge : 433.7415 centred at (gu) : 88.99297 90.14845 89.94715 assigned negative charge : -433.7422 centred at (gu) : 89.03295 90.24667 89.95576 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 5608 nv = 96 ne = 84 npr = 61252 no. pairs analyzed = 61252 no. exposed pairs = 3694 no. arc points = 26136 no. surface atoms = 1255 nbur = 1717 mkacc time = 0.1300000 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.596000 m= 238 mr = 2912 m= 1 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3200000 number of dielectric boundary points 2924 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2602 ## 339 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 7370 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.4906960E-11 -4.6283817E-11 midg,1,midg; midg,igrid,midg 4.9352383E-10 -5.4828980E-10 1,midg,midg; igrid,midg,midg 2.7091315E-10 -1.6599971E-10 gauss-seidel spectral radius is 0.9823657 estimated iterations to convergence 62 setup time was (sec) 0.5300000 now iterating at: 06:58:34 rms-change max change #iterations 7.0221260E-02 12.12682 at 10iterations 4.7683753E-03 0.7373576 at 20iterations 4.0099729E-04 6.8253517E-02 at 30iterations 6.1627034E-05 1.4751434E-02 at 40iterations 1.3460868E-05 3.3369064E-03 at 50iterations finished qdiffx linear iterations at : 06:58:36 total time elapsed so far: 3.160000 # loops : 50 mean,max change (kT/e) : 1.3460868E-05 3.3369064E-03 energy calculations done at 3.160000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.330000 DelPhi exited at 06:58:37 3.337u 0.174s 0:03.93 89.0% 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 Tue Oct 11 2011 at 06:58:37 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 = 2972 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.621893 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): -19.73700 46.11200 ymin,ymax (A): 21.47600 76.88500 zmin,zma (A): -71.67800 -23.23700 x,y,z range (A): 65.84900 55.40900 48.44100 scale (grids/A): 1.621893 object centre (A): 13.18750 49.18050 -47.45750 number of atom coordinates read : 2972 total number of charged atoms : 2832 net assigned charge : 9.0301037E-06 assigned positive charge : 433.7415 centred at (gu) : 86.97814 90.44463 89.84087 assigned negative charge : -433.7422 centred at (gu) : 87.09866 90.73951 89.86710 start vw surface at 0.1500000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 61834 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26136 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 18995 mr = 41459 m= 2017 mr = 13195 m= 30 mr = 1078 m= 1 mr = 2 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4500000 number of dielectric boundary points 27143 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 290 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 21751 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.5406308 object centre at (A) : 13.18750 49.18050 -47.45750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.2577214E-03 7.9456540E-03 midg,1,midg; midg,igrid,midg -3.5076165E-03 4.4275322E-03 1,midg,midg; igrid,midg,midg 4.4783512E-03 -2.2187321E-02 gauss-seidel spectral radius is 0.9981624 estimated iterations to convergence 185 setup time was (sec) 0.7300000 now iterating at: 06:58:38 rms-change max change #iterations 3.231344 168.8966 at 10iterations 1.338077 55.04632 at 20iterations 0.5558963 22.63447 at 30iterations 0.2304527 9.116583 at 40iterations 9.5951371E-02 3.850275 at 50iterations 3.9767176E-02 1.535319 at 60iterations 1.6541900E-02 0.5582495 at 70iterations 6.8868836E-03 0.2588778 at 80iterations 2.9006433E-03 0.1157086 at 90iterations 1.2191737E-03 4.6936035E-02 at 100iterations 5.2164216E-04 1.9388199E-02 at 110iterations 2.3321860E-04 9.4947815E-03 at 120iterations finished qdiffx linear iterations at : 06:58:44 total time elapsed so far: 7.110000 # loops : 120 mean,max change (kT/e) : 2.3321860E-04 9.4947815E-03 energy calculations done at 7.110000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.280000 DelPhi exited at 06:58:45 7.282u 0.213s 0:07.78 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 Tue Oct 11 2011 at 06:58:45 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 = 2972 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.432839 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): -19.73700 46.11200 ymin,ymax (A): 21.47600 76.88500 zmin,zma (A): -71.67800 -23.23700 x,y,z range (A): 65.84900 55.40900 48.44100 scale (grids/A): 2.432839 object centre (A): 13.18750 49.18050 -47.45750 number of atom coordinates read : 2972 total number of charged atoms : 2832 net assigned charge : 9.0301037E-06 assigned positive charge : 433.7415 centred at (gu) : 85.46712 90.66690 89.76103 assigned negative charge : -433.7422 centred at (gu) : 85.64791 91.10920 89.80053 start vw surface at 0.1400000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 143594 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26136 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 65548 mr = 101611 m= 19373 mr = 51925 m= 3121 mr = 14871 m= 199 mr = 2191 m= 4 mr = 106 m= 0 mr = 0 time to grow re-entrant surface = 0.5900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.050000 number of dielectric boundary points 61135 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 23 iepsmp to db, and charging done at 1.180000 number of grid points assigned charge 22622 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.621893 object centre at (A) : 13.18750 49.18050 -47.45750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.5880721E-02 0.1422750 midg,1,midg; midg,igrid,midg -5.7942171E-02 0.1244018 1,midg,midg; igrid,midg,midg -1.4244188E-02 -0.4905265 gauss-seidel spectral radius is 0.9991323 estimated iterations to convergence 268 setup time was (sec) 1.340000 now iterating at: 06:58:46 rms-change max change #iterations 8.344395 257.6172 at 10iterations 4.679773 110.9768 at 20iterations 2.611304 63.06284 at 30iterations 1.449009 32.89176 at 40iterations 0.8020342 18.39609 at 50iterations 0.4429443 9.215981 at 60iterations 0.2441180 5.274027 at 70iterations 0.1345952 2.821585 at 80iterations 7.4005120E-02 1.662464 at 90iterations 4.0588848E-02 0.9447002 at 100iterations 2.2327298E-02 0.4587183 at 110iterations 1.2245742E-02 0.2662058 at 120iterations 6.7181136E-03 0.1620359 at 130iterations 3.6771002E-03 7.7559948E-02 at 140iterations 2.0150377E-03 4.0949821E-02 at 150iterations 1.1070039E-03 2.4299622E-02 at 160iterations 6.0579932E-04 1.2923241E-02 at 170iterations 3.3192901E-04 6.6518784E-03 at 180iterations finished qdiffx linear iterations at : 06:58:56 total time elapsed so far: 11.53000 # loops : 180 mean,max change (kT/e) : 3.3192901E-04 6.6518784E-03 energy calculations done at 11.53000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.71000 DelPhi exited at 06:58:57 11.710u 0.232s 0:12.45 95.9% 0+0k 0+0io 0pf+0w