Wed Dec 28 11:01:27 PST 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 Wed Dec 28 2011 at 11:01:27 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 = 1948 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.5557637 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): -35.28800 12.48300 ymin,ymax (A): -1.056000 41.86700 zmin,zma (A): -2.576000 61.48000 x,y,z range (A): 47.77100 42.92300 64.05600 scale (grids/A): 0.5557637 object centre (A): -11.40250 20.40550 29.45200 number of atom coordinates read : 1948 total number of charged atoms : 1818 net assigned charge : 4.000004 assigned positive charge : 285.3841 centred at (gu) : 89.71914 90.12904 89.19955 assigned negative charge : -281.3843 centred at (gu) : 89.62190 90.30716 89.16840 start vw surface at 0.1100000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 4157 nv = 96 ne = 84 npr = 38349 no. pairs analyzed = 38349 no. exposed pairs = 2526 no. arc points = 18085 no. surface atoms = 858 nbur = 1090 mkacc time = 9.9999994E-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.568000 m= 155 mr = 2134 m= 0 mr = 8 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2400000 number of dielectric boundary points 2170 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1855 ## 224 charges are in solution ## iepsmp to db, and charging done at 0.3400000 number of grid points assigned charge 5138 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.1666444E-10 4.5940982E-10 midg,1,midg; midg,igrid,midg 1.3749729E-09 -7.5203632E-10 1,midg,midg; igrid,midg,midg -2.4101923E-10 8.8560936E-10 gauss-seidel spectral radius is 0.9832256 estimated iterations to convergence 64 setup time was (sec) 0.5200000 now iterating at: 11:01:28 rms-change max change #iterations 6.3043013E-02 12.45218 at 10iterations 4.3353052E-03 0.9454861 at 20iterations 3.0155061E-04 6.5639496E-02 at 30iterations 2.1054910E-05 4.1526556E-03 at 40iterations 1.4751801E-06 3.0517578E-04 at 50iterations finished qdiffx linear iterations at : 11:01:32 total time elapsed so far: 4.730000 # loops : 50 mean,max change (kT/e) : 1.4751801E-06 3.0517578E-04 energy calculations done at 4.730000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.900000 DelPhi exited at 11:01:33 4.900u 0.381s 0:05.87 89.9% 0+0k 0+0io 6pf+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 Wed Dec 28 2011 at 11:01: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 = 1948 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: 1.667291 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): -35.28800 12.48300 ymin,ymax (A): -1.056000 41.86700 zmin,zma (A): -2.576000 61.48000 x,y,z range (A): 47.77100 42.92300 64.05600 scale (grids/A): 1.667291 object centre (A): -11.40250 20.40550 29.45200 number of atom coordinates read : 1948 total number of charged atoms : 1818 net assigned charge : 4.000004 assigned positive charge : 285.3841 centred at (gu) : 89.15740 90.38741 87.59856 assigned negative charge : -281.3843 centred at (gu) : 88.86593 90.92177 87.50526 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 45037 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18085 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 14984 mr = 30076 m= 1689 mr = 10840 m= 42 mr = 941 m= 0 mr = 1 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 273 time to turn everything in is 0.3900000 number of dielectric boundary points 19894 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 192 iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 14008 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.5557637 object centre at (A) : -11.40250 20.40550 29.45200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0877214E-02 1.9725312E-02 midg,1,midg; midg,igrid,midg 5.4172385E-03 -7.3623518E-03 1,midg,midg; igrid,midg,midg -1.6084006E-03 1.6787240E-03 gauss-seidel spectral radius is 0.9981467 estimated iterations to convergence 185 setup time was (sec) 0.6900000 now iterating at: 11:01:34 rms-change max change #iterations 2.702724 151.2933 at 10iterations 1.107589 48.22400 at 20iterations 0.4563846 20.51283 at 30iterations 0.1885246 8.749559 at 40iterations 7.7876568E-02 3.526939 at 50iterations 3.2108750E-02 1.430756 at 60iterations 1.3302023E-02 0.5570822 at 70iterations 5.4829633E-03 0.2870617 at 80iterations 2.2636608E-03 9.8234177E-02 at 90iterations 9.3340670E-04 3.8116455E-02 at 100iterations 3.8564287E-04 1.6384125E-02 at 110iterations 1.5898702E-04 6.5498352E-03 at 120iterations finished qdiffx linear iterations at : 11:01:45 total time elapsed so far: 11.28000 # loops : 120 mean,max change (kT/e) : 1.5898702E-04 6.5498352E-03 energy calculations done at 11.29000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.46000 DelPhi exited at 11:01:45 11.467u 0.584s 0:12.62 95.4% 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 Wed Dec 28 2011 at 11:01:46 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 = 1948 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.500937 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): -35.28800 12.48300 ymin,ymax (A): -1.056000 41.86700 zmin,zma (A): -2.576000 61.48000 x,y,z range (A): 47.77100 42.92300 64.05600 scale (grids/A): 2.500937 object centre (A): -11.40250 20.40550 29.45200 number of atom coordinates read : 1948 total number of charged atoms : 1818 net assigned charge : 4.000004 assigned positive charge : 285.3841 centred at (gu) : 88.73606 90.58114 86.39784 assigned negative charge : -281.3843 centred at (gu) : 88.29890 91.38271 86.25788 start vw surface at 0.1100000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 104459 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18085 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 50119 mr = 73472 m= 16026 mr = 40429 m= 2784 mr = 12746 m= 213 mr = 1983 m= 5 mr = 97 m= 0 mr = 0 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 793 time to turn everything in is 1.160000 number of dielectric boundary points 44879 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.380000 number of grid points assigned charge 14538 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.667291 object centre at (A) : -11.40250 20.40550 29.45200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2809788 0.2038405 midg,1,midg; midg,igrid,midg 6.0274400E-02 -0.1175485 1,midg,midg; igrid,midg,midg -4.2320795E-02 2.2441810E-02 gauss-seidel spectral radius is 0.9990947 estimated iterations to convergence 263 setup time was (sec) 1.750000 now iterating at: 11:01:49 rms-change max change #iterations 6.771752 269.6779 at 10iterations 3.679680 101.3237 at 20iterations 1.995617 50.10626 at 30iterations 1.077920 26.75950 at 40iterations 0.5833124 13.55139 at 50iterations 0.3154853 7.913137 at 60iterations 0.1700195 4.231253 at 70iterations 9.1750652E-02 2.326419 at 80iterations 4.9538709E-02 1.241783 at 90iterations 2.6699414E-02 0.6251564 at 100iterations 1.4391192E-02 0.3540516 at 110iterations 7.7923997E-03 0.1891160 at 120iterations 4.2043030E-03 0.1028233 at 130iterations 2.2684922E-03 5.6945801E-02 at 140iterations 1.2239637E-03 2.7702332E-02 at 150iterations 6.5912621E-04 1.8001556E-02 at 160iterations 3.5657128E-04 8.9645386E-03 at 170iterations 1.9248827E-04 5.0601959E-03 at 180iterations finished qdiffx linear iterations at : 11:02:12 total time elapsed so far: 24.21000 # loops : 180 mean,max change (kT/e) : 1.9248827E-04 5.0601959E-03 energy calculations done at 24.21000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 24.38000 DelPhi exited at 11:02:12 24.387u 0.956s 0:26.66 95.0% 0+0k 0+0io 0pf+0w