Sat Oct 15 11:45:43 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 Sat Oct 15 2011 at 11:45: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2280 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: 0.6593203 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): 13.98800 67.98300 ymin,ymax (A): -21.99300 30.02200 zmin,zma (A): -33.31200 9.244000 x,y,z range (A): 53.99500 52.01500 42.55600 scale (grids/A): 0.6593203 object centre (A): 40.98550 4.014500 -12.03400 number of atom coordinates read : 2280 total number of charged atoms : 2146 net assigned charge : 11.50002 assigned positive charge : 331.6577 centred at (gu) : 89.35675 88.38392 88.65409 assigned negative charge : -320.1582 centred at (gu) : 89.32454 88.37365 88.73395 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6977 nv = 96 ne = 84 npr = 44815 no. pairs analyzed = 44815 no. exposed pairs = 3161 no. arc points = 22746 no. surface atoms = 1050 nbur = 1230 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 438 mr = 3558 m= 2 mr = 54 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1900000 number of dielectric boundary points 3805 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2052 ## 175 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 7883 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.4202186E-08 1.2075820E-08 midg,1,midg; midg,igrid,midg 3.7135663E-08 2.1790425E-08 1,midg,midg; igrid,midg,midg 2.6454535E-08 2.9478745E-08 gauss-seidel spectral radius is 0.9880608 estimated iterations to convergence 75 setup time was (sec) 0.4200000 now iterating at: 11:45:44 rms-change max change #iterations 0.1540528 22.59500 at 10iterations 1.6061464E-02 2.191650 at 20iterations 1.7890433E-03 0.2284908 at 30iterations 2.4017821E-04 3.6895752E-02 at 40iterations 4.6824938E-05 8.7318420E-03 at 50iterations finished qdiffx linear iterations at : 11:45:47 total time elapsed so far: 3.860000 # loops : 50 mean,max change (kT/e) : 4.6824938E-05 8.7318420E-03 energy calculations done at 3.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.990000 DelPhi exited at 11:45:48 3.991u 0.247s 0:04.71 89.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 15 2011 at 11:45:48 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 = 2280 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: 1.977961 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): 13.98800 67.98300 ymin,ymax (A): -21.99300 30.02200 zmin,zma (A): -33.31200 9.244000 x,y,z range (A): 53.99500 52.01500 42.55600 scale (grids/A): 1.977961 object centre (A): 40.98550 4.014500 -12.03400 number of atom coordinates read : 2280 total number of charged atoms : 2146 net assigned charge : 11.50002 assigned positive charge : 331.6577 centred at (gu) : 88.07025 85.15163 85.96223 assigned negative charge : -320.1582 centred at (gu) : 87.97363 85.12122 86.20174 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 72831 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22746 grid for indexing accessible points = 1.400000 m= 27492 mr = 47834 m= 5138 mr = 19752 m= 416 mr = 3181 m= 13 mr = 187 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3800000 number of dielectric boundary points 34936 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 131 iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 16987 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.6593203 object centre at (A) : 40.98550 4.014500 -12.03400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.4838229E-02 -2.6019553E-03 midg,1,midg; midg,igrid,midg 2.8815586E-02 4.2373568E-02 1,midg,midg; igrid,midg,midg 6.0687322E-02 5.4717924E-02 gauss-seidel spectral radius is 0.9987118 estimated iterations to convergence 221 setup time was (sec) 0.6100000 now iterating at: 11:45:49 rms-change max change #iterations 4.063401 184.5754 at 10iterations 1.946592 66.12759 at 20iterations 0.9270998 33.32610 at 30iterations 0.4431254 13.52381 at 40iterations 0.2114877 6.951118 at 50iterations 0.1009044 3.118126 at 60iterations 4.8226245E-02 1.534431 at 70iterations 2.3073543E-02 0.8021541 at 80iterations 1.1015015E-02 0.3550839 at 90iterations 5.3050327E-03 0.1604271 at 100iterations 2.5527726E-03 8.7860107E-02 at 110iterations 1.2352115E-03 3.9989471E-02 at 120iterations finished qdiffx linear iterations at : 11:46:04 total time elapsed so far: 8.770000 # loops : 120 mean,max change (kT/e) : 1.2352115E-03 3.9989471E-02 energy calculations done at 8.770000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.900000 DelPhi exited at 11:46:05 8.906u 0.285s 0:17.51 52.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 Sat Oct 15 2011 at 11:46:05 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 = 2280 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.966941 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): 13.98800 67.98300 ymin,ymax (A): -21.99300 30.02200 zmin,zma (A): -33.31200 9.244000 x,y,z range (A): 53.99500 52.01500 42.55600 scale (grids/A): 2.966941 object centre (A): 40.98550 4.014500 -12.03400 number of atom coordinates read : 2280 total number of charged atoms : 2146 net assigned charge : 11.50002 assigned positive charge : 331.6577 centred at (gu) : 87.10548 82.72742 83.94329 assigned negative charge : -320.1582 centred at (gu) : 86.96051 82.68185 84.30255 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 167995 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22746 grid for indexing accessible points = 1.400000 m= 85363 mr = 116445 m= 34141 mr = 68176 m= 9628 mr = 27127 m= 1729 mr = 7142 m= 174 mr = 1226 m= 8 mr = 98 m= 0 mr = 0 time to grow re-entrant surface = 0.6100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.060000 number of dielectric boundary points 78824 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.170000 number of grid points assigned charge 17167 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.977961 object centre at (A) : 40.98550 4.014500 -12.03400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2926565 -2.5830340E-02 midg,1,midg; midg,igrid,midg 0.3144438 0.5921420 1,midg,midg; igrid,midg,midg 0.5062404 0.5249447 gauss-seidel spectral radius is 0.9992904 estimated iterations to convergence 296 setup time was (sec) 1.360000 now iterating at: 11:46:07 rms-change max change #iterations 9.698746 426.6858 at 10iterations 5.770650 157.1443 at 20iterations 3.428830 73.75558 at 30iterations 2.017622 42.80833 at 40iterations 1.185086 27.49502 at 50iterations 0.6947318 13.60221 at 60iterations 0.4075712 7.691904 at 70iterations 0.2379756 4.708369 at 80iterations 0.1387897 2.705762 at 90iterations 8.1084505E-02 1.466044 at 100iterations 4.7330827E-02 0.8382382 at 110iterations 2.7531827E-02 0.5581741 at 120iterations 1.6057087E-02 0.2895584 at 130iterations 9.3583474E-03 0.1790905 at 140iterations 5.4523186E-03 0.1128230 at 150iterations 3.1775127E-03 6.1470032E-02 at 160iterations 1.8599835E-03 3.2732964E-02 at 170iterations 1.0935938E-03 2.1066666E-02 at 180iterations finished qdiffx linear iterations at : 11:46:21 total time elapsed so far: 15.51000 # loops : 180 mean,max change (kT/e) : 1.0935938E-03 2.1066666E-02 energy calculations done at 15.51000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.65000 DelPhi exited at 11:46:22 15.648u 0.313s 0:16.37 97.4% 0+0k 0+0io 0pf+0w