Sat Oct 8 13:18:08 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 Sat Oct 8 2011 at 13:18: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 = 2976 !!! WARNING: GLU 327 has a net charge of -2.0000 !!! WARNING: TPO 1 has a net charge of -1.2740 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.6095786 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.81600 64.88900 ymin,ymax (A): 1.299000 56.39600 zmin,zma (A): 87.92200 146.3230 x,y,z range (A): 52.07300 55.09700 58.40100 scale (grids/A): 0.6095786 object centre (A): 38.85250 28.84750 117.1225 number of atom coordinates read : 2976 total number of charged atoms : 2830 net assigned charge : -3.773961 assigned positive charge : 444.6388 centred at (gu) : 90.17031 92.75040 91.05454 assigned negative charge : -448.4139 centred at (gu) : 90.03298 92.69833 91.03930 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 7419 nv = 96 ne = 84 npr = 60245 no. pairs analyzed = 60245 no. exposed pairs = 3766 no. arc points = 26035 no. surface atoms = 1264 nbur = 1712 mkacc time = 0.1000000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 361 mr = 4102 m= 0 mr = 37 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 22 time to turn everything in is 0.2200000 number of dielectric boundary points 3641 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2652 ## 271 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 9240 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.4931672E-09 -1.7918225E-09 midg,1,midg; midg,igrid,midg -2.8514540E-09 1.2870460E-09 1,midg,midg; igrid,midg,midg -9.7049311E-09 5.4878488E-09 gauss-seidel spectral radius is 0.9860999 estimated iterations to convergence 69 setup time was (sec) 0.4300000 now iterating at: 13:18:09 rms-change max change #iterations 0.1312235 22.11472 at 10iterations 1.1731158E-02 1.612436 at 20iterations 1.7148922E-03 0.2873001 at 30iterations 6.6388241E-04 0.1307545 at 40iterations 3.1752905E-04 6.3400269E-02 at 50iterations finished qdiffx linear iterations at : 13:18:12 total time elapsed so far: 3.500000 # loops : 50 mean,max change (kT/e) : 3.1752905E-04 6.3400269E-02 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.640000 DelPhi exited at 13:18:12 3.643u 0.191s 0:04.13 92.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 Sat Oct 8 2011 at 13:18:12 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 = 2976 !!! WARNING: GLU 327 has a net charge of -2.0000 !!! WARNING: TPO 1 has a net charge of -1.2740 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.828736 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.81600 64.88900 ymin,ymax (A): 1.299000 56.39600 zmin,zma (A): 87.92200 146.3230 x,y,z range (A): 52.07300 55.09700 58.40100 scale (grids/A): 1.828736 object centre (A): 38.85250 28.84750 117.1225 number of atom coordinates read : 2976 total number of charged atoms : 2830 net assigned charge : -3.773961 assigned positive charge : 444.6388 centred at (gu) : 90.50984 98.25031 93.16248 assigned negative charge : -448.4139 centred at (gu) : 90.09854 98.09439 93.11785 start vw surface at 0.1000000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 80481 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26035 grid for indexing accessible points = 1.400000 m= 28915 mr = 56247 m= 4129 mr = 21311 m= 188 mr = 2411 m= 2 mr = 40 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 484 time to turn everything in is 0.4000000 number of dielectric boundary points 33706 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 196 iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 22138 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.6095786 object centre at (A) : 38.85250 28.84750 117.1225 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.9018617E-02 -2.1822300E-02 midg,1,midg; midg,igrid,midg -1.6809281E-02 -8.8932924E-03 1,midg,midg; igrid,midg,midg -4.6070162E-03 -3.0536943E-03 gauss-seidel spectral radius is 0.9985588 estimated iterations to convergence 209 setup time was (sec) 0.6400000 now iterating at: 13:18:13 rms-change max change #iterations 4.266033 197.5039 at 10iterations 1.945264 60.71535 at 20iterations 0.8950104 27.12720 at 30iterations 0.4094411 12.53849 at 40iterations 0.1889815 6.093941 at 50iterations 8.6619586E-02 2.638349 at 60iterations 3.9873417E-02 1.270066 at 70iterations 1.8437687E-02 0.6227417 at 80iterations 8.7237321E-03 0.2612896 at 90iterations 4.2873728E-03 0.1352997 at 100iterations 2.3111526E-03 8.8611603E-02 at 110iterations 1.4252424E-03 5.9640408E-02 at 120iterations finished qdiffx linear iterations at : 13:18:21 total time elapsed so far: 8.140000 # loops : 120 mean,max change (kT/e) : 1.4252424E-03 5.9640408E-02 energy calculations done at 8.140000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.280000 DelPhi exited at 13:18:21 8.284u 0.221s 0:08.80 96.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 Sat Oct 8 2011 at 13:18:21 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 = 2976 !!! WARNING: GLU 327 has a net charge of -2.0000 !!! WARNING: TPO 1 has a net charge of -1.2740 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.743104 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.81600 64.88900 ymin,ymax (A): 1.299000 56.39600 zmin,zma (A): 87.92200 146.3230 x,y,z range (A): 52.07300 55.09700 58.40100 scale (grids/A): 2.743104 object centre (A): 38.85250 28.84750 117.1225 number of atom coordinates read : 2976 total number of charged atoms : 2830 net assigned charge : -3.773961 assigned positive charge : 444.6388 centred at (gu) : 90.76456 102.3752 94.74343 assigned negative charge : -448.4139 centred at (gu) : 90.14760 102.1414 94.67645 start vw surface at 0.1000000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 186191 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26035 grid for indexing accessible points = 1.400000 m= 94586 mr = 136156 m= 32956 mr = 77558 m= 7163 mr = 26442 m= 807 mr = 5131 m= 34 mr = 442 m= 0 mr = 14 time to grow re-entrant surface = 0.5900000 no. cavity mid-points inaccessible to solvent = 1578 time to turn everything in is 1.030000 number of dielectric boundary points 75994 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 1.120000 number of grid points assigned charge 22628 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.828736 object centre at (A) : 38.85250 28.84750 117.1225 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1823060 -0.3043205 midg,1,midg; midg,igrid,midg -0.3199635 -6.6230871E-02 1,midg,midg; igrid,midg,midg 2.0775031E-02 -0.1619096 gauss-seidel spectral radius is 0.9992493 estimated iterations to convergence 288 setup time was (sec) 1.270000 now iterating at: 13:18:23 rms-change max change #iterations 10.33212 310.5997 at 10iterations 6.070137 189.6236 at 20iterations 3.532199 77.29301 at 30iterations 2.052536 45.53066 at 40iterations 1.186432 24.11404 at 50iterations 0.6858649 14.07887 at 60iterations 0.3952507 7.815369 at 70iterations 0.2272039 4.432755 at 80iterations 0.1309970 2.591524 at 90iterations 7.5222462E-02 1.381244 at 100iterations 4.3254521E-02 0.7848921 at 110iterations 2.4842342E-02 0.5101814 at 120iterations 1.4317731E-02 0.2609692 at 130iterations 8.3214790E-03 0.1521034 at 140iterations 4.8826854E-03 9.3814373E-02 at 150iterations 2.9431849E-03 6.1219215E-02 at 160iterations 1.8572201E-03 4.1606903E-02 at 170iterations 1.2623392E-03 3.0731201E-02 at 180iterations finished qdiffx linear iterations at : 13:18:35 total time elapsed so far: 13.19000 # loops : 180 mean,max change (kT/e) : 1.2623392E-03 3.0731201E-02 energy calculations done at 13.19000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.32000 DelPhi exited at 13:18:35 13.326u 0.229s 0:13.85 97.7% 0+0k 0+0io 0pf+0w