Sun Oct 9 10:36:46 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 10:36:46 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2581 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.6330127 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.583000 57.82200 ymin,ymax (A): -28.83900 24.85000 zmin,zma (A): -24.43500 26.92500 x,y,z range (A): 56.23900 53.68900 51.36000 scale (grids/A): 0.6330127 object centre (A): 29.70250 -1.994499 1.245001 number of atom coordinates read : 2581 total number of charged atoms : 2440 net assigned charge : -2.499962 assigned positive charge : 372.6956 centred at (gu) : 89.13905 89.22079 91.18456 assigned negative charge : -375.1968 centred at (gu) : 89.15388 89.36201 91.31465 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7130 nv = 96 ne = 84 npr = 51236 no. pairs analyzed = 51236 no. exposed pairs = 3661 no. arc points = 26158 no. surface atoms = 1229 nbur = 1352 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 417 mr = 3521 m= 1 mr = 53 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2900000 number of dielectric boundary points 3974 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2418 ## 197 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 8447 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.9032189E-09 -1.9667793E-08 midg,1,midg; midg,igrid,midg 1.1898577E-08 -1.3692898E-08 1,midg,midg; igrid,midg,midg -1.8261785E-09 -3.5777981E-09 gauss-seidel spectral radius is 0.9870874 estimated iterations to convergence 72 setup time was (sec) 0.5100000 now iterating at: 10:36:46 rms-change max change #iterations 0.1301860 18.72205 at 10iterations 1.2686317E-02 1.997002 at 20iterations 1.2267068E-03 0.1994820 at 30iterations 1.2167334E-04 2.1939278E-02 at 40iterations 1.4084293E-05 2.0394325E-03 at 50iterations finished qdiffx linear iterations at : 10:36:49 total time elapsed so far: 2.930000 # loops : 50 mean,max change (kT/e) : 1.4084293E-05 2.0394325E-03 energy calculations done at 2.930000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.100000 DelPhi exited at 10:36:49 3.108u 0.145s 0:03.56 91.0% 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 10:36:49 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2581 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.899038 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.583000 57.82200 ymin,ymax (A): -28.83900 24.85000 zmin,zma (A): -24.43500 26.92500 x,y,z range (A): 56.23900 53.68900 51.36000 scale (grids/A): 1.899038 object centre (A): 29.70250 -1.994499 1.245001 number of atom coordinates read : 2581 total number of charged atoms : 2440 net assigned charge : -2.499962 assigned positive charge : 372.6956 centred at (gu) : 87.41636 87.66157 93.55304 assigned negative charge : -375.1968 centred at (gu) : 87.46172 88.08573 93.94377 start vw surface at 0.1500000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 76210 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26158 grid for indexing accessible points = 1.400000 m= 26248 mr = 49569 m= 4519 mr = 18106 m= 312 mr = 2727 m= 4 mr = 131 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5400000 number of dielectric boundary points 36761 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 107 iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 19208 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.6330127 object centre at (A) : 29.70250 -1.994499 1.245001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.0493280E-03 -4.5136139E-02 midg,1,midg; midg,igrid,midg 3.7042048E-02 -1.1761553E-02 1,midg,midg; igrid,midg,midg 2.8858415E-03 -8.6427694E-03 gauss-seidel spectral radius is 0.9986478 estimated iterations to convergence 215 setup time was (sec) 0.8000000 now iterating at: 10:36:50 rms-change max change #iterations 4.133905 169.3076 at 10iterations 1.922614 74.53767 at 20iterations 0.9021528 33.53266 at 30iterations 0.4219168 12.97745 at 40iterations 0.1984647 6.155406 at 50iterations 9.2748813E-02 2.935493 at 60iterations 4.3635841E-02 1.420900 at 70iterations 2.0487159E-02 0.6237940 at 80iterations 9.6074827E-03 0.3660269 at 90iterations 4.5137065E-03 0.1389561 at 100iterations 2.1207412E-03 7.1334839E-02 at 110iterations 9.9229743E-04 3.3102512E-02 at 120iterations finished qdiffx linear iterations at : 10:36:56 total time elapsed so far: 6.830000 # loops : 120 mean,max change (kT/e) : 9.9229743E-04 3.3102512E-02 energy calculations done at 6.830000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.010000 DelPhi exited at 10:36:57 7.008u 0.176s 0:07.51 95.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 Sun Oct 9 2011 at 10:36:57 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2581 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.848557 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.583000 57.82200 ymin,ymax (A): -28.83900 24.85000 zmin,zma (A): -24.43500 26.92500 x,y,z range (A): 56.23900 53.68900 51.36000 scale (grids/A): 2.848557 object centre (A): 29.70250 -1.994499 1.245001 number of atom coordinates read : 2581 total number of charged atoms : 2440 net assigned charge : -2.499962 assigned positive charge : 372.6956 centred at (gu) : 86.12449 86.49216 95.32938 assigned negative charge : -375.1968 centred at (gu) : 86.19259 87.12862 95.91566 start vw surface at 0.1400000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 176410 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26158 grid for indexing accessible points = 1.400000 m= 83715 mr = 121327 m= 30763 mr = 65523 m= 8160 mr = 23748 m= 1298 mr = 5840 m= 73 mr = 885 m= 1 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.7900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.330000 number of dielectric boundary points 83062 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.450000 number of grid points assigned charge 19519 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.899038 object centre at (A) : 29.70250 -1.994499 1.245001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1348984 -0.4510325 midg,1,midg; midg,igrid,midg 0.4008989 -7.3312238E-02 1,midg,midg; igrid,midg,midg -4.7496152E-03 -2.9792115E-02 gauss-seidel spectral radius is 0.9992709 estimated iterations to convergence 292 setup time was (sec) 1.600000 now iterating at: 10:36:59 rms-change max change #iterations 9.855844 322.4097 at 10iterations 5.849897 134.1280 at 20iterations 3.447473 76.00962 at 30iterations 2.020312 39.71182 at 40iterations 1.181134 22.98862 at 50iterations 0.6869718 13.27027 at 60iterations 0.3992243 7.654896 at 70iterations 0.2322739 4.268800 at 80iterations 0.1345610 2.642037 at 90iterations 7.7908956E-02 1.403649 at 100iterations 4.5101222E-02 0.8518238 at 110iterations 2.6109738E-02 0.4996433 at 120iterations 1.5094352E-02 0.2925644 at 130iterations 8.7234387E-03 0.1565075 at 140iterations 5.0306972E-03 8.9164734E-02 at 150iterations 2.9126222E-03 5.1811218E-02 at 160iterations 1.6832208E-03 2.9888630E-02 at 170iterations 9.7374333E-04 1.7217636E-02 at 180iterations finished qdiffx linear iterations at : 10:37:08 total time elapsed so far: 11.15000 # loops : 180 mean,max change (kT/e) : 9.7374333E-04 1.7217636E-02 energy calculations done at 11.15000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.33000 DelPhi exited at 10:37:09 11.328u 0.163s 0:11.80 97.2% 0+0k 0+0io 0pf+0w