Sat Oct 8 17:50:29 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:50:30 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: 253 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3065 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.5529410 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): -39.19000 10.08400 ymin,ymax (A): 8.046000 72.42900 zmin,zma (A): 62.93200 109.1800 x,y,z range (A): 49.27400 64.38300 46.24800 scale (grids/A): 0.5529410 object centre (A): -14.55300 40.23750 86.05600 number of atom coordinates read : 3065 total number of charged atoms : 2924 net assigned charge : 1.000005 assigned positive charge : 453.5432 centred at (gu) : 89.89432 89.01899 90.28181 assigned negative charge : -452.5443 centred at (gu) : 89.80616 88.98311 90.28468 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6254 nv = 96 ne = 84 npr = 61829 no. pairs analyzed = 61829 no. exposed pairs = 3781 no. arc points = 25939 no. surface atoms = 1284 nbur = 1781 mkacc time = 0.1800000 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= 259 mr = 3405 m= 1 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3800000 number of dielectric boundary points 3101 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2695 ## 366 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 8050 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.0399952E-10 6.5392095E-11 midg,1,midg; midg,igrid,midg -2.9383149E-10 3.1338554E-10 1,midg,midg; igrid,midg,midg -7.1162687E-10 8.2670015E-10 gauss-seidel spectral radius is 0.9831391 estimated iterations to convergence 63 setup time was (sec) 0.6600000 now iterating at: 17:50:30 rms-change max change #iterations 7.7371828E-02 12.88125 at 10iterations 5.4165968E-03 0.8994331 at 20iterations 3.8848628E-04 7.2565235E-02 at 30iterations 3.5957146E-05 6.0281754E-03 at 40iterations 5.9753229E-06 1.3694763E-03 at 50iterations finished qdiffx linear iterations at : 17:50:34 total time elapsed so far: 4.010000 # loops : 50 mean,max change (kT/e) : 5.9753229E-06 1.3694763E-03 energy calculations done at 4.010000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.190000 DelPhi exited at 17:50:34 4.197u 0.272s 0:04.75 93.8% 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:50:34 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: 253 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3065 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.658823 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): -39.19000 10.08400 ymin,ymax (A): 8.046000 72.42900 zmin,zma (A): 62.93200 109.1800 x,y,z range (A): 49.27400 64.38300 46.24800 scale (grids/A): 1.658823 object centre (A): -14.55300 40.23750 86.05600 number of atom coordinates read : 3065 total number of charged atoms : 2924 net assigned charge : 1.000005 assigned positive charge : 453.5432 centred at (gu) : 89.68223 87.05631 90.84487 assigned negative charge : -452.5443 centred at (gu) : 89.41824 86.94919 90.85350 start vw surface at 0.1800000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 69093 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25939 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 22927 mr = 48522 m= 2566 mr = 16129 m= 76 mr = 1295 m= 0 mr = 8 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 196 time to turn everything in is 0.6400000 number of dielectric boundary points 28708 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 277 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.7700000 number of grid points assigned charge 22449 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.5529410 object centre at (A) : -14.55300 40.23750 86.05600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.0229644E-03 -3.2439630E-03 midg,1,midg; midg,igrid,midg 1.9728253E-02 -2.4012789E-02 1,midg,midg; igrid,midg,midg 3.9651962E-03 1.2435431E-02 gauss-seidel spectral radius is 0.9982520 estimated iterations to convergence 190 setup time was (sec) 0.9400000 now iterating at: 17:50:36 rms-change max change #iterations 3.462946 148.5433 at 10iterations 1.466290 50.99963 at 20iterations 0.6222675 22.69301 at 30iterations 0.2643254 9.436090 at 40iterations 0.1119272 4.064640 at 50iterations 4.7680717E-02 1.568389 at 60iterations 2.0219158E-02 0.6955872 at 70iterations 8.6084111E-03 0.2875400 at 80iterations 3.6561391E-03 0.1420798 at 90iterations 1.5642553E-03 5.2993774E-02 at 100iterations 6.6659978E-04 2.4119854E-02 at 110iterations 2.8710757E-04 1.0074615E-02 at 120iterations finished qdiffx linear iterations at : 17:50:44 total time elapsed so far: 9.360000 # loops : 120 mean,max change (kT/e) : 2.8710757E-04 1.0074615E-02 energy calculations done at 9.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.540000 DelPhi exited at 17:50:44 9.542u 0.306s 0:10.12 97.2% 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:50: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: 253 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3065 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: 2.488234 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): -39.19000 10.08400 ymin,ymax (A): 8.046000 72.42900 zmin,zma (A): 62.93200 109.1800 x,y,z range (A): 49.27400 64.38300 46.24800 scale (grids/A): 2.488234 object centre (A): -14.55300 40.23750 86.05600 number of atom coordinates read : 3065 total number of charged atoms : 2924 net assigned charge : 1.000005 assigned positive charge : 453.5432 centred at (gu) : 89.52330 85.58415 91.26713 assigned negative charge : -452.5443 centred at (gu) : 89.12718 85.42366 91.28031 start vw surface at 0.1600000 fill in re-entrant regions at 0.5000000 boundary points on vw surface= 160472 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25939 grid for indexing accessible points = 1.400000 m= 78522 mr = 118214 m= 23354 mr = 63153 m= 4052 mr = 17563 m= 337 mr = 2711 m= 4 mr = 183 m= 0 mr = 0 time to grow re-entrant surface = 0.9200000 no. cavity mid-points inaccessible to solvent = 702 time to turn everything in is 1.520000 number of dielectric boundary points 64917 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 20 iepsmp to db, and charging done at 1.670000 number of grid points assigned charge 23354 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.658823 object centre at (A) : -14.55300 40.23750 86.05600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.2251571E-02 -3.8638141E-02 midg,1,midg; midg,igrid,midg 0.4876534 -0.4215679 1,midg,midg; igrid,midg,midg 8.9110784E-02 0.1746972 gauss-seidel spectral radius is 0.9991589 estimated iterations to convergence 272 setup time was (sec) 1.850000 now iterating at: 17:50:47 rms-change max change #iterations 8.847645 310.5019 at 10iterations 4.991607 123.3055 at 20iterations 2.799862 58.94198 at 30iterations 1.562291 35.64295 at 40iterations 0.8719525 18.15258 at 50iterations 0.4846544 9.754149 at 60iterations 0.2690147 5.264542 at 70iterations 0.1492936 2.941213 at 80iterations 8.2916230E-02 1.700242 at 90iterations 4.5921057E-02 0.9340134 at 100iterations 2.5438277E-02 0.4967394 at 110iterations 1.4103374E-02 0.2989693 at 120iterations 7.8285672E-03 0.1686850 at 130iterations 4.3275948E-03 8.3726883E-02 at 140iterations 2.4043943E-03 4.6131134E-02 at 150iterations 1.3338288E-03 2.6435375E-02 at 160iterations 7.4442476E-04 1.4896393E-02 at 170iterations 4.1621545E-04 7.8588724E-03 at 180iterations finished qdiffx linear iterations at : 17:51:00 total time elapsed so far: 15.66000 # loops : 180 mean,max change (kT/e) : 4.1621545E-04 7.8588724E-03 energy calculations done at 15.66000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.85000 DelPhi exited at 17:51:01 15.853u 0.319s 0:16.46 98.1% 0+0k 0+0io 0pf+0w