Sun Oct 9 04:30:39 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+sph2.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 = amb2.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 04:30:39 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: 261 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4016 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 0.5612575 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): 36.32000 80.99100 ymin,ymax (A): 50.00700 113.3880 zmin,zma (A): -20.37500 43.05400 x,y,z range (A): 44.67101 63.38100 63.42900 scale (grids/A): 0.5612575 object centre (A): 58.65550 81.69750 11.33950 number of atom coordinates read : 4016 total number of charged atoms : 3870 net assigned charge : 2.000014 assigned positive charge : 584.5092 centred at (gu) : 89.74597 89.03900 90.93591 assigned negative charge : -582.5118 centred at (gu) : 89.73331 88.89718 91.03134 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 8350 nv = 96 ne = 84 npr = 81654 no. pairs analyzed = 81654 no. exposed pairs = 5456 no. arc points = 37406 no. surface atoms = 1834 nbur = 2182 mkacc time = 0.1700000 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.540000 m= 383 mr = 4270 m= 0 mr = 19 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4000000 number of dielectric boundary points 4444 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3643 ## 400 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 10800 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.3486950E-09 -1.5141385E-09 midg,1,midg; midg,igrid,midg -2.4415387E-09 1.8805402E-09 1,midg,midg; igrid,midg,midg 7.5433451E-11 4.2836898E-10 gauss-seidel spectral radius is 0.9837123 estimated iterations to convergence 64 setup time was (sec) 0.6200000 now iterating at: 04:30:40 rms-change max change #iterations 9.6881844E-02 14.60482 at 10iterations 7.5856019E-03 1.097786 at 20iterations 1.3692509E-03 0.1989365 at 30iterations 6.4162444E-04 0.1003437 at 40iterations 3.3074417E-04 5.3269386E-02 at 50iterations finished qdiffx linear iterations at : 04:30:42 total time elapsed so far: 3.060000 # loops : 50 mean,max change (kT/e) : 3.3074417E-04 5.3269386E-02 energy calculations done at 3.060000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.230000 DelPhi exited at 04:30:43 3.231u 0.171s 0:03.68 92.3% 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 04:30:43 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: 261 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4016 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 1.683772 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): 36.32000 80.99100 ymin,ymax (A): 50.00700 113.3880 zmin,zma (A): -20.37500 43.05400 x,y,z range (A): 44.67101 63.38100 63.42900 scale (grids/A): 1.683772 object centre (A): 58.65550 81.69750 11.33950 number of atom coordinates read : 4016 total number of charged atoms : 3870 net assigned charge : 2.000014 assigned positive charge : 584.5092 centred at (gu) : 89.23650 87.11591 92.80621 assigned negative charge : -582.5118 centred at (gu) : 89.19983 86.69153 93.09377 start vw surface at 0.1900000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 90880 reading accessible surface arcs data from file ARCDAT no. of arc points read = 37406 grid for indexing accessible points = 1.400000 m= 31343 mr = 61256 m= 4306 mr = 21744 m= 173 mr = 2397 m= 2 mr = 19 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6300000 number of dielectric boundary points 41288 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 325 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.7600000 number of grid points assigned charge 29896 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.5612575 object centre at (A) : 58.65550 81.69750 11.33950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.3551851E-02 3.5979222E-03 midg,1,midg; midg,igrid,midg -4.7624417E-02 5.8489467E-04 1,midg,midg; igrid,midg,midg 9.5636258E-03 -2.4826988E-03 gauss-seidel spectral radius is 0.9984146 estimated iterations to convergence 199 setup time was (sec) 0.9100000 now iterating at: 04:30:44 rms-change max change #iterations 4.175045 152.1376 at 10iterations 1.850880 53.92860 at 20iterations 0.8157486 25.63074 at 30iterations 0.3603947 14.21398 at 40iterations 0.1593770 4.751347 at 50iterations 7.0995085E-02 2.536827 at 60iterations 3.1454459E-02 1.077200 at 70iterations 1.4129806E-02 0.4559676 at 80iterations 6.5062307E-03 0.2075310 at 90iterations 3.2047208E-03 0.1148214 at 100iterations 1.8200891E-03 6.3653946E-02 at 110iterations 1.2000774E-03 4.2613983E-02 at 120iterations finished qdiffx linear iterations at : 04:30:50 total time elapsed so far: 7.140000 # loops : 120 mean,max change (kT/e) : 1.2000774E-03 4.2613983E-02 energy calculations done at 7.140000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.320000 DelPhi exited at 04:30:51 7.327u 0.201s 0:07.79 96.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 Sun Oct 9 2011 at 04:30:51 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: 261 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4016 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 2.525659 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): 36.32000 80.99100 ymin,ymax (A): 50.00700 113.3880 zmin,zma (A): -20.37500 43.05400 x,y,z range (A): 44.67101 63.38100 63.42900 scale (grids/A): 2.525659 object centre (A): 58.65550 81.69750 11.33950 number of atom coordinates read : 4016 total number of charged atoms : 3870 net assigned charge : 2.000014 assigned positive charge : 584.5092 centred at (gu) : 88.85470 85.67346 94.20908 assigned negative charge : -582.5118 centred at (gu) : 88.79956 85.03711 94.64059 start vw surface at 0.1900000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 210525 reading accessible surface arcs data from file ARCDAT no. of arc points read = 37406 grid for indexing accessible points = 1.400000 m= 102674 mr = 150080 m= 34768 mr = 80512 m= 7337 mr = 26666 m= 700 mr = 5127 m= 11 mr = 350 m= 0 mr = 0 time to grow re-entrant surface = 0.9399999 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.570000 number of dielectric boundary points 93280 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 18 iepsmp to db, and charging done at 1.710000 number of grid points assigned charge 30923 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.683772 object centre at (A) : 58.65550 81.69750 11.33950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5329084 -0.1197702 midg,1,midg; midg,igrid,midg -0.8022218 -4.1575093E-02 1,midg,midg; igrid,midg,midg 0.1657243 -3.9131403E-02 gauss-seidel spectral radius is 0.9992445 estimated iterations to convergence 287 setup time was (sec) 1.870000 now iterating at: 04:30:53 rms-change max change #iterations 10.85422 341.5368 at 10iterations 6.446183 146.6099 at 20iterations 3.805270 73.19151 at 30iterations 2.222953 44.11335 at 40iterations 1.293413 26.52537 at 50iterations 0.7503704 13.71939 at 60iterations 0.4341302 10.47156 at 70iterations 0.2507364 4.318192 at 80iterations 0.1445506 2.864492 at 90iterations 8.2893103E-02 1.535069 at 100iterations 4.7693845E-02 0.9133148 at 110iterations 2.7465090E-02 0.5278778 at 120iterations 1.5805455E-02 0.2747993 at 130iterations 9.1811316E-03 0.1763010 at 140iterations 5.3831567E-03 9.6034050E-02 at 150iterations 3.2406850E-03 5.8408260E-02 at 160iterations 2.0450011E-03 4.1051865E-02 at 170iterations 1.3817585E-03 2.7141571E-02 at 180iterations finished qdiffx linear iterations at : 04:31:03 total time elapsed so far: 11.72000 # loops : 180 mean,max change (kT/e) : 1.3817585E-03 2.7141571E-02 energy calculations done at 11.72000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.90000 DelPhi exited at 04:31:03 11.901u 0.211s 0:12.38 97.8% 0+0k 0+0io 0pf+0w