Tue Nov 22 14:20:34 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 Tue Nov 22 2011 at 14:20:38 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1969 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: 0.5958059 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): -24.91000 34.84100 ymin,ymax (A): -18.50200 20.24600 zmin,zma (A): -4.089000 38.84700 x,y,z range (A): 59.75100 38.74800 42.93600 scale (grids/A): 0.5958059 object centre (A): 4.965502 0.8720007 17.37900 number of atom coordinates read : 1969 total number of charged atoms : 1837 net assigned charge : 3.000005 assigned positive charge : 290.1939 centred at (gu) : 90.03313 90.13210 90.42579 assigned negative charge : -287.1943 centred at (gu) : 90.04244 90.23270 90.56448 start vw surface at 0.1100000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 4660 nv = 96 ne = 84 npr = 40298 no. pairs analyzed = 40298 no. exposed pairs = 2572 no. arc points = 17511 no. surface atoms = 881 nbur = 1088 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.456000 m= 220 mr = 2479 m= 2 mr = 15 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 2388 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1772 ## 203 charges are in solution ## iepsmp to db, and charging done at 0.3100000 number of grid points assigned charge 5743 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.9713490E-09 -2.4330320E-09 midg,1,midg; midg,igrid,midg 3.3960852E-09 -1.3102036E-09 1,midg,midg; igrid,midg,midg 1.3540242E-09 9.2955083E-10 gauss-seidel spectral radius is 0.9853691 estimated iterations to convergence 68 setup time was (sec) 0.4300000 now iterating at: 14:20:41 rms-change max change #iterations 9.0018280E-02 16.13590 at 10iterations 7.3909746E-03 1.313465 at 20iterations 6.2199298E-04 0.1067390 at 30iterations 5.0708630E-05 8.3885193E-03 at 40iterations 4.2703632E-06 7.3528290E-04 at 50iterations finished qdiffx linear iterations at : 14:20:48 total time elapsed so far: 2.840000 # loops : 50 mean,max change (kT/e) : 4.2703632E-06 7.3528290E-04 energy calculations done at 2.840000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.010000 DelPhi exited at 14:20:50 3.012u 0.131s 0:12.80 24.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 Tue Nov 22 2011 at 14:20: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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1969 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.787418 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): -24.91000 34.84100 ymin,ymax (A): -18.50200 20.24600 zmin,zma (A): -4.089000 38.84700 x,y,z range (A): 59.75100 38.74800 42.93600 scale (grids/A): 1.787418 object centre (A): 4.965502 0.8720007 17.37900 number of atom coordinates read : 1969 total number of charged atoms : 1837 net assigned charge : 3.000005 assigned positive charge : 290.1939 centred at (gu) : 90.09921 90.39637 91.27728 assigned negative charge : -287.1943 centred at (gu) : 90.12749 90.69837 91.69375 start vw surface at 0.1200000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 50281 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17511 grid for indexing accessible points = 1.400000 m= 17268 mr = 33841 m= 2250 mr = 12557 m= 93 mr = 1266 m= 0 mr = 26 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3600000 number of dielectric boundary points 22202 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 182 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 14359 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.5958059 object centre at (A) : 4.965502 0.8720007 17.37900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.0144832E-03 -5.5836695E-03 midg,1,midg; midg,igrid,midg 7.5190216E-03 -3.3766387E-03 1,midg,midg; igrid,midg,midg 3.4292489E-02 2.8435262E-02 gauss-seidel spectral radius is 0.9983760 estimated iterations to convergence 197 setup time was (sec) 0.6200000 now iterating at: 14:21:00 rms-change max change #iterations 3.160784 153.1212 at 10iterations 1.376019 52.57949 at 20iterations 0.6012873 25.85097 at 30iterations 0.2616754 11.12136 at 40iterations 0.1140412 4.299234 at 50iterations 4.9929116E-02 1.847918 at 60iterations 2.1821804E-02 0.9391508 at 70iterations 9.5460014E-03 0.3839226 at 80iterations 4.1779145E-03 0.1664696 at 90iterations 1.8199580E-03 6.3255310E-02 at 100iterations 7.9792930E-04 2.6985168E-02 at 110iterations 3.4868985E-04 1.3515472E-02 at 120iterations finished qdiffx linear iterations at : 14:21:17 total time elapsed so far: 6.480000 # loops : 120 mean,max change (kT/e) : 3.4868985E-04 1.3515472E-02 energy calculations done at 6.480000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.640000 DelPhi exited at 14:21:19 6.645u 0.150s 0:23.80 28.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 Tue Nov 22 2011 at 14:21: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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1969 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.681127 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): -24.91000 34.84100 ymin,ymax (A): -18.50200 20.24600 zmin,zma (A): -4.089000 38.84700 x,y,z range (A): 59.75100 38.74800 42.93600 scale (grids/A): 2.681127 object centre (A): 4.965502 0.8720007 17.37900 number of atom coordinates read : 1969 total number of charged atoms : 1837 net assigned charge : 3.000005 assigned positive charge : 290.1939 centred at (gu) : 90.14878 90.59457 91.91588 assigned negative charge : -287.1943 centred at (gu) : 90.19121 91.04762 92.54071 start vw surface at 0.1100000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 116085 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17511 grid for indexing accessible points = 1.400000 m= 57014 mr = 82200 m= 19320 mr = 46088 m= 3809 mr = 15374 m= 349 mr = 2682 m= 22 mr = 173 m= 1 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.5100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8700000 number of dielectric boundary points 50068 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 0.9700000 number of grid points assigned charge 14693 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.787418 object centre at (A) : 4.965502 0.8720007 17.37900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.1996594E-02 -4.4801485E-02 midg,1,midg; midg,igrid,midg 6.7814954E-02 -3.6107659E-02 1,midg,midg; igrid,midg,midg 0.4130155 0.4319241 gauss-seidel spectral radius is 0.9991677 estimated iterations to convergence 274 setup time was (sec) 1.130000 now iterating at: 14:21:27 rms-change max change #iterations 7.736171 278.1199 at 10iterations 4.410833 122.7513 at 20iterations 2.491405 84.40406 at 30iterations 1.397105 39.98066 at 40iterations 0.7810156 21.17242 at 50iterations 0.4371728 11.44326 at 60iterations 0.2438167 5.633049 at 70iterations 0.1361857 3.231225 at 80iterations 7.5673155E-02 1.750646 at 90iterations 4.2249482E-02 0.9396095 at 100iterations 2.3482300E-02 0.5527703 at 110iterations 1.3035586E-02 0.3003502 at 120iterations 7.2524669E-03 0.1607361 at 130iterations 4.0228297E-03 9.0548515E-02 at 140iterations 2.2387437E-03 5.1714778E-02 at 150iterations 1.2428459E-03 2.9828787E-02 at 160iterations 6.8937574E-04 1.5359879E-02 at 170iterations 3.8259214E-04 8.3084106E-03 at 180iterations finished qdiffx linear iterations at : 14:21:55 total time elapsed so far: 10.55000 # loops : 180 mean,max change (kT/e) : 3.8259214E-04 8.3084106E-03 energy calculations done at 10.55000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.73000 DelPhi exited at 14:21:57 10.728u 0.168s 0:36.50 29.8% 0+0k 0+0io 0pf+0w