Sat Oct 8 13:57: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+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 8 2011 at 13:57:29 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3043 !!! WARNING: NAP 500 has a net charge of -2.0000 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.6406795 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.42800 43.13800 ymin,ymax (A): -22.36300 22.70000 zmin,zma (A): -7.076000 47.48300 x,y,z range (A): 55.56600 45.06300 54.55900 scale (grids/A): 0.6406795 object centre (A): 15.35500 0.1684990 20.20350 number of atom coordinates read : 3043 total number of charged atoms : 2896 net assigned charge : 7.1674585E-06 assigned positive charge : 455.8235 centred at (gu) : 88.74338 89.48074 91.53092 assigned negative charge : -455.8243 centred at (gu) : 88.74075 89.39320 91.44251 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 8182 nv = 96 ne = 84 npr = 64274 no. pairs analyzed = 64274 no. exposed pairs = 3401 no. arc points = 23810 no. surface atoms = 1161 nbur = 1882 mkacc time = 0.2100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 399 mr = 4778 m= 2 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4500000 number of dielectric boundary points 3770 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2363 ## 195 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 10080 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.9999475E-09 1.6870297E-08 midg,1,midg; midg,igrid,midg -1.3900682E-08 1.0654140E-08 1,midg,midg; igrid,midg,midg -6.4601680E-10 1.8400209E-10 gauss-seidel spectral radius is 0.9874080 estimated iterations to convergence 73 setup time was (sec) 0.7500000 now iterating at: 13:57:31 rms-change max change #iterations 0.1615889 24.32753 at 10iterations 1.6578255E-02 2.256210 at 20iterations 1.7194129E-03 0.2267952 at 30iterations 1.9183723E-04 2.4272919E-02 at 40iterations 2.5008112E-05 3.0479431E-03 at 50iterations finished qdiffx linear iterations at : 13:57:34 total time elapsed so far: 4.290000 # loops : 50 mean,max change (kT/e) : 2.5008112E-05 3.0479431E-03 energy calculations done at 4.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.500000 DelPhi exited at 13:57:35 4.507u 0.424s 0:05.21 94.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 8 2011 at 13:57:35 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3043 !!! WARNING: NAP 500 has a net charge of -2.0000 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: 1.922039 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.42800 43.13800 ymin,ymax (A): -22.36300 22.70000 zmin,zma (A): -7.076000 47.48300 x,y,z range (A): 55.56600 45.06300 54.55900 scale (grids/A): 1.922039 object centre (A): 15.35500 0.1684990 20.20350 number of atom coordinates read : 3043 total number of charged atoms : 2896 net assigned charge : 7.1674585E-06 assigned positive charge : 455.8235 centred at (gu) : 86.22996 88.44162 94.59196 assigned negative charge : -455.8243 centred at (gu) : 86.22195 88.17936 94.32725 start vw surface at 0.1700000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 89487 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23810 grid for indexing accessible points = 1.400000 m= 32352 mr = 64817 m= 4675 mr = 24323 m= 296 mr = 2809 m= 2 mr = 110 m= 0 mr = 0 time to grow re-entrant surface = 0.4500000 no. cavity mid-points inaccessible to solvent = 234 time to turn everything in is 0.8800000 number of dielectric boundary points 34753 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 134 iepsmp to db, and charging done at 1.010000 number of grid points assigned charge 22811 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.6406795 object centre at (A) : 15.35500 0.1684990 20.20350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.8296361E-02 2.5296779E-02 midg,1,midg; midg,igrid,midg 8.6698907E-05 1.5708217E-02 1,midg,midg; igrid,midg,midg -3.8319968E-02 1.1188035E-02 gauss-seidel spectral radius is 0.9986908 estimated iterations to convergence 219 setup time was (sec) 1.210000 now iterating at: 13:57:36 rms-change max change #iterations 4.771951 200.5011 at 10iterations 2.276557 76.24535 at 20iterations 1.085416 31.74749 at 30iterations 0.5183740 16.05218 at 40iterations 0.2464333 7.169675 at 50iterations 0.1177975 3.278712 at 60iterations 5.6067977E-02 1.574994 at 70iterations 2.6811592E-02 0.7783995 at 80iterations 1.2762436E-02 0.3727522 at 90iterations 6.0743978E-03 0.1754303 at 100iterations 2.9034447E-03 8.5365295E-02 at 110iterations 1.3895454E-03 3.9044380E-02 at 120iterations finished qdiffx linear iterations at : 13:57:45 total time elapsed so far: 10.43000 # loops : 120 mean,max change (kT/e) : 1.3895454E-03 3.9044380E-02 energy calculations done at 10.43000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.64000 DelPhi exited at 13:57:46 10.644u 0.474s 0:11.40 97.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 8 2011 at 13:57:46 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3043 !!! WARNING: NAP 500 has a net charge of -2.0000 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.883058 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.42800 43.13800 ymin,ymax (A): -22.36300 22.70000 zmin,zma (A): -7.076000 47.48300 x,y,z range (A): 55.56600 45.06300 54.55900 scale (grids/A): 2.883058 object centre (A): 15.35500 0.1684990 20.20350 number of atom coordinates read : 3043 total number of charged atoms : 2896 net assigned charge : 7.1674585E-06 assigned positive charge : 455.8235 centred at (gu) : 84.34493 87.66233 96.88779 assigned negative charge : -455.8243 centred at (gu) : 84.33294 87.26893 96.49076 start vw surface at 0.1800000 fill in re-entrant regions at 0.7800000 boundary points on vw surface= 207245 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23810 grid for indexing accessible points = 1.400000 m= 106267 mr = 156498 m= 36955 mr = 88610 m= 8420 mr = 29788 m= 1231 mr = 6134 m= 89 mr = 815 m= 0 mr = 27 time to grow re-entrant surface = 1.410000 no. cavity mid-points inaccessible to solvent = 718 time to turn everything in is 2.350000 number of dielectric boundary points 78335 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.510000 number of grid points assigned charge 23167 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.922039 object centre at (A) : 15.35500 0.1684990 20.20350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.9228567E-02 0.4801494 midg,1,midg; midg,igrid,midg 1.7814532E-02 0.1937938 1,midg,midg; igrid,midg,midg -0.6188794 0.1988692 gauss-seidel spectral radius is 0.9992765 estimated iterations to convergence 293 setup time was (sec) 2.710000 now iterating at: 13:57:49 rms-change max change #iterations 11.07738 349.1602 at 10iterations 6.537254 152.4547 at 20iterations 3.833079 90.89511 at 30iterations 2.239454 42.06589 at 40iterations 1.305762 22.82942 at 50iterations 0.7608137 12.31210 at 60iterations 0.4419575 8.048046 at 70iterations 0.2563777 4.627632 at 80iterations 0.1491957 2.592876 at 90iterations 8.6495697E-02 1.516685 at 100iterations 5.0191812E-02 0.8160105 at 110iterations 2.9074751E-02 0.4841194 at 120iterations 1.6840665E-02 0.2898645 at 130iterations 9.7929314E-03 0.1574116 at 140iterations 5.6759901E-03 9.3139648E-02 at 150iterations 3.3052019E-03 5.3569794E-02 at 160iterations 1.9253043E-03 3.1623840E-02 at 170iterations 1.1278352E-03 1.9130707E-02 at 180iterations finished qdiffx linear iterations at : 13:58:05 total time elapsed so far: 18.15000 # loops : 180 mean,max change (kT/e) : 1.1278352E-03 1.9130707E-02 energy calculations done at 18.15000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.37000 DelPhi exited at 13:58:05 18.377u 0.487s 0:19.19 98.2% 0+0k 0+0io 0pf+0w