Sat Oct 8 17:21:31 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 17:21:31 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: 323 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3477 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5598805 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): -55.57600 8.009000 ymin,ymax (A): 21.20400 82.75600 zmin,zma (A): 41.00600 95.90900 x,y,z range (A): 63.58500 61.55200 54.90300 scale (grids/A): 0.5598805 object centre (A): -23.78350 51.98000 68.45750 number of atom coordinates read : 3477 total number of charged atoms : 3331 net assigned charge : -2.999991 assigned positive charge : 530.8711 centred at (gu) : 92.49618 90.18777 90.18691 assigned negative charge : -533.8729 centred at (gu) : 92.54239 90.16212 90.19307 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7049 nv = 96 ne = 84 npr = 71321 no. pairs analyzed = 71321 no. exposed pairs = 4347 no. arc points = 29624 no. surface atoms = 1464 nbur = 2013 mkacc time = 0.1500000 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.540000 m= 310 mr = 3792 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 8 time to turn everything in is 0.3400000 number of dielectric boundary points 3554 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3103 ## 383 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 9191 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.0875279E-10 -3.9694822E-10 midg,1,midg; midg,igrid,midg -6.0886080E-10 3.9703851E-11 1,midg,midg; igrid,midg,midg 1.6169341E-10 -1.6805639E-09 gauss-seidel spectral radius is 0.9835784 estimated iterations to convergence 64 setup time was (sec) 0.5600000 now iterating at: 17:21:32 rms-change max change #iterations 9.0081751E-02 15.63952 at 10iterations 6.5746680E-03 1.089590 at 20iterations 5.3509552E-04 7.9797268E-02 at 30iterations 8.3454557E-05 1.4606476E-02 at 40iterations 2.2190587E-05 3.9796829E-03 at 50iterations finished qdiffx linear iterations at : 17:21:34 total time elapsed so far: 3.030000 # loops : 50 mean,max change (kT/e) : 2.2190587E-05 3.9796829E-03 energy calculations done at 3.030000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.210000 DelPhi exited at 17:21:35 3.212u 0.202s 0:03.70 92.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 Sat Oct 8 2011 at 17:21:35 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: 323 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3477 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.679641 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): -55.57600 8.009000 ymin,ymax (A): 21.20400 82.75600 zmin,zma (A): 41.00600 95.90900 x,y,z range (A): 63.58500 61.55200 54.90300 scale (grids/A): 1.679641 object centre (A): -23.78350 51.98000 68.45750 number of atom coordinates read : 3477 total number of charged atoms : 3331 net assigned charge : -2.999991 assigned positive charge : 530.8711 centred at (gu) : 97.48729 90.56216 90.55976 assigned negative charge : -533.8729 centred at (gu) : 97.62674 90.48652 90.57868 start vw surface at 0.1600000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 77719 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29624 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 25505 mr = 53825 m= 2945 mr = 17941 m= 92 mr = 1446 m= 1 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 232 time to turn everything in is 0.5600000 number of dielectric boundary points 33044 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 323 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.6900000 number of grid points assigned charge 25684 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.5598805 object centre at (A) : -23.78350 51.98000 68.45750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.0783578E-03 -1.1714449E-02 midg,1,midg; midg,igrid,midg -2.0597866E-02 3.2472741E-03 1,midg,midg; igrid,midg,midg 1.0676697E-02 -1.2493161E-02 gauss-seidel spectral radius is 0.9983284 estimated iterations to convergence 194 setup time was (sec) 0.8400000 now iterating at: 17:21:36 rms-change max change #iterations 3.936402 174.4562 at 10iterations 1.697464 71.72343 at 20iterations 0.7320635 24.74120 at 30iterations 0.3169439 10.55580 at 40iterations 0.1373972 4.744873 at 50iterations 5.9314009E-02 1.856908 at 60iterations 2.5701268E-02 0.7876339 at 70iterations 1.1130842E-02 0.3733177 at 80iterations 4.8217117E-03 0.1518952 at 90iterations 2.0982514E-03 7.6093674E-02 at 100iterations 9.1555109E-04 3.2619476E-02 at 110iterations 4.0385727E-04 1.3252258E-02 at 120iterations finished qdiffx linear iterations at : 17:21:42 total time elapsed so far: 7.280000 # loops : 120 mean,max change (kT/e) : 4.0385727E-04 1.3252258E-02 energy calculations done at 7.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.450000 DelPhi exited at 17:21:43 7.456u 0.227s 0:07.96 96.3% 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 17:21:43 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: 323 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3477 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.519462 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): -55.57600 8.009000 ymin,ymax (A): 21.20400 82.75600 zmin,zma (A): 41.00600 95.90900 x,y,z range (A): 63.58500 61.55200 54.90300 scale (grids/A): 2.519462 object centre (A): -23.78350 51.98000 68.45750 number of atom coordinates read : 3477 total number of charged atoms : 3331 net assigned charge : -2.999991 assigned positive charge : 530.8711 centred at (gu) : 101.2307 90.84311 90.83939 assigned negative charge : -533.8729 centred at (gu) : 101.4398 90.72942 90.86795 start vw surface at 0.1600000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 180335 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29624 grid for indexing accessible points = 1.400000 m= 86847 mr = 131401 m= 26414 mr = 69361 m= 4599 mr = 20093 m= 367 mr = 2994 m= 7 mr = 138 m= 0 mr = 0 time to grow re-entrant surface = 0.7800000 no. cavity mid-points inaccessible to solvent = 709 time to turn everything in is 1.350000 number of dielectric boundary points 74582 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 20 iepsmp to db, and charging done at 1.510000 number of grid points assigned charge 26636 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.679641 object centre at (A) : -23.78350 51.98000 68.45750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.6445460E-02 -0.1351762 midg,1,midg; midg,igrid,midg -0.2209393 9.7466014E-02 1,midg,midg; igrid,midg,midg 3.3084832E-02 -0.2358377 gauss-seidel spectral radius is 0.9991878 estimated iterations to convergence 277 setup time was (sec) 1.680000 now iterating at: 17:21:45 rms-change max change #iterations 9.980034 324.8637 at 10iterations 5.707620 149.2395 at 20iterations 3.251438 68.07353 at 30iterations 1.843781 37.09436 at 40iterations 1.042910 21.40027 at 50iterations 0.5868508 11.07668 at 60iterations 0.3304199 6.238041 at 70iterations 0.1857445 3.483047 at 80iterations 0.1041397 1.946633 at 90iterations 5.8423631E-02 1.093666 at 100iterations 3.2755949E-02 0.6110811 at 110iterations 1.8398354E-02 0.4002457 at 120iterations 1.0289972E-02 0.1772447 at 130iterations 5.7814391E-03 0.1066804 at 140iterations 3.2423537E-03 6.0167432E-02 at 150iterations 1.8298697E-03 3.6302924E-02 at 160iterations 1.0343309E-03 2.0694733E-02 at 170iterations 5.9128116E-04 1.0807037E-02 at 180iterations finished qdiffx linear iterations at : 17:21:55 total time elapsed so far: 12.15000 # loops : 180 mean,max change (kT/e) : 5.9128116E-04 1.0807037E-02 energy calculations done at 12.15000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.35000 DelPhi exited at 17:21:56 12.349u 0.219s 0:12.93 97.0% 0+0k 0+0io 0pf+0w