Sun Oct 9 00:06:23 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 00:06:23 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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2435 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: 0.6269703 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): 82.85201 125.0510 ymin,ymax (A): 67.15600 120.5920 zmin,zma (A): 54.03800 110.8190 x,y,z range (A): 42.19900 53.43600 56.78100 scale (grids/A): 0.6269703 object centre (A): 103.9515 93.87400 82.42850 number of atom coordinates read : 2435 total number of charged atoms : 2298 net assigned charge : 9.000029 assigned positive charge : 359.1652 centred at (gu) : 90.48958 89.12746 89.40047 assigned negative charge : -350.1660 centred at (gu) : 90.34863 89.16289 89.48876 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 6549 nv = 96 ne = 84 npr = 48614 no. pairs analyzed = 48614 no. exposed pairs = 3201 no. arc points = 22497 no. surface atoms = 1076 nbur = 1359 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 371 mr = 3430 m= 0 mr = 30 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 5 time to turn everything in is 0.3200000 number of dielectric boundary points 3460 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2292 ## 210 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 7825 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.7327658E-08 2.0628081E-09 midg,1,midg; midg,igrid,midg 1.3748334E-08 5.2006301E-09 1,midg,midg; igrid,midg,midg -1.4451792E-09 2.1111841E-08 gauss-seidel spectral radius is 0.9868165 estimated iterations to convergence 71 setup time was (sec) 0.5800000 now iterating at: 00:06:24 rms-change max change #iterations 0.1273301 19.45308 at 10iterations 1.1994584E-02 1.877778 at 20iterations 1.3950632E-03 0.2156181 at 30iterations 3.3717012E-04 5.3641319E-02 at 40iterations 1.2173562E-04 1.9330978E-02 at 50iterations finished qdiffx linear iterations at : 00:06:27 total time elapsed so far: 3.990000 # loops : 50 mean,max change (kT/e) : 1.2173562E-04 1.9330978E-02 energy calculations done at 3.990000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.170000 DelPhi exited at 00:06:28 4.174u 0.319s 0:04.76 94.1% 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 00:06:28 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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2435 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: 1.880911 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): 82.85201 125.0510 ymin,ymax (A): 67.15600 120.5920 zmin,zma (A): 54.03800 110.8190 x,y,z range (A): 42.19900 53.43600 56.78100 scale (grids/A): 1.880911 object centre (A): 103.9515 93.87400 82.42850 number of atom coordinates read : 2435 total number of charged atoms : 2298 net assigned charge : 9.000029 assigned positive charge : 359.1652 centred at (gu) : 91.46844 87.38169 88.20104 assigned negative charge : -350.1660 centred at (gu) : 91.04580 87.48832 88.46609 start vw surface at 0.1500000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 70000 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22497 grid for indexing accessible points = 1.400000 m= 25674 mr = 47307 m= 4355 mr = 18528 m= 251 mr = 2731 m= 4 mr = 92 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6500000 number of dielectric boundary points 31626 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 152 iepsmp to db, and charging done at 0.7900000 number of grid points assigned charge 18054 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.6269703 object centre at (A) : 103.9515 93.87400 82.42850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.2625824E-02 -6.4419643E-03 midg,1,midg; midg,igrid,midg 2.3600304E-02 3.5926361E-02 1,midg,midg; igrid,midg,midg -2.1275696E-03 2.8772278E-02 gauss-seidel spectral radius is 0.9985944 estimated iterations to convergence 211 setup time was (sec) 0.9600000 now iterating at: 00:06:29 rms-change max change #iterations 3.929009 167.6778 at 10iterations 1.808615 67.10236 at 20iterations 0.8378578 28.30456 at 30iterations 0.3890608 12.95833 at 40iterations 0.1795572 6.194041 at 50iterations 8.3323702E-02 2.649438 at 60iterations 3.8585532E-02 1.313362 at 70iterations 1.7917918E-02 0.6656094 at 80iterations 8.3632115E-03 0.3051529 at 90iterations 3.9548934E-03 0.1266708 at 100iterations 1.9118359E-03 6.7449093E-02 at 110iterations 9.6662395E-04 3.3340454E-02 at 120iterations finished qdiffx linear iterations at : 00:06:38 total time elapsed so far: 9.640000 # loops : 120 mean,max change (kT/e) : 9.6662395E-04 3.3340454E-02 energy calculations done at 9.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.820000 DelPhi exited at 00:06:38 9.824u 0.319s 0:10.43 97.1% 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 00:06:38 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: 274 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2435 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.821366 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): 82.85201 125.0510 ymin,ymax (A): 67.15600 120.5920 zmin,zma (A): 54.03800 110.8190 x,y,z range (A): 42.19900 53.43600 56.78100 scale (grids/A): 2.821366 object centre (A): 103.9515 93.87400 82.42850 number of atom coordinates read : 2435 total number of charged atoms : 2298 net assigned charge : 9.000029 assigned positive charge : 359.1652 centred at (gu) : 92.20257 86.07244 87.30147 assigned negative charge : -350.1660 centred at (gu) : 91.56876 86.23251 87.69919 start vw surface at 0.1600000 fill in re-entrant regions at 0.5400000 boundary points on vw surface= 161852 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22497 grid for indexing accessible points = 1.400000 m= 81621 mr = 115202 m= 30787 mr = 65699 m= 7850 mr = 24486 m= 1168 mr = 5921 m= 77 mr = 770 m= 3 mr = 41 m= 0 mr = 0 time to grow re-entrant surface = 1.000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.650000 number of dielectric boundary points 71239 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.800000 number of grid points assigned charge 18378 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.880911 object centre at (A) : 103.9515 93.87400 82.42850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5465355 -0.4982119 midg,1,midg; midg,igrid,midg 0.2578486 0.4857634 1,midg,midg; igrid,midg,midg -1.7158641E-02 0.2944486 gauss-seidel spectral radius is 0.9992564 estimated iterations to convergence 289 setup time was (sec) 1.990000 now iterating at: 00:06:41 rms-change max change #iterations 9.417313 304.3934 at 10iterations 5.532238 129.9350 at 20iterations 3.225506 74.63969 at 30iterations 1.880023 46.48502 at 40iterations 1.091320 26.69411 at 50iterations 0.6306707 12.58278 at 60iterations 0.3650372 8.306227 at 70iterations 0.2106631 4.121685 at 80iterations 0.1212521 2.456882 at 90iterations 7.0065960E-02 1.376270 at 100iterations 4.0270183E-02 0.7917442 at 110iterations 2.3201630E-02 0.4291840 at 120iterations 1.3380930E-02 0.2696409 at 130iterations 7.7190120E-03 0.1407166 at 140iterations 4.4652219E-03 8.1062317E-02 at 150iterations 2.5960747E-03 5.2721024E-02 at 160iterations 1.5260172E-03 3.2281876E-02 at 170iterations 9.1667072E-04 2.0643234E-02 at 180iterations finished qdiffx linear iterations at : 00:06:55 total time elapsed so far: 16.21000 # loops : 180 mean,max change (kT/e) : 9.1667072E-04 2.0643234E-02 energy calculations done at 16.21000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.39000 DelPhi exited at 00:06:55 16.390u 0.328s 0:16.96 98.5% 0+0k 0+0io 0pf+0w