Tue Oct 11 08:16:16 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 08:16:16 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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2622 !!! WARNING: FMN 701 has a net charge of -2.0000 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.3191995 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): 55.41700 132.2470 ymin,ymax (A): 31.86200 104.3140 zmin,zma (A): 46.89200 158.4210 x,y,z range (A): 76.82999 72.45200 111.5290 scale (grids/A): 0.3191995 object centre (A): 93.83200 68.08801 102.6565 number of atom coordinates read : 2622 total number of charged atoms : 2458 net assigned charge : 2.500012 assigned positive charge : 396.4777 centred at (gu) : 85.60294 86.56802 98.89413 assigned negative charge : -393.9786 centred at (gu) : 85.73811 86.71606 98.76896 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 1395 nv = 96 ne = 84 npr = 53832 no. pairs analyzed = 53832 no. exposed pairs = 3257 no. arc points = 22933 no. surface atoms = 1094 nbur = 1528 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... initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 2.708160 m= 17 mr = 576 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1800000 number of dielectric boundary points 836 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1289 ## 457 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 2059 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.7125877E-18 1.2511268E-14 midg,1,midg; midg,igrid,midg 1.3274586E-15 -9.4219326E-17 1,midg,midg; igrid,midg,midg 1.8280627E-15 -5.8891064E-17 gauss-seidel spectral radius is 0.9506273 estimated iterations to convergence 38 setup time was (sec) 0.3700000 now iterating at: 08:16:16 rms-change max change #iterations 3.5086053E-03 1.173956 at 10iterations 3.2500182E-05 1.2590408E-02 at 20iterations 4.1796477E-07 1.2207031E-04 at 30iterations 1.8760259E-08 7.6293945E-06 at 40iterations 1.8787770E-08 7.6293945E-06 at 50iterations finished qdiffx linear iterations at : 08:16:20 total time elapsed so far: 4.210000 # loops : 50 mean,max change (kT/e) : 1.8787770E-08 7.6293945E-06 energy calculations done at 4.210000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.350000 DelPhi exited at 08:16:20 4.349u 0.175s 0:04.81 93.7% 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 08:16: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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2622 !!! WARNING: FMN 701 has a net charge of -2.0000 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.9575984 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): 55.41700 132.2470 ymin,ymax (A): 31.86200 104.3140 zmin,zma (A): 46.89200 158.4210 x,y,z range (A): 76.82999 72.45200 111.5290 scale (grids/A): 0.9575984 object centre (A): 93.83200 68.08801 102.6565 number of atom coordinates read : 2622 total number of charged atoms : 2458 net assigned charge : 2.500012 assigned positive charge : 396.4777 centred at (gu) : 76.80817 79.70336 116.6817 assigned negative charge : -393.9786 centred at (gu) : 77.21407 80.14789 116.3068 start vw surface at 0.1000000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 17708 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22933 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 2.436000 m= 2237 mr = 10873 m= 42 mr = 937 m= 0 mr = 0 time to grow re-entrant surface = 4.0000007E-02 no. cavity mid-points inaccessible to solvent = 124 time to turn everything in is 0.1700000 number of dielectric boundary points 8177 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 851 ## 63 charges are in solution ## iepsmp to db, and charging done at 0.2300000 number of grid points assigned charge 13844 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.3191995 object centre at (A) : 93.83200 68.08801 102.6565 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.4125284E-05 1.2051196E-04 midg,1,midg; midg,igrid,midg 7.6190219E-05 -9.4697070E-06 1,midg,midg; igrid,midg,midg 4.8028065E-05 -8.2878214E-06 gauss-seidel spectral radius is 0.9942842 estimated iterations to convergence 107 setup time was (sec) 0.3700000 now iterating at: 08:16:21 rms-change max change #iterations 0.7187951 80.18549 at 10iterations 0.1504604 13.39815 at 20iterations 3.2391615E-02 2.737184 at 30iterations 6.8477993E-03 0.5331624 at 40iterations 1.4653367E-03 0.1256561 at 50iterations 3.1004325E-04 2.6245117E-02 at 60iterations 6.6925160E-05 5.4168701E-03 at 70iterations 1.4271903E-05 1.2288094E-03 at 80iterations 3.0433212E-06 2.5367737E-04 at 90iterations 7.0456849E-07 6.5803528E-05 at 100iterations 2.9298613E-07 3.0517578E-05 at 110iterations 2.5213117E-07 3.4332275E-05 at 120iterations finished qdiffx linear iterations at : 08:16:28 total time elapsed so far: 7.220000 # loops : 120 mean,max change (kT/e) : 2.5213117E-07 3.4332275E-05 energy calculations done at 7.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.360000 DelPhi exited at 08:16:28 7.358u 0.178s 0:07.84 95.9% 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 08:16:28 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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2622 !!! WARNING: FMN 701 has a net charge of -2.0000 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.436398 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): 55.41700 132.2470 ymin,ymax (A): 31.86200 104.3140 zmin,zma (A): 46.89200 158.4210 x,y,z range (A): 76.82999 72.45200 111.5290 scale (grids/A): 1.436398 object centre (A): 93.83200 68.08801 102.6565 number of atom coordinates read : 2622 total number of charged atoms : 2458 net assigned charge : 2.500012 assigned positive charge : 396.4777 centred at (gu) : 70.21204 74.55487 130.0223 assigned negative charge : -393.9786 centred at (gu) : 70.82113 75.22171 129.4603 start vw surface at 0.1000000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 42317 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22933 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 2.408000 m= 10787 mr = 28073 m= 670 mr = 6932 m= 10 mr = 178 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 424 time to turn everything in is 0.2900000 number of dielectric boundary points 18601 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 348 ## 7 charges are in solution ## iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 18000 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.9575984 object centre at (A) : 93.83200 68.08801 102.6565 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.8821119E-04 -5.0584495E-02 midg,1,midg; midg,igrid,midg 3.4224060E-03 -1.9228185E-04 1,midg,midg; igrid,midg,midg -1.3123467E-03 -1.4574947E-04 gauss-seidel spectral radius is 0.9973792 estimated iterations to convergence 156 setup time was (sec) 0.5000000 now iterating at: 08:16:29 rms-change max change #iterations 2.702657 178.8581 at 10iterations 0.9864835 53.10984 at 20iterations 0.3529622 17.97761 at 30iterations 0.1255242 6.528823 at 40iterations 4.4369731E-02 2.230576 at 50iterations 1.5711278E-02 0.6908841 at 60iterations 5.5360524E-03 0.2408752 at 70iterations 1.9521613E-03 8.9570999E-02 at 80iterations 6.8788696E-04 2.9593527E-02 at 90iterations 2.4207908E-04 1.1196136E-02 at 100iterations 8.5054380E-05 3.7117004E-03 at 110iterations 3.0031568E-05 1.4419556E-03 at 120iterations 1.0580574E-05 4.7791004E-04 at 130iterations 3.7695638E-06 1.6975403E-04 at 140iterations 1.4552814E-06 1.2207031E-04 at 150iterations 7.7746381E-07 6.1035156E-05 at 160iterations 6.3755260E-07 6.1035156E-05 at 170iterations 6.2181294E-07 6.1035156E-05 at 180iterations finished qdiffx linear iterations at : 08:16:39 total time elapsed so far: 10.88000 # loops : 180 mean,max change (kT/e) : 6.2181294E-07 6.1035156E-05 energy calculations done at 10.88000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.01000 DelPhi exited at 08:16:40 11.013u 0.199s 0:11.63 96.3% 0+0k 0+0io 0pf+0w