Sun Oct 9 11:15:17 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 Sun Oct 9 2011 at 11:15:18 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 = 2852 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.6231075 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): -44.59200 12.54100 ymin,ymax (A): -25.10700 24.67600 zmin,zma (A): 0.1480000 57.19900 x,y,z range (A): 57.13300 49.78300 57.05100 scale (grids/A): 0.6231075 object centre (A): -16.02550 -0.2155008 28.67350 number of atom coordinates read : 2852 total number of charged atoms : 2751 net assigned charge : 1.500021 assigned positive charge : 420.1351 centred at (gu) : 89.36692 90.73940 88.79528 assigned negative charge : -418.6367 centred at (gu) : 89.35747 90.75808 88.83109 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 7774 nv = 96 ne = 84 npr = 55716 no. pairs analyzed = 55716 no. exposed pairs = 3909 no. arc points = 27401 no. surface atoms = 1300 nbur = 1552 mkacc time = 0.1000000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 461 mr = 4010 m= 1 mr = 55 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 11 time to turn everything in is 0.2100000 number of dielectric boundary points 4171 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2714 ## 236 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 9342 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.3463483E-09 -1.1423091E-09 midg,1,midg; midg,igrid,midg 2.3522797E-09 -2.0479371E-10 1,midg,midg; igrid,midg,midg 6.3682348E-10 1.7820625E-09 gauss-seidel spectral radius is 0.9866989 estimated iterations to convergence 71 setup time was (sec) 0.4000000 now iterating at: 11:15:18 rms-change max change #iterations 0.1294827 18.66196 at 10iterations 1.2557026E-02 1.660827 at 20iterations 1.3557971E-03 0.2456207 at 30iterations 2.2130235E-04 3.6504745E-02 at 40iterations 5.2794639E-05 9.2792511E-03 at 50iterations finished qdiffx linear iterations at : 11:15:21 total time elapsed so far: 3.320000 # loops : 50 mean,max change (kT/e) : 5.2794639E-05 9.2792511E-03 energy calculations done at 3.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.450000 DelPhi exited at 11:15:22 3.451u 0.174s 0:04.01 90.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 11:15:22 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 = 2852 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.869322 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): -44.59200 12.54100 ymin,ymax (A): -25.10700 24.67600 zmin,zma (A): 0.1480000 57.19900 x,y,z range (A): 57.13300 49.78300 57.05100 scale (grids/A): 1.869322 object centre (A): -16.02550 -0.2155008 28.67350 number of atom coordinates read : 2852 total number of charged atoms : 2751 net assigned charge : 1.500021 assigned positive charge : 420.1351 centred at (gu) : 88.09999 92.21729 86.38509 assigned negative charge : -418.6367 centred at (gu) : 88.07220 92.27422 86.49319 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 83373 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27401 grid for indexing accessible points = 1.400000 m= 30493 mr = 56129 m= 5296 mr = 21542 m= 308 mr = 3186 m= 6 mr = 81 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 255 time to turn everything in is 0.4100000 number of dielectric boundary points 38538 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 138 iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 21620 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.6231075 object centre at (A) : -16.02550 -0.2155008 28.67350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.4311445E-02 -1.3156317E-02 midg,1,midg; midg,igrid,midg 1.7141089E-02 1.4443240E-02 1,midg,midg; igrid,midg,midg -3.1896267E-02 1.2906341E-02 gauss-seidel spectral radius is 0.9986336 estimated iterations to convergence 214 setup time was (sec) 0.6400000 now iterating at: 11:15:22 rms-change max change #iterations 4.263669 176.1955 at 10iterations 1.980621 68.15165 at 20iterations 0.9270704 30.75877 at 30iterations 0.4331761 12.89574 at 40iterations 0.2026771 6.817609 at 50iterations 9.5223621E-02 2.926342 at 60iterations 4.4470087E-02 1.516066 at 70iterations 2.0852178E-02 0.7159634 at 80iterations 9.8003596E-03 0.3171024 at 90iterations 4.5904783E-03 0.1441698 at 100iterations 2.1595559E-03 6.7832947E-02 at 110iterations 1.0210508E-03 3.1436920E-02 at 120iterations finished qdiffx linear iterations at : 11:15:30 total time elapsed so far: 7.860000 # loops : 120 mean,max change (kT/e) : 1.0210508E-03 3.1436920E-02 energy calculations done at 7.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.990000 DelPhi exited at 11:15:30 7.995u 0.203s 0:08.53 96.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 Sun Oct 9 2011 at 11:15:30 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 = 2852 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.803984 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): -44.59200 12.54100 ymin,ymax (A): -25.10700 24.67600 zmin,zma (A): 0.1480000 57.19900 x,y,z range (A): 57.13300 49.78300 57.05100 scale (grids/A): 2.803984 object centre (A): -16.02550 -0.2155008 28.67350 number of atom coordinates read : 2852 total number of charged atoms : 2751 net assigned charge : 1.500021 assigned positive charge : 420.1351 centred at (gu) : 87.14981 93.32577 84.57749 assigned negative charge : -418.6367 centred at (gu) : 87.10829 93.41122 84.73971 start vw surface at 0.1000000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 192412 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27401 grid for indexing accessible points = 1.400000 m= 96429 mr = 136818 m= 36850 mr = 76517 m= 9701 mr = 28723 m= 1401 mr = 7020 m= 63 mr = 862 m= 0 mr = 20 time to grow re-entrant surface = 0.6400000 no. cavity mid-points inaccessible to solvent = 850 time to turn everything in is 1.090000 number of dielectric boundary points 86896 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.190000 number of grid points assigned charge 22002 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.869322 object centre at (A) : -16.02550 -0.2155008 28.67350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1576927 -0.2075007 midg,1,midg; midg,igrid,midg 0.2803450 0.2021715 1,midg,midg; igrid,midg,midg -0.4686942 0.2002731 gauss-seidel spectral radius is 0.9992747 estimated iterations to convergence 293 setup time was (sec) 1.330000 now iterating at: 11:15:32 rms-change max change #iterations 10.35066 351.5954 at 10iterations 6.181905 154.7020 at 20iterations 3.661316 94.68209 at 30iterations 2.159961 45.96666 at 40iterations 1.263876 27.67611 at 50iterations 0.7392687 13.63364 at 60iterations 0.4321185 7.994347 at 70iterations 0.2513589 4.344154 at 80iterations 0.1465097 2.742929 at 90iterations 8.5027680E-02 1.503925 at 100iterations 4.9298625E-02 0.8840027 at 110iterations 2.8592259E-02 0.5251522 at 120iterations 1.6574070E-02 0.2918539 at 130iterations 9.6341418E-03 0.1814795 at 140iterations 5.5909627E-03 9.6834183E-02 at 150iterations 3.2647201E-03 6.2280655E-02 at 160iterations 1.9115948E-03 3.4927368E-02 at 170iterations 1.1251938E-03 2.0568848E-02 at 180iterations finished qdiffx linear iterations at : 11:15:43 total time elapsed so far: 12.88000 # loops : 180 mean,max change (kT/e) : 1.1251938E-03 2.0568848E-02 energy calculations done at 12.88000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.01000 DelPhi exited at 11:15:44 13.012u 0.208s 0:13.61 97.0% 0+0k 0+0io 0pf+0w