Sun Oct 9 11:30:40 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 11:30:40 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 = 2866 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.5790877 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): -22.52800 38.94800 ymin,ymax (A): -25.92000 27.16300 zmin,zma (A): -27.87500 26.66100 x,y,z range (A): 61.47600 53.08300 54.53600 scale (grids/A): 0.5790877 object centre (A): 8.210001 0.6215000 -0.6070004 number of atom coordinates read : 2866 total number of charged atoms : 2765 net assigned charge : 2.7745962E-05 assigned positive charge : 422.4021 centred at (gu) : 89.67538 90.15179 91.14558 assigned negative charge : -422.4037 centred at (gu) : 89.67477 90.13086 91.07869 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6597 nv = 96 ne = 84 npr = 55927 no. pairs analyzed = 55927 no. exposed pairs = 3956 no. arc points = 28430 no. surface atoms = 1305 nbur = 1561 mkacc time = 8.9999996E-02 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.512000 m= 351 mr = 3297 m= 1 mr = 28 m= 0 mr = 0 time to grow re-entrant surface = 9.9999987E-02 no. cavity mid-points inaccessible to solvent = 22 time to turn everything in is 0.2100000 number of dielectric boundary points 3624 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2730 ## 267 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 8239 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.0557911E-09 1.7490576E-09 midg,1,midg; midg,igrid,midg -4.2763434E-10 4.2043272E-10 1,midg,midg; igrid,midg,midg -3.2585830E-11 -5.2764546E-12 gauss-seidel spectral radius is 0.9846143 estimated iterations to convergence 66 setup time was (sec) 0.3900000 now iterating at: 11:30:40 rms-change max change #iterations 9.3547635E-02 12.71368 at 10iterations 7.4194367E-03 1.223007 at 20iterations 6.8597734E-04 0.1130142 at 30iterations 1.1850800E-04 2.7091980E-02 at 40iterations 3.2458029E-05 7.9288483E-03 at 50iterations finished qdiffx linear iterations at : 11:30:43 total time elapsed so far: 3.310000 # loops : 50 mean,max change (kT/e) : 3.2458029E-05 7.9288483E-03 energy calculations done at 3.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.440000 DelPhi exited at 11:30:44 3.442u 0.188s 0:04.02 90.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 11:30:44 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 = 2866 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.737263 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): -22.52800 38.94800 ymin,ymax (A): -25.92000 27.16300 zmin,zma (A): -27.87500 26.66100 x,y,z range (A): 61.47600 53.08300 54.53600 scale (grids/A): 1.737263 object centre (A): 8.210001 0.6215000 -0.6070004 number of atom coordinates read : 2866 total number of charged atoms : 2765 net assigned charge : 2.7745962E-05 assigned positive charge : 422.4021 centred at (gu) : 89.02518 90.45451 93.43567 assigned negative charge : -422.4037 centred at (gu) : 89.02419 90.39231 93.23594 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 71683 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28430 grid for indexing accessible points = 1.400000 m= 24444 mr = 47573 m= 3671 mr = 16740 m= 181 mr = 1963 m= 2 mr = 23 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 1149 time to turn everything in is 0.3600000 number of dielectric boundary points 33682 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 186 iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 21524 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.5790877 object centre at (A) : 8.210001 0.6215000 -0.6070004 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.4191949E-02 4.2617875E-03 midg,1,midg; midg,igrid,midg 5.3464989E-03 2.0904494E-02 1,midg,midg; igrid,midg,midg 1.3074520E-02 -1.2738169E-02 gauss-seidel spectral radius is 0.9984202 estimated iterations to convergence 200 setup time was (sec) 0.5700000 now iterating at: 11:30:45 rms-change max change #iterations 3.685961 168.6577 at 10iterations 1.622802 61.51879 at 20iterations 0.7166600 26.27459 at 30iterations 0.3157189 11.57287 at 40iterations 0.1396099 5.192879 at 50iterations 6.1735932E-02 2.189891 at 60iterations 2.7206158E-02 1.184333 at 70iterations 1.2058060E-02 0.4631958 at 80iterations 5.3274385E-03 0.1848602 at 90iterations 2.3741142E-03 8.2000732E-02 at 100iterations 1.0587509E-03 3.6274910E-02 at 110iterations 4.7398286E-04 1.7906189E-02 at 120iterations finished qdiffx linear iterations at : 11:30:52 total time elapsed so far: 7.780000 # loops : 120 mean,max change (kT/e) : 4.7398286E-04 1.7906189E-02 energy calculations done at 7.780000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.900000 DelPhi exited at 11:30:52 7.907u 0.225s 0:08.40 96.6% 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 11:30:52 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 = 2866 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.605895 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): -22.52800 38.94800 ymin,ymax (A): -25.92000 27.16300 zmin,zma (A): -27.87500 26.66100 x,y,z range (A): 61.47600 53.08300 54.53600 scale (grids/A): 2.605895 object centre (A): 8.210001 0.6215000 -0.6070004 number of atom coordinates read : 2866 total number of charged atoms : 2765 net assigned charge : 2.7745962E-05 assigned positive charge : 422.4021 centred at (gu) : 88.53754 90.68179 95.15316 assigned negative charge : -422.4037 centred at (gu) : 88.53633 90.58851 94.85397 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 165892 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28430 grid for indexing accessible points = 1.400000 m= 79761 mr = 116532 m= 27495 mr = 62262 m= 6215 mr = 20779 m= 702 mr = 4217 m= 16 mr = 341 m= 2 mr = 2 m= 0 mr = 0 time to grow re-entrant surface = 0.5100000 no. cavity mid-points inaccessible to solvent = 3857 time to turn everything in is 0.8900000 number of dielectric boundary points 75950 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 0.9800000 number of grid points assigned charge 22115 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.737263 object centre at (A) : 8.210001 0.6215000 -0.6070004 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1538810 9.0457089E-02 midg,1,midg; midg,igrid,midg 0.1947847 0.3355743 1,midg,midg; igrid,midg,midg 0.1940026 -0.2273138 gauss-seidel spectral radius is 0.9992166 estimated iterations to convergence 282 setup time was (sec) 1.130000 now iterating at: 11:30:54 rms-change max change #iterations 9.322959 259.0217 at 10iterations 5.455096 135.4526 at 20iterations 3.152547 72.73448 at 30iterations 1.821648 40.60135 at 40iterations 1.048574 22.30019 at 50iterations 0.5997448 13.34424 at 60iterations 0.3419873 6.583778 at 70iterations 0.1946999 4.437332 at 80iterations 0.1107768 2.243187 at 90iterations 6.2952608E-02 1.253428 at 100iterations 3.5809208E-02 0.7651825 at 110iterations 2.0235917E-02 0.4566841 at 120iterations 1.1481172E-02 0.2065468 at 130iterations 6.5209619E-03 0.1330681 at 140iterations 3.6926318E-03 7.4764252E-02 at 150iterations 2.0982518E-03 3.9567947E-02 at 160iterations 1.1900779E-03 2.2712708E-02 at 170iterations 6.7859032E-04 1.4411479E-02 at 180iterations finished qdiffx linear iterations at : 11:31:05 total time elapsed so far: 12.50000 # loops : 180 mean,max change (kT/e) : 6.7859032E-04 1.4411479E-02 energy calculations done at 12.50000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.62000 DelPhi exited at 11:31:05 12.621u 0.223s 0:13.14 97.7% 0+0k 0+0io 0pf+0w