Wed Dec 28 11:04:48 PST 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 Wed Dec 28 2011 at 11:04: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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6086094 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): -8.894000 49.60000 ymin,ymax (A): -19.29000 19.93000 zmin,zma (A): -7.871000 34.70700 x,y,z range (A): 58.49400 39.22000 42.57800 scale (grids/A): 0.6086094 object centre (A): 20.35300 0.3200006 13.41800 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 292.2260 centred at (gu) : 90.27914 90.34502 89.59123 assigned negative charge : -290.2263 centred at (gu) : 90.28324 90.46033 89.43827 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 4895 nv = 96 ne = 84 npr = 40054 no. pairs analyzed = 40054 no. exposed pairs = 2481 no. arc points = 17575 no. surface atoms = 840 nbur = 1124 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 217 mr = 2649 m= 0 mr = 9 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 7 time to turn everything in is 0.2500000 number of dielectric boundary points 2454 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1897 ## 253 charges are in solution ## iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 6039 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.7807704E-09 5.9407386E-09 midg,1,midg; midg,igrid,midg 4.8282049E-09 -3.2186664E-09 1,midg,midg; igrid,midg,midg 1.2455580E-09 1.0969645E-09 gauss-seidel spectral radius is 0.9859703 estimated iterations to convergence 69 setup time was (sec) 0.5000000 now iterating at: 11:04:49 rms-change max change #iterations 0.1001724 17.52406 at 10iterations 8.7159462E-03 1.510869 at 20iterations 7.5601274E-04 0.1221125 at 30iterations 6.6156972E-05 1.4762878E-02 at 40iterations 5.8256010E-06 9.8419189E-04 at 50iterations finished qdiffx linear iterations at : 11:04:52 total time elapsed so far: 3.500000 # loops : 50 mean,max change (kT/e) : 5.8256010E-06 9.8419189E-04 energy calculations done at 3.500000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.670000 DelPhi exited at 11:04:52 3.676u 0.217s 0:04.24 91.5% 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 Wed Dec 28 2011 at 11:04: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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.825828 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): -8.894000 49.60000 ymin,ymax (A): -19.29000 19.93000 zmin,zma (A): -7.871000 34.70700 x,y,z range (A): 58.49400 39.22000 42.57800 scale (grids/A): 1.825828 object centre (A): 20.35300 0.3200006 13.41800 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 292.2260 centred at (gu) : 90.83720 91.03517 88.77406 assigned negative charge : -290.2263 centred at (gu) : 90.84995 91.38112 88.31494 start vw surface at 0.1200000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 53253 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17575 grid for indexing accessible points = 1.400000 m= 18208 mr = 36345 m= 2226 mr = 13499 m= 67 mr = 1315 m= 1 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 1133 time to turn everything in is 0.3800000 number of dielectric boundary points 22586 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 182 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 14343 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.6086094 object centre at (A) : 20.35300 0.3200006 13.41800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.3908207E-03 1.0171247E-02 midg,1,midg; midg,igrid,midg 5.4810513E-03 -5.1570223E-03 1,midg,midg; igrid,midg,midg 3.2321125E-02 3.0697489E-02 gauss-seidel spectral radius is 0.9984394 estimated iterations to convergence 201 setup time was (sec) 0.6500000 now iterating at: 11:04:53 rms-change max change #iterations 3.351864 165.1739 at 10iterations 1.485008 58.42738 at 20iterations 0.6575009 24.41302 at 30iterations 0.2925012 10.30882 at 40iterations 0.1300581 4.704983 at 50iterations 5.7839643E-02 2.222832 at 60iterations 2.5545498E-02 0.9272003 at 70iterations 1.1382944E-02 0.4232454 at 80iterations 5.0362027E-03 0.1844862 at 90iterations 2.2515187E-03 7.9496384E-02 at 100iterations 9.9749572E-04 3.7326813E-02 at 110iterations 4.4222688E-04 1.7642498E-02 at 120iterations finished qdiffx linear iterations at : 11:04:59 total time elapsed so far: 6.630000 # loops : 120 mean,max change (kT/e) : 4.4222688E-04 1.7642498E-02 energy calculations done at 6.630000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.790000 DelPhi exited at 11:05:00 6.797u 0.194s 0:07.29 95.7% 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 Wed Dec 28 2011 at 11:05:00 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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.738742 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): -8.894000 49.60000 ymin,ymax (A): -19.29000 19.93000 zmin,zma (A): -7.871000 34.70700 x,y,z range (A): 58.49400 39.22000 42.57800 scale (grids/A): 2.738742 object centre (A): 20.35300 0.3200006 13.41800 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 292.2260 centred at (gu) : 91.25587 91.55270 88.16119 assigned negative charge : -290.2263 centred at (gu) : 91.27489 92.07166 87.47253 start vw surface at 0.1200000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 123189 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17575 grid for indexing accessible points = 1.400000 m= 60516 mr = 88056 m= 19877 mr = 49757 m= 3727 mr = 15999 m= 328 mr = 2709 m= 7 mr = 170 m= 0 mr = 0 time to grow re-entrant surface = 0.6600001 no. cavity mid-points inaccessible to solvent = 3746 time to turn everything in is 1.100000 number of dielectric boundary points 50953 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.280000 number of grid points assigned charge 14655 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.825828 object centre at (A) : 20.35300 0.3200006 13.41800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.4898338E-02 8.8229194E-02 midg,1,midg; midg,igrid,midg 3.6054857E-02 -4.8031744E-02 1,midg,midg; igrid,midg,midg 0.3615853 0.3352529 gauss-seidel spectral radius is 0.9991875 estimated iterations to convergence 277 setup time was (sec) 1.560000 now iterating at: 11:05:02 rms-change max change #iterations 8.019998 343.6557 at 10iterations 4.536231 119.4731 at 20iterations 2.552787 57.77007 at 30iterations 1.425905 31.30601 at 40iterations 0.7985156 18.43068 at 50iterations 0.4452233 10.26717 at 60iterations 0.2486147 5.298141 at 70iterations 0.1386916 3.177654 at 80iterations 7.7588201E-02 1.721682 at 90iterations 4.3268226E-02 0.9236937 at 100iterations 2.4071151E-02 0.5313976 at 110iterations 1.3459723E-02 0.2817650 at 120iterations 7.5002932E-03 0.1537962 at 130iterations 4.1906312E-03 8.6983323E-02 at 140iterations 2.3419559E-03 4.8598528E-02 at 150iterations 1.3035308E-03 2.8427124E-02 at 160iterations 7.2614220E-04 1.8269435E-02 at 170iterations 4.0520992E-04 8.7738037E-03 at 180iterations finished qdiffx linear iterations at : 11:05:13 total time elapsed so far: 12.85000 # loops : 180 mean,max change (kT/e) : 4.0520992E-04 8.7738037E-03 energy calculations done at 12.85000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.04000 DelPhi exited at 11:05:14 13.044u 0.425s 0:14.23 94.5% 0+0k 0+0io 0pf+0w