Sun Oct 9 07:44:46 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 07:44: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 = 1649 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.7083732 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): -14.73900 28.29300 ymin,ymax (A): -25.10100 25.15500 zmin,zma (A): -34.55900 8.394000 x,y,z range (A): 43.03200 50.25600 42.95300 scale (grids/A): 0.7083732 object centre (A): 6.777000 2.6999474E-02 -13.08250 number of atom coordinates read : 1649 total number of charged atoms : 1512 net assigned charge : -9.499993 assigned positive charge : 240.0202 centred at (gu) : 90.04002 88.98861 90.18436 assigned negative charge : -249.5201 centred at (gu) : 90.04349 88.71902 89.80441 start vw surface at 5.9999999E-02 fill in re-entrant regions at 7.0000000E-02 boundary points on vw surface= 5669 nv = 96 ne = 84 npr = 35040 no. pairs analyzed = 35040 no. exposed pairs = 2072 no. arc points = 14679 no. surface atoms = 696 nbur = 953 mkacc time = 5.9999995E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 328 mr = 3130 m= 1 mr = 46 m= 0 mr = 0 time to grow re-entrant surface = 5.9999995E-02 no. cavity mid-points inaccessible to solvent = 61 time to turn everything in is 0.1400000 number of dielectric boundary points 2822 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1241 ## 83 charges are in solution ## iepsmp to db, and charging done at 0.2200000 number of grid points assigned charge 6121 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.3115889E-07 6.9783290E-08 midg,1,midg; midg,igrid,midg -2.3426276E-07 1.9990960E-08 1,midg,midg; igrid,midg,midg -7.8475068E-08 -8.2481769E-08 gauss-seidel spectral radius is 0.9895756 estimated iterations to convergence 80 setup time was (sec) 0.3600000 now iterating at: 07:44:46 rms-change max change #iterations 0.1793170 29.42466 at 10iterations 2.2053471E-02 3.126100 at 20iterations 2.6610924E-03 0.3823142 at 30iterations 3.2655042E-04 4.5950115E-02 at 40iterations 4.0133957E-05 5.7735443E-03 at 50iterations finished qdiffx linear iterations at : 07:44:50 total time elapsed so far: 3.670000 # loops : 50 mean,max change (kT/e) : 4.0133957E-05 5.7735443E-03 energy calculations done at 3.670000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.800000 DelPhi exited at 07:44:50 3.803u 0.242s 0:04.30 93.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 Sun Oct 9 2011 at 07:44:50 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 = 1649 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.125119 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): -14.73900 28.29300 ymin,ymax (A): -25.10100 25.15500 zmin,zma (A): -34.55900 8.394000 x,y,z range (A): 43.03200 50.25600 42.95300 scale (grids/A): 2.125119 object centre (A): 6.777000 2.6999474E-02 -13.08250 number of atom coordinates read : 1649 total number of charged atoms : 1512 net assigned charge : -9.499993 assigned positive charge : 240.0202 centred at (gu) : 90.12000 86.96586 90.55318 assigned negative charge : -249.5201 centred at (gu) : 90.13048 86.15701 89.41322 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 59970 reading accessible surface arcs data from file ARCDAT no. of arc points read = 14679 grid for indexing accessible points = 1.400000 m= 22200 mr = 41056 m= 3868 mr = 16685 m= 285 mr = 2518 m= 8 mr = 156 m= 0 mr = 2 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 1676 time to turn everything in is 0.3200000 number of dielectric boundary points 25914 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 43 iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 12013 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.7083732 object centre at (A) : 6.777000 2.6999474E-02 -13.08250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.4261457E-02 2.6814893E-02 midg,1,midg; midg,igrid,midg -9.5059313E-02 2.2742847E-02 1,midg,midg; igrid,midg,midg -3.9475121E-02 -4.8065342E-02 gauss-seidel spectral radius is 0.9987953 estimated iterations to convergence 228 setup time was (sec) 0.5600000 now iterating at: 07:44:51 rms-change max change #iterations 4.059323 208.7918 at 10iterations 1.973715 70.16983 at 20iterations 0.9662167 31.94870 at 30iterations 0.4718906 14.95433 at 40iterations 0.2324543 7.550343 at 50iterations 0.1134261 3.635942 at 60iterations 5.5407871E-02 1.815819 at 70iterations 2.7303915E-02 1.032683 at 80iterations 1.3347284E-02 0.4699612 at 90iterations 6.5352167E-03 0.2219137 at 100iterations 3.2059432E-03 0.1071358 at 110iterations 1.5652333E-03 4.9583733E-02 at 120iterations finished qdiffx linear iterations at : 07:44:59 total time elapsed so far: 8.460000 # loops : 120 mean,max change (kT/e) : 1.5652333E-03 4.9583733E-02 energy calculations done at 8.460000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.590000 DelPhi exited at 07:44:59 8.588u 0.241s 0:09.09 97.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 07:44:59 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 = 1649 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.0000000E-02 grid size : 179 scale,in grids/A, set to be: 3.187679 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): -14.73900 28.29300 ymin,ymax (A): -25.10100 25.15500 zmin,zma (A): -34.55900 8.394000 x,y,z range (A): 43.03200 50.25600 42.95300 scale (grids/A): 3.187679 object centre (A): 6.777000 2.6999474E-02 -13.08250 number of atom coordinates read : 1649 total number of charged atoms : 1512 net assigned charge : -9.499993 assigned positive charge : 240.0202 centred at (gu) : 90.18000 85.44880 90.82977 assigned negative charge : -249.5201 centred at (gu) : 90.19575 84.23563 89.11990 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 138271 reading accessible surface arcs data from file ARCDAT no. of arc points read = 14679 grid for indexing accessible points = 1.400000 m= 70228 mr = 99147 m= 27251 mr = 57781 m= 7068 mr = 22377 m= 1166 mr = 5458 m= 136 mr = 859 m= 7 mr = 88 m= 0 mr = 0 time to grow re-entrant surface = 0.4500000 no. cavity mid-points inaccessible to solvent = 5540 time to turn everything in is 0.9600000 number of dielectric boundary points 58417 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.060000 number of grid points assigned charge 12096 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) : 2.125119 object centre at (A) : 6.777000 2.6999474E-02 -13.08250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.5531426 0.2973496 midg,1,midg; midg,igrid,midg -1.049376 0.3059417 1,midg,midg; igrid,midg,midg -0.2917924 -0.3442040 gauss-seidel spectral radius is 0.9992796 estimated iterations to convergence 294 setup time was (sec) 1.230000 now iterating at: 07:45:01 rms-change max change #iterations 8.981867 329.2624 at 10iterations 5.169249 146.6333 at 20iterations 2.985533 60.61772 at 30iterations 1.725374 31.87925 at 40iterations 0.9973239 20.54889 at 50iterations 0.5761210 10.40435 at 60iterations 0.3317360 6.224704 at 70iterations 0.1920426 3.685822 at 80iterations 0.1110424 2.403408 at 90iterations 6.4012863E-02 1.238778 at 100iterations 3.6947876E-02 0.6829774 at 110iterations 2.1390213E-02 0.4307137 at 120iterations 1.2345949E-02 0.2413979 at 130iterations 7.1169678E-03 0.1400118 at 140iterations 4.1128015E-03 8.4480286E-02 at 150iterations 2.3803413E-03 4.6999454E-02 at 160iterations 1.3698715E-03 3.0014038E-02 at 170iterations 7.9363649E-04 1.5121698E-02 at 180iterations finished qdiffx linear iterations at : 07:45:14 total time elapsed so far: 14.06000 # loops : 180 mean,max change (kT/e) : 7.9363649E-04 1.5121698E-02 energy calculations done at 14.06000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.19000 DelPhi exited at 07:45:14 14.190u 0.269s 0:14.74 98.0% 0+0k 0+0io 0pf+0w