Sun Oct 9 06:36:47 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 06:36:47 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6731078 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): 1.949000 44.31700 ymin,ymax (A): -9.477000 38.04100 zmin,zma (A): -24.38900 28.50000 x,y,z range (A): 42.36800 47.51800 52.88900 scale (grids/A): 0.6731078 object centre (A): 23.13300 14.28200 2.055500 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 299.6560 centred at (gu) : 90.02999 89.32500 88.48360 assigned negative charge : -302.1561 centred at (gu) : 89.88779 89.17361 88.46526 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 6157 nv = 96 ne = 84 npr = 41683 no. pairs analyzed = 41683 no. exposed pairs = 2464 no. arc points = 17340 no. surface atoms = 835 nbur = 1166 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 351 mr = 3414 m= 4 mr = 56 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 9 time to turn everything in is 0.2500000 number of dielectric boundary points 3042 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1605 ## 143 charges are in solution ## iepsmp to db, and charging done at 0.3400000 number of grid points assigned charge 6975 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.7047821E-08 -3.5608354E-09 midg,1,midg; midg,igrid,midg -4.7684654E-08 2.0099520E-08 1,midg,midg; igrid,midg,midg -3.9193782E-08 2.1427535E-08 gauss-seidel spectral radius is 0.9885034 estimated iterations to convergence 76 setup time was (sec) 0.4500000 now iterating at: 06:36:48 rms-change max change #iterations 0.1549968 22.87109 at 10iterations 1.7490653E-02 2.538857 at 20iterations 1.9099721E-03 0.2622204 at 30iterations 2.1181114E-04 3.7940979E-02 at 40iterations 2.3408751E-05 3.8390160E-03 at 50iterations finished qdiffx linear iterations at : 06:36:50 total time elapsed so far: 2.860000 # loops : 50 mean,max change (kT/e) : 2.3408751E-05 3.8390160E-03 energy calculations done at 2.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.030000 DelPhi exited at 06:36:51 3.036u 0.157s 0:03.46 91.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 06:36: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.019324 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): 1.949000 44.31700 ymin,ymax (A): -9.477000 38.04100 zmin,zma (A): -24.38900 28.50000 x,y,z range (A): 42.36800 47.51800 52.88900 scale (grids/A): 2.019324 object centre (A): 23.13300 14.28200 2.055500 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 299.6560 centred at (gu) : 90.09004 87.97508 85.45072 assigned negative charge : -302.1561 centred at (gu) : 89.66331 87.52089 85.39580 start vw surface at 0.1300000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 64822 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17340 grid for indexing accessible points = 1.400000 m= 24696 mr = 44520 m= 4482 mr = 18736 m= 338 mr = 2981 m= 7 mr = 156 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 1280 time to turn everything in is 0.4800000 number of dielectric boundary points 27952 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 81 iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 14734 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.6731078 object centre at (A) : 23.13300 14.28200 2.055500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.8085600E-02 1.4233208E-02 midg,1,midg; midg,igrid,midg -3.3218481E-02 3.4309342E-03 1,midg,midg; igrid,midg,midg -3.1725820E-02 2.0624565E-02 gauss-seidel spectral radius is 0.9987189 estimated iterations to convergence 221 setup time was (sec) 0.7900000 now iterating at: 06:36:52 rms-change max change #iterations 4.153743 245.8386 at 10iterations 1.984209 77.18089 at 20iterations 0.9507727 33.23536 at 30iterations 0.4557708 15.75549 at 40iterations 0.2180981 7.736913 at 50iterations 0.1045311 3.841997 at 60iterations 4.9992044E-02 1.589426 at 70iterations 2.4003424E-02 0.7687454 at 80iterations 1.1493207E-02 0.3931532 at 90iterations 5.5040489E-03 0.1823730 at 100iterations 2.6459557E-03 9.8007202E-02 at 110iterations 1.2678476E-03 4.3015480E-02 at 120iterations finished qdiffx linear iterations at : 06:36:59 total time elapsed so far: 7.690000 # loops : 120 mean,max change (kT/e) : 1.2678476E-03 4.3015480E-02 energy calculations done at 7.690000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.870000 DelPhi exited at 06:36:59 7.872u 0.270s 0:08.41 96.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 Sun Oct 9 2011 at 06:36: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.028985 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): 1.949000 44.31700 ymin,ymax (A): -9.477000 38.04100 zmin,zma (A): -24.38900 28.50000 x,y,z range (A): 42.36800 47.51800 52.88900 scale (grids/A): 3.028985 object centre (A): 23.13300 14.28200 2.055500 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 299.6560 centred at (gu) : 90.13523 86.96259 83.17610 assigned negative charge : -302.1561 centred at (gu) : 89.49509 86.28133 83.09367 start vw surface at 0.1300000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 149379 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17340 grid for indexing accessible points = 1.400000 m= 77749 mr = 107453 m= 30781 mr = 64393 m= 8250 mr = 25406 m= 1446 mr = 6417 m= 129 mr = 1051 m= 4 mr = 70 m= 0 mr = 0 time to grow re-entrant surface = 0.6900001 no. cavity mid-points inaccessible to solvent = 4529 time to turn everything in is 1.220000 number of dielectric boundary points 62948 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.360000 number of grid points assigned charge 14896 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.019324 object centre at (A) : 23.13300 14.28200 2.055500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.6155770 0.5819437 midg,1,midg; midg,igrid,midg -0.2513939 5.3625651E-02 1,midg,midg; igrid,midg,midg -0.3098700 0.1553865 gauss-seidel spectral radius is 0.9992650 estimated iterations to convergence 291 setup time was (sec) 1.540000 now iterating at: 06:37:01 rms-change max change #iterations 9.524696 444.8186 at 10iterations 5.512684 124.0813 at 20iterations 3.188896 63.66306 at 30iterations 1.842234 36.89561 at 40iterations 1.063641 24.23210 at 50iterations 0.6107717 11.61744 at 60iterations 0.3520813 7.120019 at 70iterations 0.2029528 3.827267 at 80iterations 0.1166510 2.330264 at 90iterations 6.7118227E-02 1.301353 at 100iterations 3.8580865E-02 0.7096596 at 110iterations 2.2230459E-02 0.4113903 at 120iterations 1.2783099E-02 0.2640972 at 130iterations 7.3505188E-03 0.1333923 at 140iterations 4.2156060E-03 7.9401016E-02 at 150iterations 2.4327831E-03 5.0247192E-02 at 160iterations 1.3952437E-03 2.4860382E-02 at 170iterations 8.0260489E-04 1.4555931E-02 at 180iterations finished qdiffx linear iterations at : 06:37:12 total time elapsed so far: 12.69000 # loops : 180 mean,max change (kT/e) : 8.0260489E-04 1.4555931E-02 energy calculations done at 12.69000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.87000 DelPhi exited at 06:37:13 12.869u 0.285s 0:13.42 97.9% 0+0k 0+0io 0pf+0w