Sat Oct 8 14:05: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 Sat Oct 8 2011 at 14:05: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: 319 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2999 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 316 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.6417652 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): -12.18000 43.29200 ymin,ymax (A): -23.32000 22.29600 zmin,zma (A): -7.661000 47.21400 x,y,z range (A): 55.47200 45.61600 54.87500 scale (grids/A): 0.6417652 object centre (A): 15.55600 -0.5120001 19.77650 number of atom coordinates read : 2999 total number of charged atoms : 2891 net assigned charge : 1.4008060E-02 assigned positive charge : 455.9206 centred at (gu) : 88.73457 89.92502 91.78207 assigned negative charge : -455.9073 centred at (gu) : 88.73100 89.83878 91.69332 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 8245 nv = 96 ne = 84 npr = 61852 no. pairs analyzed = 61852 no. exposed pairs = 3454 no. arc points = 24142 no. surface atoms = 1171 nbur = 1828 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 443 mr = 4817 m= 0 mr = 52 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 3819 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2316 ## 214 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 10035 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.8713694E-09 1.8312674E-08 midg,1,midg; midg,igrid,midg -1.2867204E-08 1.1824793E-08 1,midg,midg; igrid,midg,midg -9.4429986E-10 2.3357408E-10 gauss-seidel spectral radius is 0.9874508 estimated iterations to convergence 73 setup time was (sec) 0.4300000 now iterating at: 14:05:03 rms-change max change #iterations 0.1618780 21.39023 at 10iterations 1.6305409E-02 2.347867 at 20iterations 1.6877254E-03 0.2739296 at 30iterations 1.8855798E-04 2.4427414E-02 at 40iterations 2.5446352E-05 3.5209656E-03 at 50iterations finished qdiffx linear iterations at : 14:05:06 total time elapsed so far: 3.600000 # loops : 50 mean,max change (kT/e) : 2.5446352E-05 3.5209656E-03 energy calculations done at 3.600000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.730000 DelPhi exited at 14:05:06 3.738u 0.229s 0:04.25 92.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 Sat Oct 8 2011 at 14:05: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: 319 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2999 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 316 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.925296 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): -12.18000 43.29200 ymin,ymax (A): -23.32000 22.29600 zmin,zma (A): -7.661000 47.21400 x,y,z range (A): 55.47200 45.61600 54.87500 scale (grids/A): 1.925296 object centre (A): 15.55600 -0.5120001 19.77650 number of atom coordinates read : 2999 total number of charged atoms : 2891 net assigned charge : 1.4008060E-02 assigned positive charge : 455.9206 centred at (gu) : 86.20312 89.77447 95.34564 assigned negative charge : -455.9073 centred at (gu) : 86.19305 89.51633 95.07980 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 89682 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24142 grid for indexing accessible points = 1.400000 m= 32730 mr = 64751 m= 4888 mr = 24747 m= 280 mr = 3024 m= 5 mr = 97 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 34966 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 168 iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 22781 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.6417652 object centre at (A) : 15.55600 -0.5120001 19.77650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.5971651E-02 1.6265489E-02 midg,1,midg; midg,igrid,midg -2.0527644E-03 1.9347904E-02 1,midg,midg; igrid,midg,midg -3.5185862E-02 8.8832332E-03 gauss-seidel spectral radius is 0.9986954 estimated iterations to convergence 219 setup time was (sec) 0.6900000 now iterating at: 14:05:07 rms-change max change #iterations 4.754842 182.4702 at 10iterations 2.278322 65.39439 at 20iterations 1.084942 34.27396 at 30iterations 0.5179303 16.12619 at 40iterations 0.2470099 9.217482 at 50iterations 0.1176103 3.431314 at 60iterations 5.6246128E-02 1.703985 at 70iterations 2.6765618E-02 0.8079681 at 80iterations 1.2791431E-02 0.3348141 at 90iterations 6.1154836E-03 0.1745358 at 100iterations 2.9093004E-03 8.3671570E-02 at 110iterations 1.3928983E-03 3.9955139E-02 at 120iterations finished qdiffx linear iterations at : 14:05:15 total time elapsed so far: 8.470000 # loops : 120 mean,max change (kT/e) : 1.3928983E-03 3.9955139E-02 energy calculations done at 8.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.600000 DelPhi exited at 14:05:15 8.606u 0.258s 0:09.18 96.4% 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 Sat Oct 8 2011 at 14:05: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: 319 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2999 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 316 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: 2.887944 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): -12.18000 43.29200 ymin,ymax (A): -23.32000 22.29600 zmin,zma (A): -7.661000 47.21400 x,y,z range (A): 55.47200 45.61600 54.87500 scale (grids/A): 2.887944 object centre (A): 15.55600 -0.5120001 19.77650 number of atom coordinates read : 2999 total number of charged atoms : 2891 net assigned charge : 1.4008060E-02 assigned positive charge : 455.9206 centred at (gu) : 84.30454 89.66154 98.01827 assigned negative charge : -455.9073 centred at (gu) : 84.28938 89.27450 97.61962 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3900000 boundary points on vw surface= 207972 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24142 grid for indexing accessible points = 1.400000 m= 107382 mr = 156402 m= 37944 mr = 89783 m= 8830 mr = 30847 m= 1199 mr = 6519 m= 53 mr = 805 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.160000 number of dielectric boundary points 79011 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.260000 number of grid points assigned charge 23128 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.925296 object centre at (A) : 15.55600 -0.5120001 19.77650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.9404407E-02 0.2612361 midg,1,midg; midg,igrid,midg -1.6622370E-02 0.2217648 1,midg,midg; igrid,midg,midg -0.4886201 0.1174490 gauss-seidel spectral radius is 0.9992788 estimated iterations to convergence 294 setup time was (sec) 1.420000 now iterating at: 14:05:17 rms-change max change #iterations 11.05296 396.6310 at 10iterations 6.503391 139.3398 at 20iterations 3.796095 76.75110 at 30iterations 2.216710 42.36313 at 40iterations 1.288036 22.20692 at 50iterations 0.7509660 13.11236 at 60iterations 0.4361957 7.561123 at 70iterations 0.2532022 4.273375 at 80iterations 0.1471552 2.585617 at 90iterations 8.5216321E-02 1.623290 at 100iterations 4.9410541E-02 0.8738375 at 110iterations 2.8647222E-02 0.4712372 at 120iterations 1.6599556E-02 0.2712483 at 130iterations 9.6271820E-03 0.1663475 at 140iterations 5.5823424E-03 0.1067543 at 150iterations 3.2473002E-03 5.1235199E-02 at 160iterations 1.8878058E-03 3.2789230E-02 at 170iterations 1.1046176E-03 1.9376755E-02 at 180iterations finished qdiffx linear iterations at : 14:05:30 total time elapsed so far: 14.03000 # loops : 180 mean,max change (kT/e) : 1.1046176E-03 1.9376755E-02 energy calculations done at 14.03000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.16000 DelPhi exited at 14:05:30 14.162u 0.265s 0:14.77 97.6% 0+0k 0+0io 0pf+0w