Wed Dec 28 11:02:05 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+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 Wed Dec 28 2011 at 11:02:05 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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1952 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5922180 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): -20.00900 40.10400 ymin,ymax (A): -17.64000 25.02100 zmin,zma (A): -18.31800 23.83900 x,y,z range (A): 60.11300 42.66100 42.15700 scale (grids/A): 0.5922180 object centre (A): 10.04750 3.690500 2.760499 number of atom coordinates read : 1952 total number of charged atoms : 1818 net assigned charge : -1.999994 assigned positive charge : 288.0980 centred at (gu) : 91.54157 89.30972 89.74055 assigned negative charge : -290.0982 centred at (gu) : 91.52918 89.29494 89.84288 start vw surface at 0.1200000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 4542 nv = 96 ne = 84 npr = 39637 no. pairs analyzed = 39637 no. exposed pairs = 2518 no. arc points = 17505 no. surface atoms = 855 nbur = 1097 mkacc time = 0.1000000 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= 203 mr = 2433 m= 1 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2600000 number of dielectric boundary points 2302 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1788 ## 192 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 5638 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.5810208E-09 -2.7070814E-09 midg,1,midg; midg,igrid,midg -1.1503930E-09 -3.0582742E-10 1,midg,midg; igrid,midg,midg -6.6058636E-10 -5.6491983E-10 gauss-seidel spectral radius is 0.9851928 estimated iterations to convergence 67 setup time was (sec) 0.7000000 now iterating at: 11:02:07 rms-change max change #iterations 8.5529536E-02 15.04269 at 10iterations 6.9653974E-03 1.221287 at 20iterations 5.7495740E-04 9.9411011E-02 at 30iterations 4.6162571E-05 7.6599121E-03 at 40iterations 3.6917631E-06 6.7138672E-04 at 50iterations finished qdiffx linear iterations at : 11:02:14 total time elapsed so far: 8.000000 # loops : 50 mean,max change (kT/e) : 3.6917631E-06 6.7138672E-04 energy calculations done at 8.000000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.170000 DelPhi exited at 11:02:17 8.172u 0.743s 0:11.59 76.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 Wed Dec 28 2011 at 11:02:17 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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1952 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.776654 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): -20.00900 40.10400 ymin,ymax (A): -17.64000 25.02100 zmin,zma (A): -18.31800 23.83900 x,y,z range (A): 60.11300 42.66100 42.15700 scale (grids/A): 1.776654 object centre (A): 10.04750 3.690500 2.760499 number of atom coordinates read : 1952 total number of charged atoms : 1818 net assigned charge : -1.999994 assigned positive charge : 288.0980 centred at (gu) : 94.62479 87.92910 89.22167 assigned negative charge : -290.0982 centred at (gu) : 94.58768 87.88481 89.52868 start vw surface at 0.1100000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 49548 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17505 grid for indexing accessible points = 1.400000 m= 16736 mr = 33481 m= 2159 mr = 12321 m= 93 mr = 1281 m= 0 mr = 29 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 339 time to turn everything in is 0.4900000 number of dielectric boundary points 21424 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 168 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 14159 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.5922180 object centre at (A) : 10.04750 3.690500 2.760499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.1564962E-03 -5.2128560E-03 midg,1,midg; midg,igrid,midg -7.9572434E-03 -8.5515324E-03 1,midg,midg; igrid,midg,midg 3.4384637E-03 9.1882497E-03 gauss-seidel spectral radius is 0.9983531 estimated iterations to convergence 196 setup time was (sec) 1.010000 now iterating at: 11:02:19 rms-change max change #iterations 3.109519 160.2937 at 10iterations 1.345471 61.42319 at 20iterations 0.5844845 24.16056 at 30iterations 0.2540022 10.12621 at 40iterations 0.1098418 4.223609 at 50iterations 4.7629159E-02 1.872811 at 60iterations 2.0772519E-02 0.8626885 at 70iterations 9.0201348E-03 0.3478515 at 80iterations 3.9127148E-03 0.1623889 at 90iterations 1.6981001E-03 6.0752869E-02 at 100iterations 7.3880027E-04 2.8767228E-02 at 110iterations 3.2087098E-04 1.2712955E-02 at 120iterations finished qdiffx linear iterations at : 11:02:35 total time elapsed so far: 16.55000 # loops : 120 mean,max change (kT/e) : 3.2087098E-04 1.2712955E-02 energy calculations done at 16.55000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.72000 DelPhi exited at 11:02:36 16.724u 0.845s 0:18.47 95.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 Wed Dec 28 2011 at 11:02: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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1952 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.664981 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): -20.00900 40.10400 ymin,ymax (A): -17.64000 25.02100 zmin,zma (A): -18.31800 23.83900 x,y,z range (A): 60.11300 42.66100 42.15700 scale (grids/A): 2.664981 object centre (A): 10.04750 3.690500 2.760499 number of atom coordinates read : 1952 total number of charged atoms : 1818 net assigned charge : -1.999994 assigned positive charge : 288.0980 centred at (gu) : 96.93726 86.89363 88.83255 assigned negative charge : -290.0982 centred at (gu) : 96.88158 86.82730 89.29304 start vw surface at 0.1100000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 114733 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17505 grid for indexing accessible points = 1.400000 m= 55559 mr = 81562 m= 18342 mr = 45099 m= 3623 mr = 14751 m= 426 mr = 2671 m= 28 mr = 272 m= 0 mr = 8 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 1200 time to turn everything in is 1.190000 number of dielectric boundary points 48348 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 1.300000 number of grid points assigned charge 14543 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.776654 object centre at (A) : 10.04750 3.690500 2.760499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.4610884E-02 -6.5648586E-02 midg,1,midg; midg,igrid,midg -7.4112959E-02 -0.1097037 1,midg,midg; igrid,midg,midg 7.6655596E-02 0.3215426 gauss-seidel spectral radius is 0.9991604 estimated iterations to convergence 273 setup time was (sec) 1.560000 now iterating at: 11:02:38 rms-change max change #iterations 7.531520 291.8418 at 10iterations 4.225246 101.2412 at 20iterations 2.342986 60.36012 at 30iterations 1.297112 33.27028 at 40iterations 0.7223756 17.03671 at 50iterations 0.3989742 9.317795 at 60iterations 0.2207475 4.851899 at 70iterations 0.1221828 2.903959 at 80iterations 6.7521535E-02 1.489153 at 90iterations 3.7358005E-02 0.9255066 at 100iterations 2.0657266E-02 0.4753444 at 110iterations 1.1420507E-02 0.2558918 at 120iterations 6.2970822E-03 0.1395821 at 130iterations 3.4880377E-03 8.1122398E-02 at 140iterations 1.9255379E-03 4.2414188E-02 at 150iterations 1.0643872E-03 2.5337219E-02 at 160iterations 5.8838923E-04 1.3122559E-02 at 170iterations 3.2570874E-04 7.4477196E-03 at 180iterations finished qdiffx linear iterations at : 11:03:03 total time elapsed so far: 26.84000 # loops : 180 mean,max change (kT/e) : 3.2570874E-04 7.4477196E-03 energy calculations done at 26.84000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 27.00000 DelPhi exited at 11:03:04 27.003u 0.771s 0:28.44 97.6% 0+0k 0+0io 0pf+0w