Mon Oct 10 14:15:24 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 Mon Oct 10 2011 at 14:15:25 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2968 !!! WARNING: MG3 357 has a net charge of 1.4000 !!! WARNING: MG3 358 has a net charge of 1.4000 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: 0.5722737 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): -15.03300 34.51800 ymin,ymax (A): 14.71700 73.66700 zmin,zma (A): 15.66000 77.86800 x,y,z range (A): 49.55100 58.95000 62.20800 scale (grids/A): 0.5722737 object centre (A): 9.742500 44.19200 46.76400 number of atom coordinates read : 2968 total number of charged atoms : 2829 net assigned charge : -1.199981 assigned positive charge : 437.5000 centred at (gu) : 89.65622 89.13973 89.86074 assigned negative charge : -438.7008 centred at (gu) : 89.67861 89.06669 89.93854 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6526 nv = 96 ne = 84 npr = 59526 no. pairs analyzed = 59526 no. exposed pairs = 3725 no. arc points = 26983 no. surface atoms = 1266 nbur = 1702 mkacc time = 0.1300000 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.512000 m= 304 mr = 3410 m= 1 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 18 time to turn everything in is 0.3100000 number of dielectric boundary points 3415 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2837 ## 364 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 8311 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.1389483E-09 -1.4566265E-09 midg,1,midg; midg,igrid,midg -1.7533741E-09 8.3035528E-10 1,midg,midg; igrid,midg,midg 2.0065745E-10 -5.2219656E-10 gauss-seidel spectral radius is 0.9842486 estimated iterations to convergence 65 setup time was (sec) 0.5300000 now iterating at: 14:15:25 rms-change max change #iterations 9.2291884E-02 15.83643 at 10iterations 7.0360987E-03 1.198598 at 20iterations 5.2652479E-04 8.5578918E-02 at 30iterations 4.0858151E-05 7.4310303E-03 at 40iterations 3.0478177E-06 4.4345856E-04 at 50iterations finished qdiffx linear iterations at : 14:15:28 total time elapsed so far: 2.980000 # loops : 50 mean,max change (kT/e) : 3.0478177E-06 4.4345856E-04 energy calculations done at 2.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.160000 DelPhi exited at 14:15:28 3.160u 0.132s 0:03.58 91.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 Mon Oct 10 2011 at 14:15:28 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2968 !!! WARNING: MG3 357 has a net charge of 1.4000 !!! WARNING: MG3 358 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.716821 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): -15.03300 34.51800 ymin,ymax (A): 14.71700 73.66700 zmin,zma (A): 15.66000 77.86800 x,y,z range (A): 49.55100 58.95000 62.20800 scale (grids/A): 1.716821 object centre (A): 9.742500 44.19200 46.76400 number of atom coordinates read : 2968 total number of charged atoms : 2829 net assigned charge : -1.199981 assigned positive charge : 437.5000 centred at (gu) : 88.96763 87.41859 89.58142 assigned negative charge : -438.7008 centred at (gu) : 89.03539 87.19962 89.81519 start vw surface at 0.1400000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 71815 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26983 grid for indexing accessible points = 1.400000 m= 22804 mr = 48732 m= 2613 mr = 15682 m= 90 mr = 1287 m= 3 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 2085 time to turn everything in is 0.4700000 number of dielectric boundary points 31616 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 266 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 21911 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.5722737 object centre at (A) : 9.742500 44.19200 46.76400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.3218894E-03 -1.8022971E-02 midg,1,midg; midg,igrid,midg -1.1265269E-02 1.0742077E-03 1,midg,midg; igrid,midg,midg 4.1846130E-03 -1.2368642E-02 gauss-seidel spectral radius is 0.9983630 estimated iterations to convergence 196 setup time was (sec) 0.7200000 now iterating at: 14:15:29 rms-change max change #iterations 3.654474 176.1482 at 10iterations 1.593621 53.64368 at 20iterations 0.6928194 24.41708 at 30iterations 0.3015299 9.987843 at 40iterations 0.1312432 4.709787 at 50iterations 5.7359681E-02 1.909251 at 60iterations 2.4992777E-02 0.9675522 at 70iterations 1.0833882E-02 0.3828707 at 80iterations 4.7461414E-03 0.1498289 at 90iterations 2.0706858E-03 6.4944804E-02 at 100iterations 9.0202177E-04 3.6008835E-02 at 110iterations 3.9368274E-04 1.3740540E-02 at 120iterations finished qdiffx linear iterations at : 14:15:35 total time elapsed so far: 6.760000 # loops : 120 mean,max change (kT/e) : 3.9368274E-04 1.3740540E-02 energy calculations done at 6.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.940000 DelPhi exited at 14:15:36 6.940u 0.201s 0:07.59 94.0% 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 14:15:36 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2968 !!! WARNING: MG3 357 has a net charge of 1.4000 !!! WARNING: MG3 358 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.575232 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): -15.03300 34.51800 ymin,ymax (A): 14.71700 73.66700 zmin,zma (A): 15.66000 77.86800 x,y,z range (A): 49.55100 58.95000 62.20800 scale (grids/A): 2.575232 object centre (A): 9.742500 44.19200 46.76400 number of atom coordinates read : 2968 total number of charged atoms : 2829 net assigned charge : -1.199981 assigned positive charge : 437.5000 centred at (gu) : 88.45122 86.12770 89.37209 assigned negative charge : -438.7008 centred at (gu) : 88.55305 85.79921 89.72265 start vw surface at 0.1800000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 166497 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26983 grid for indexing accessible points = 1.400000 m= 78392 mr = 118962 m= 23243 mr = 62287 m= 4103 mr = 17208 m= 316 mr = 2695 m= 6 mr = 141 m= 0 mr = 0 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 6868 time to turn everything in is 1.200000 number of dielectric boundary points 71264 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.320000 number of grid points assigned charge 22625 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.716821 object centre at (A) : 9.742500 44.19200 46.76400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.7307131E-02 -0.2794198 midg,1,midg; midg,igrid,midg -0.2407498 1.9369122E-02 1,midg,midg; igrid,midg,midg 6.3057683E-02 -0.2031073 gauss-seidel spectral radius is 0.9991962 estimated iterations to convergence 279 setup time was (sec) 1.480000 now iterating at: 14:15:38 rms-change max change #iterations 9.249710 352.0190 at 10iterations 5.328800 175.7404 at 20iterations 3.042680 67.46355 at 30iterations 1.724131 43.42879 at 40iterations 0.9782248 24.00236 at 50iterations 0.5543011 12.62008 at 60iterations 0.3123210 6.490057 at 70iterations 0.1757557 3.538546 at 80iterations 9.8759264E-02 2.032791 at 90iterations 5.5661913E-02 1.125887 at 100iterations 3.1234507E-02 0.5732975 at 110iterations 1.7533435E-02 0.3473816 at 120iterations 9.8214997E-03 0.1950302 at 130iterations 5.5242423E-03 0.1128674 at 140iterations 3.0991195E-03 6.4891815E-02 at 150iterations 1.7347332E-03 3.3123016E-02 at 160iterations 9.7358524E-04 2.0846367E-02 at 170iterations 5.4620014E-04 1.0429382E-02 at 180iterations finished qdiffx linear iterations at : 14:15:47 total time elapsed so far: 10.95000 # loops : 180 mean,max change (kT/e) : 5.4620014E-04 1.0429382E-02 energy calculations done at 10.95000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.14000 DelPhi exited at 14:15:48 11.138u 0.209s 0:12.40 91.3% 0+0k 0+0io 0pf+0w