Mon Oct 10 19:32:52 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 Mon Oct 10 2011 at 19:32:53 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: 287 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2702 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: 0.5276576 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): -57.20700 10.26100 ymin,ymax (A): -45.27700 10.33400 zmin,zma (A): -12.02800 35.40300 x,y,z range (A): 67.46799 55.61100 47.43100 scale (grids/A): 0.5276576 object centre (A): -23.47300 -17.47150 11.68750 number of atom coordinates read : 2702 total number of charged atoms : 2568 net assigned charge : 12.50002 assigned positive charge : 400.2765 centred at (gu) : 89.63886 89.75243 90.24087 assigned negative charge : -387.7775 centred at (gu) : 89.71113 89.84254 90.19216 start vw surface at 0.1900000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 4930 nv = 96 ne = 84 npr = 53604 no. pairs analyzed = 53604 no. exposed pairs = 3606 no. arc points = 25374 no. surface atoms = 1214 nbur = 1488 mkacc time = 0.1200000 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.596000 m= 217 mr = 2397 m= 2 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 2746 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2613 ## 371 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 6502 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.1639933E-10 5.3915405E-10 midg,1,midg; midg,igrid,midg 6.6390343E-10 1.0317222E-10 1,midg,midg; igrid,midg,midg 6.2849509E-10 1.4802055E-10 gauss-seidel spectral radius is 0.9814818 estimated iterations to convergence 61 setup time was (sec) 0.5700000 now iterating at: 19:32:54 rms-change max change #iterations 5.7275608E-02 10.46955 at 10iterations 3.4422155E-03 0.6379542 at 20iterations 2.1351635E-04 3.7210464E-02 at 30iterations 1.3151529E-05 2.6187897E-03 at 40iterations 8.2255917E-07 1.5091896E-04 at 50iterations finished qdiffx linear iterations at : 19:32:56 total time elapsed so far: 3.260000 # loops : 50 mean,max change (kT/e) : 8.2255917E-07 1.5091896E-04 energy calculations done at 3.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 19:32:57 3.432u 0.207s 0:04.21 86.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 Mon Oct 10 2011 at 19:32: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: 287 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2702 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.582973 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): -57.20700 10.26100 ymin,ymax (A): -45.27700 10.33400 zmin,zma (A): -12.02800 35.40300 x,y,z range (A): 67.46799 55.61100 47.43100 scale (grids/A): 1.582973 object centre (A): -23.47300 -17.47150 11.68750 number of atom coordinates read : 2702 total number of charged atoms : 2568 net assigned charge : 12.50002 assigned positive charge : 400.2765 centred at (gu) : 88.91626 89.25675 90.72169 assigned negative charge : -387.7775 centred at (gu) : 89.13319 89.52727 90.57629 start vw surface at 0.1500000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 54572 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25374 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 16225 mr = 35647 m= 1559 mr = 10603 m= 46 mr = 665 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 680 time to turn everything in is 0.4300000 number of dielectric boundary points 25487 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 343 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 19487 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.5276576 object centre at (A) : -23.47300 -17.47150 11.68750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.3820787E-03 1.5012216E-02 midg,1,midg; midg,igrid,midg 7.6566599E-03 -3.3712562E-03 1,midg,midg; igrid,midg,midg 2.8850602E-03 -8.4551731E-03 gauss-seidel spectral radius is 0.9980409 estimated iterations to convergence 180 setup time was (sec) 0.7300000 now iterating at: 19:32:58 rms-change max change #iterations 2.878170 153.7057 at 10iterations 1.159229 49.42271 at 20iterations 0.4664832 19.97257 at 30iterations 0.1873922 8.108908 at 40iterations 7.5467765E-02 3.317217 at 50iterations 3.0483773E-02 1.161102 at 60iterations 1.2232519E-02 0.5231051 at 70iterations 4.9367147E-03 0.1867065 at 80iterations 1.9866228E-03 7.8812599E-02 at 90iterations 8.0068322E-04 3.4047127E-02 at 100iterations 3.2155449E-04 1.2349129E-02 at 110iterations 1.3030776E-04 5.6915283E-03 at 120iterations finished qdiffx linear iterations at : 19:33:05 total time elapsed so far: 7.280000 # loops : 120 mean,max change (kT/e) : 1.3030776E-04 5.6915283E-03 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.480000 DelPhi exited at 19:33:06 7.479u 0.275s 0:08.77 88.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 Mon Oct 10 2011 at 19:33:06 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: 287 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2702 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: 2.374459 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): -57.20700 10.26100 ymin,ymax (A): -45.27700 10.33400 zmin,zma (A): -12.02800 35.40300 x,y,z range (A): 67.46799 55.61100 47.43100 scale (grids/A): 2.374459 object centre (A): -23.47300 -17.47150 11.68750 number of atom coordinates read : 2702 total number of charged atoms : 2568 net assigned charge : 12.50002 assigned positive charge : 400.2765 centred at (gu) : 88.37412 88.88506 91.08250 assigned negative charge : -387.7775 centred at (gu) : 88.69968 89.29094 90.86430 start vw surface at 0.2000000 fill in re-entrant regions at 0.3900000 boundary points on vw surface= 126721 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25374 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 56635 mr = 87497 m= 15217 mr = 43810 m= 2355 mr = 10761 m= 142 mr = 1346 m= 2 mr = 60 m= 0 mr = 0 time to grow re-entrant surface = 0.5699999 no. cavity mid-points inaccessible to solvent = 2285 time to turn everything in is 1.050000 number of dielectric boundary points 57598 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 31 iepsmp to db, and charging done at 1.180000 number of grid points assigned charge 20506 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.582973 object centre at (A) : -23.47300 -17.47150 11.68750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.3722948E-02 0.2441462 midg,1,midg; midg,igrid,midg 0.1109246 -4.8834018E-02 1,midg,midg; igrid,midg,midg 2.9042089E-02 -0.2492250 gauss-seidel spectral radius is 0.9990875 estimated iterations to convergence 262 setup time was (sec) 1.350000 now iterating at: 19:33:08 rms-change max change #iterations 7.689805 279.6640 at 10iterations 4.246851 137.5785 at 20iterations 2.331190 71.06096 at 30iterations 1.275639 32.66705 at 40iterations 0.6953366 17.44953 at 50iterations 0.3781262 8.671633 at 60iterations 0.2047860 5.698929 at 70iterations 0.1110956 2.795266 at 80iterations 6.0015552E-02 1.456372 at 90iterations 3.2492589E-02 0.7514191 at 100iterations 1.7503006E-02 0.3938408 at 110iterations 9.4876336E-03 0.2250290 at 120iterations 5.1160688E-03 0.1153736 at 130iterations 2.7616671E-03 6.5242767E-02 at 140iterations 1.4859829E-03 3.2917976E-02 at 150iterations 8.0492295E-04 1.9897461E-02 at 160iterations 4.3344029E-04 1.0979652E-02 at 170iterations 2.3373804E-04 5.6152344E-03 at 180iterations finished qdiffx linear iterations at : 19:33:18 total time elapsed so far: 11.31000 # loops : 180 mean,max change (kT/e) : 2.3373804E-04 5.6152344E-03 energy calculations done at 11.31000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.49000 DelPhi exited at 19:33:19 11.491u 0.283s 0:13.07 90.0% 0+0k 0+0io 0pf+0w