Mon Oct 10 17:02: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+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 17:02: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2908 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.5959556 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): -31.76900 27.96700 ymin,ymax (A): -8.233000 39.26800 zmin,zma (A): -3.850000 54.22300 x,y,z range (A): 59.73600 47.50100 58.07300 scale (grids/A): 0.5959556 object centre (A): -1.901000 15.51750 25.18650 number of atom coordinates read : 2908 total number of charged atoms : 2768 net assigned charge : 1.8395483E-05 assigned positive charge : 434.1200 centred at (gu) : 89.08165 89.61154 89.04688 assigned negative charge : -434.1212 centred at (gu) : 88.98322 89.46864 88.92667 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 7068 nv = 96 ne = 84 npr = 57709 no. pairs analyzed = 57709 no. exposed pairs = 3849 no. arc points = 26930 no. surface atoms = 1294 nbur = 1614 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.456000 m= 330 mr = 3724 m= 1 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 27 time to turn everything in is 0.3000000 number of dielectric boundary points 3654 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2758 ## 274 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 8688 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.3281104E-09 3.5046834E-09 midg,1,midg; midg,igrid,midg -5.5866516E-09 4.7145226E-09 1,midg,midg; igrid,midg,midg -4.2907189E-09 2.9167078E-09 gauss-seidel spectral radius is 0.9854622 estimated iterations to convergence 68 setup time was (sec) 0.5100000 now iterating at: 17:02:09 rms-change max change #iterations 0.1098278 18.25207 at 10iterations 8.9977793E-03 1.434399 at 20iterations 7.5462431E-04 0.1141815 at 30iterations 6.3067258E-05 1.0231018E-02 at 40iterations 5.2652022E-06 7.4958801E-04 at 50iterations finished qdiffx linear iterations at : 17:02:11 total time elapsed so far: 2.950000 # loops : 50 mean,max change (kT/e) : 5.2652022E-06 7.4958801E-04 energy calculations done at 2.950000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.130000 DelPhi exited at 17:02:12 3.129u 0.157s 0:04.28 76.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 Mon Oct 10 2011 at 17:02: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2908 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: 1.787867 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): -31.76900 27.96700 ymin,ymax (A): -8.233000 39.26800 zmin,zma (A): -3.850000 54.22300 x,y,z range (A): 59.73600 47.50100 58.07300 scale (grids/A): 1.787867 object centre (A): -1.901000 15.51750 25.18650 number of atom coordinates read : 2908 total number of charged atoms : 2768 net assigned charge : 1.8395483E-05 assigned positive charge : 434.1200 centred at (gu) : 87.24404 88.83365 87.13960 assigned negative charge : -434.1212 centred at (gu) : 86.94920 88.40533 86.77953 start vw surface at 0.1500000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 76369 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26930 grid for indexing accessible points = 1.400000 m= 26504 mr = 51676 m= 3444 mr = 19089 m= 112 mr = 1885 m= 1 mr = 24 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 1314 time to turn everything in is 0.5200000 number of dielectric boundary points 33756 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 220 iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 21629 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.5959556 object centre at (A) : -1.901000 15.51750 25.18650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.7830452E-03 1.9506533E-02 midg,1,midg; midg,igrid,midg -2.1984613E-02 1.0721660E-02 1,midg,midg; igrid,midg,midg -3.2172024E-02 2.1647681E-02 gauss-seidel spectral radius is 0.9984916 estimated iterations to convergence 204 setup time was (sec) 0.7800000 now iterating at: 17:02:13 rms-change max change #iterations 3.953838 167.8645 at 10iterations 1.769594 64.43137 at 20iterations 0.7957878 26.99029 at 30iterations 0.3581778 12.31489 at 40iterations 0.1608555 5.575051 at 50iterations 7.2513618E-02 2.397151 at 60iterations 3.2619707E-02 1.074566 at 70iterations 1.4638606E-02 0.5020056 at 80iterations 6.5908446E-03 0.2414951 at 90iterations 2.9776571E-03 0.1070824 at 100iterations 1.3362559E-03 4.4754028E-02 at 110iterations 6.0436758E-04 2.1577835E-02 at 120iterations finished qdiffx linear iterations at : 17:02:20 total time elapsed so far: 7.110000 # loops : 120 mean,max change (kT/e) : 6.0436758E-04 2.1577835E-02 energy calculations done at 7.110000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.310000 DelPhi exited at 17:02:20 7.316u 0.174s 0:08.06 92.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 17:02: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2908 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.681800 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): -31.76900 27.96700 ymin,ymax (A): -8.233000 39.26800 zmin,zma (A): -3.850000 54.22300 x,y,z range (A): 59.73600 47.50100 58.07300 scale (grids/A): 2.681800 object centre (A): -1.901000 15.51750 25.18650 number of atom coordinates read : 2908 total number of charged atoms : 2768 net assigned charge : 1.8395483E-05 assigned positive charge : 434.1200 centred at (gu) : 85.86591 88.25037 85.70930 assigned negative charge : -434.1212 centred at (gu) : 85.42381 87.60795 85.16928 start vw surface at 0.1500000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 176596 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26930 grid for indexing accessible points = 1.400000 m= 87296 mr = 125803 m= 29261 mr = 70280 m= 5832 mr = 22823 m= 536 mr = 4146 m= 23 mr = 301 m= 0 mr = 2 time to grow re-entrant surface = 0.7700000 no. cavity mid-points inaccessible to solvent = 4537 time to turn everything in is 1.340000 number of dielectric boundary points 76189 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 1.470000 number of grid points assigned charge 22143 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.787867 object centre at (A) : -1.901000 15.51750 25.18650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2825839 0.2865806 midg,1,midg; midg,igrid,midg -0.2342869 0.1352586 1,midg,midg; igrid,midg,midg -0.4940901 0.2943362 gauss-seidel spectral radius is 0.9992324 estimated iterations to convergence 285 setup time was (sec) 1.630000 now iterating at: 17:02:22 rms-change max change #iterations 9.725819 287.8290 at 10iterations 5.648973 157.5120 at 20iterations 3.249149 70.40303 at 30iterations 1.869534 41.31409 at 40iterations 1.068394 19.73703 at 50iterations 0.6112261 13.02593 at 60iterations 0.3487318 6.396859 at 70iterations 0.1989381 3.805947 at 80iterations 0.1131799 2.045431 at 90iterations 6.4500138E-02 1.260124 at 100iterations 3.6659323E-02 0.7090284 at 110iterations 2.0825732E-02 0.3697081 at 120iterations 1.1844430E-02 0.2039547 at 130iterations 6.7425482E-03 0.1354866 at 140iterations 3.8299314E-03 7.2468996E-02 at 150iterations 2.1791731E-03 3.9242744E-02 at 160iterations 1.2331064E-03 2.2831917E-02 at 170iterations 7.0137461E-04 1.3507605E-02 at 180iterations finished qdiffx linear iterations at : 17:02:32 total time elapsed so far: 11.33000 # loops : 180 mean,max change (kT/e) : 7.0137461E-04 1.3507605E-02 energy calculations done at 11.33000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.50000 DelPhi exited at 17:02:33 11.503u 0.191s 0:12.73 91.8% 0+0k 0+0io 0pf+0w