Sun Oct 9 19:16:02 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 19:16:02 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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4857 !!! WARNING: HIQ 377 has a net charge of 0.5140 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.5718783 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): 3.232000 64.60300 ymin,ymax (A): -8.456000 52.69700 zmin,zma (A): -0.8960000 61.35500 x,y,z range (A): 61.37100 61.15300 62.25100 scale (grids/A): 0.5718783 object centre (A): 33.91750 22.12050 30.22950 number of atom coordinates read : 4857 total number of charged atoms : 4717 net assigned charge : 1.135038 assigned positive charge : 749.7333 centred at (gu) : 88.10281 89.26837 89.10447 assigned negative charge : -748.6036 centred at (gu) : 87.97669 89.26588 89.05000 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 10412 nv = 96 ne = 84 npr = 98217 no. pairs analyzed = 98217 no. exposed pairs = 5735 no. arc points = 38745 no. surface atoms = 1943 nbur = 2914 mkacc time = 0.2100000 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.484000 m= 516 mr = 6015 m= 3 mr = 26 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 4890 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3948 ## 403 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 13545 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.5667579E-09 1.4498952E-09 midg,1,midg; midg,igrid,midg 2.4729838E-10 2.9367286E-10 1,midg,midg; igrid,midg,midg -5.2730389E-09 2.3946181E-09 gauss-seidel spectral radius is 0.9843624 estimated iterations to convergence 66 setup time was (sec) 0.6600000 now iterating at: 19:16:03 rms-change max change #iterations 0.1256249 14.95308 at 10iterations 1.1543326E-02 1.747269 at 20iterations 2.7263605E-03 0.2981110 at 30iterations 1.2196696E-03 0.1271019 at 40iterations 5.9014891E-04 7.0161819E-02 at 50iterations finished qdiffx linear iterations at : 19:16:05 total time elapsed so far: 3.070000 # loops : 50 mean,max change (kT/e) : 5.9014891E-04 7.0161819E-02 energy calculations done at 3.070000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.250000 DelPhi exited at 19:16:06 3.251u 0.143s 0:03.65 92.8% 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 19:16:06 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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4857 !!! WARNING: HIQ 377 has a net charge of 0.5140 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 1.715635 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): 3.232000 64.60300 ymin,ymax (A): -8.456000 52.69700 zmin,zma (A): -0.8960000 61.35500 x,y,z range (A): 61.37100 61.15300 62.25100 scale (grids/A): 1.715635 object centre (A): 33.91750 22.12050 30.22950 number of atom coordinates read : 4857 total number of charged atoms : 4717 net assigned charge : 1.135038 assigned positive charge : 749.7333 centred at (gu) : 84.30724 87.80378 87.31180 assigned negative charge : -748.6036 centred at (gu) : 83.93019 87.79747 87.14993 start vw surface at 0.1900000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 115663 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38745 grid for indexing accessible points = 1.400000 m= 42368 mr = 84009 m= 5814 mr = 30985 m= 230 mr = 3418 m= 1 mr = 36 m= 0 mr = 0 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 187 time to turn everything in is 0.7500000 number of dielectric boundary points 45628 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 333 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.8600000 number of grid points assigned charge 36519 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.5718783 object centre at (A) : 33.91750 22.12050 30.22950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.6466770E-02 -3.5238620E-03 midg,1,midg; midg,igrid,midg 1.7311130E-02 1.0711859E-02 1,midg,midg; igrid,midg,midg -2.8765818E-02 4.3321248E-02 gauss-seidel spectral radius is 0.9985318 estimated iterations to convergence 207 setup time was (sec) 1.000000 now iterating at: 19:16:07 rms-change max change #iterations 5.083906 207.9148 at 10iterations 2.304956 66.44521 at 20iterations 1.055189 30.75469 at 30iterations 0.4811104 12.74222 at 40iterations 0.2199311 5.827713 at 50iterations 0.1008271 2.735018 at 60iterations 4.6785053E-02 1.237259 at 70iterations 2.1955173E-02 0.6412582 at 80iterations 1.0791419E-02 0.2945366 at 90iterations 5.8971755E-03 0.1688538 at 100iterations 3.6609231E-03 0.1031342 at 110iterations 2.5392510E-03 6.5846443E-02 at 120iterations finished qdiffx linear iterations at : 19:16:13 total time elapsed so far: 7.040000 # loops : 120 mean,max change (kT/e) : 2.5392510E-03 6.5846443E-02 energy calculations done at 7.040000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.210000 DelPhi exited at 19:16:13 7.215u 0.180s 0:07.70 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 Sun Oct 9 2011 at 19:16:13 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: 304 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4857 !!! WARNING: HIQ 377 has a net charge of 0.5140 !!! WARNING: PLP 999 has a net charge of -0.3790 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.573452 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): 3.232000 64.60300 ymin,ymax (A): -8.456000 52.69700 zmin,zma (A): -0.8960000 61.35500 x,y,z range (A): 61.37100 61.15300 62.25100 scale (grids/A): 2.573452 object centre (A): 33.91750 22.12050 30.22950 number of atom coordinates read : 4857 total number of charged atoms : 4717 net assigned charge : 1.135038 assigned positive charge : 749.7333 centred at (gu) : 81.46053 86.70526 85.96765 assigned negative charge : -748.6036 centred at (gu) : 80.89529 86.69600 85.72499 start vw surface at 0.2000000 fill in re-entrant regions at 0.6000000 boundary points on vw surface= 268530 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38745 grid for indexing accessible points = 1.400000 m= 139777 mr = 203935 m= 48059 mr = 114694 m= 9970 mr = 37999 m= 1038 mr = 7152 m= 37 mr = 611 m= 0 mr = 2 time to grow re-entrant surface = 1.190000 no. cavity mid-points inaccessible to solvent = 681 time to turn everything in is 1.910000 number of dielectric boundary points 103018 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 11 iepsmp to db, and charging done at 2.040000 number of grid points assigned charge 37716 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.715635 object centre at (A) : 33.91750 22.12050 30.22950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.5615575 4.9956135E-02 midg,1,midg; midg,igrid,midg -1.5359324E-02 -1.0507135E-02 1,midg,midg; igrid,midg,midg -0.4958403 0.7065188 gauss-seidel spectral radius is 0.9992784 estimated iterations to convergence 294 setup time was (sec) 2.190000 now iterating at: 19:16:16 rms-change max change #iterations 12.59349 332.4540 at 10iterations 7.471409 148.9424 at 20iterations 4.409306 81.53075 at 30iterations 2.592230 52.32967 at 40iterations 1.519970 27.19509 at 50iterations 0.8871174 14.95268 at 60iterations 0.5181913 8.023598 at 70iterations 0.3019946 4.708618 at 80iterations 0.1757949 2.746140 at 90iterations 0.1022645 1.618231 at 100iterations 5.9534360E-02 0.9475498 at 110iterations 3.4825351E-02 0.5229588 at 120iterations 2.0454751E-02 0.3077145 at 130iterations 1.2191244E-02 0.1958389 at 140iterations 7.4671190E-03 0.1371918 at 150iterations 4.7884169E-03 7.5682163E-02 at 160iterations 3.2799293E-03 5.4210663E-02 at 170iterations 2.4137907E-03 3.8797207E-02 at 180iterations finished qdiffx linear iterations at : 19:16:25 total time elapsed so far: 11.87000 # loops : 180 mean,max change (kT/e) : 2.4137907E-03 3.8797207E-02 energy calculations done at 11.87000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.04000 DelPhi exited at 19:16:26 12.038u 0.187s 0:12.50 97.6% 0+0k 0+0io 0pf+0w