Tue Oct 11 04:42:54 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 Tue Oct 11 2011 at 04:42:54 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: 290 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2730 !!! WARNING: HIR 69 has a net charge of 0.5140 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.6536428 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): -12.83200 36.33200 ymin,ymax (A): -25.81900 22.78800 zmin,zma (A): -9.263000 45.20100 x,y,z range (A): 49.16400 48.60700 54.46400 scale (grids/A): 0.6536428 object centre (A): 11.75000 -1.515500 17.96900 number of atom coordinates read : 2730 total number of charged atoms : 2582 net assigned charge : 3.514014 assigned positive charge : 416.3687 centred at (gu) : 90.71897 90.43537 91.77000 assigned negative charge : -412.8553 centred at (gu) : 90.46123 90.24606 91.71683 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 7586 nv = 96 ne = 84 npr = 56808 no. pairs analyzed = 56808 no. exposed pairs = 3219 no. arc points = 22268 no. surface atoms = 1093 nbur = 1637 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 404 mr = 4290 m= 1 mr = 55 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 26 time to turn everything in is 0.2200000 number of dielectric boundary points 3646 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2246 ## 224 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 9272 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.7189011E-09 2.3643281E-08 midg,1,midg; midg,igrid,midg -2.5045907E-08 4.3749015E-08 1,midg,midg; igrid,midg,midg -3.4513310E-08 6.0026117E-08 gauss-seidel spectral radius is 0.9878749 estimated iterations to convergence 74 setup time was (sec) 0.3900000 now iterating at: 04:42:55 rms-change max change #iterations 0.1618858 22.07315 at 10iterations 1.7308693E-02 2.637722 at 20iterations 1.7951978E-03 0.2735786 at 30iterations 1.9591689E-04 2.8522491E-02 at 40iterations 2.4011417E-05 2.9468536E-03 at 50iterations finished qdiffx linear iterations at : 04:42:58 total time elapsed so far: 3.280000 # loops : 50 mean,max change (kT/e) : 2.4011417E-05 2.9468536E-03 energy calculations done at 3.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.420000 DelPhi exited at 04:42:59 3.420u 0.177s 0:04.58 78.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 Tue Oct 11 2011 at 04:42:59 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: 290 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2730 !!! WARNING: HIR 69 has a net charge of 0.5140 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.960928 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): -12.83200 36.33200 ymin,ymax (A): -25.81900 22.78800 zmin,zma (A): -9.263000 45.20100 x,y,z range (A): 49.16400 48.60700 54.46400 scale (grids/A): 1.960928 object centre (A): 11.75000 -1.515500 17.96900 number of atom coordinates read : 2730 total number of charged atoms : 2582 net assigned charge : 3.514014 assigned positive charge : 416.3687 centred at (gu) : 92.15630 91.30550 95.30924 assigned negative charge : -412.8553 centred at (gu) : 91.38331 90.73782 95.15026 start vw surface at 0.1000000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 81487 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22268 grid for indexing accessible points = 1.400000 m= 30166 mr = 57451 m= 4777 mr = 22492 m= 315 mr = 3111 m= 5 mr = 118 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 1777 time to turn everything in is 0.4100000 number of dielectric boundary points 33578 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 136 iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 20362 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.6536428 object centre at (A) : 11.75000 -1.515500 17.96900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.3579283E-02 4.5514363E-03 midg,1,midg; midg,igrid,midg -1.8637689E-02 3.1840853E-02 1,midg,midg; igrid,midg,midg -6.8683298E-03 7.2256088E-02 gauss-seidel spectral radius is 0.9987150 estimated iterations to convergence 221 setup time was (sec) 0.6300000 now iterating at: 04:42:59 rms-change max change #iterations 4.668276 194.2549 at 10iterations 2.232655 71.09506 at 20iterations 1.070957 33.15108 at 30iterations 0.5135789 14.55724 at 40iterations 0.2472205 7.089671 at 50iterations 0.1186026 3.463121 at 60iterations 5.6742780E-02 1.860440 at 70iterations 2.7165724E-02 0.7961197 at 80iterations 1.3065998E-02 0.4016781 at 90iterations 6.2889634E-03 0.1850672 at 100iterations 3.0105296E-03 9.3360901E-02 at 110iterations 1.4400765E-03 4.2396545E-02 at 120iterations finished qdiffx linear iterations at : 04:43:07 total time elapsed so far: 7.800000 # loops : 120 mean,max change (kT/e) : 1.4400765E-03 4.2396545E-02 energy calculations done at 7.800000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.930000 DelPhi exited at 04:43:08 7.934u 0.198s 0:08.96 90.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 Tue Oct 11 2011 at 04:43:08 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: 290 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2730 !!! WARNING: HIR 69 has a net charge of 0.5140 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: 2.941392 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): -12.83200 36.33200 ymin,ymax (A): -25.81900 22.78800 zmin,zma (A): -9.263000 45.20100 x,y,z range (A): 49.16400 48.60700 54.46400 scale (grids/A): 2.941392 object centre (A): 11.75000 -1.515500 17.96900 number of atom coordinates read : 2730 total number of charged atoms : 2582 net assigned charge : 3.514014 assigned positive charge : 416.3687 centred at (gu) : 93.23429 91.95827 97.96382 assigned negative charge : -412.8553 centred at (gu) : 92.07491 91.10673 97.72549 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 188116 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22268 grid for indexing accessible points = 1.400000 m= 96760 mr = 138441 m= 35705 mr = 79963 m= 8901 mr = 29113 m= 1323 mr = 6823 m= 111 mr = 884 m= 0 mr = 58 time to grow re-entrant surface = 0.5900000 no. cavity mid-points inaccessible to solvent = 6269 time to turn everything in is 1.050000 number of dielectric boundary points 75634 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.150000 number of grid points assigned charge 20647 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.960928 object centre at (A) : 11.75000 -1.515500 17.96900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4434568 0.2170027 midg,1,midg; midg,igrid,midg -0.1765573 0.3524966 1,midg,midg; igrid,midg,midg -3.3450630E-02 0.5863971 gauss-seidel spectral radius is 0.9992741 estimated iterations to convergence 293 setup time was (sec) 1.300000 now iterating at: 04:43:09 rms-change max change #iterations 10.73193 416.6896 at 10iterations 6.285457 131.3215 at 20iterations 3.677795 70.98975 at 30iterations 2.142025 38.71680 at 40iterations 1.248908 27.16200 at 50iterations 0.7255566 13.70856 at 60iterations 0.4208860 6.964882 at 70iterations 0.2437301 4.540371 at 80iterations 0.1415135 2.640824 at 90iterations 8.1915267E-02 1.480207 at 100iterations 4.7524028E-02 0.7829494 at 110iterations 2.7485097E-02 0.4850769 at 120iterations 1.5907124E-02 0.2765694 at 130iterations 9.2048328E-03 0.1570358 at 140iterations 5.3369589E-03 0.1001692 at 150iterations 3.1082614E-03 5.1643372E-02 at 160iterations 1.8098322E-03 3.1002045E-02 at 170iterations 1.0564188E-03 1.7902374E-02 at 180iterations finished qdiffx linear iterations at : 04:43:21 total time elapsed so far: 12.73000 # loops : 180 mean,max change (kT/e) : 1.0564188E-03 1.7902374E-02 energy calculations done at 12.73000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.86000 DelPhi exited at 04:43:22 12.867u 0.195s 0:13.94 93.6% 0+0k 0+0io 0pf+0w