Tue Oct 11 03:16:48 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 Tue Oct 11 2011 at 03:16:48 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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2847 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.5923954 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): -22.52900 31.89300 ymin,ymax (A): -39.48700 20.60800 zmin,zma (A): -31.68000 26.70000 x,y,z range (A): 54.42200 60.09500 58.38000 scale (grids/A): 0.5923954 object centre (A): 4.682000 -9.439500 -2.490001 number of atom coordinates read : 2847 total number of charged atoms : 2695 net assigned charge : -4.499990 assigned positive charge : 419.9705 centred at (gu) : 88.87568 91.56760 92.00105 assigned negative charge : -424.4715 centred at (gu) : 88.80630 91.52444 91.93502 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 6830 nv = 96 ne = 84 npr = 55013 no. pairs analyzed = 55013 no. exposed pairs = 4131 no. arc points = 29125 no. surface atoms = 1373 nbur = 1474 mkacc time = 0.1600000 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= 329 mr = 3357 m= 2 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3800000 number of dielectric boundary points 3787 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2893 ## 309 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 8491 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.2896853E-09 8.8146973E-10 midg,1,midg; midg,igrid,midg -2.0215380E-09 -2.3506930E-10 1,midg,midg; igrid,midg,midg -4.8056341E-09 4.5982029E-10 gauss-seidel spectral radius is 0.9852910 estimated iterations to convergence 68 setup time was (sec) 0.6500000 now iterating at: 03:16:49 rms-change max change #iterations 0.1047752 16.34214 at 10iterations 8.6241337E-03 1.373843 at 20iterations 7.8472955E-04 0.1161728 at 30iterations 1.0155697E-04 2.1570206E-02 at 40iterations 2.0685364E-05 4.9514771E-03 at 50iterations finished qdiffx linear iterations at : 03:16:53 total time elapsed so far: 3.980000 # loops : 50 mean,max change (kT/e) : 2.0685364E-05 4.9514771E-03 energy calculations done at 3.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.160000 DelPhi exited at 03:16:53 4.160u 0.267s 0:04.74 93.2% 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 Tue Oct 11 2011 at 03:16:53 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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2847 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.777186 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): -22.52900 31.89300 ymin,ymax (A): -39.48700 20.60800 zmin,zma (A): -31.68000 26.70000 x,y,z range (A): 54.42200 60.09500 58.38000 scale (grids/A): 1.777186 object centre (A): 4.682000 -9.439500 -2.490001 number of atom coordinates read : 2847 total number of charged atoms : 2695 net assigned charge : -4.499990 assigned positive charge : 419.9705 centred at (gu) : 86.62661 94.70209 96.00213 assigned negative charge : -424.4715 centred at (gu) : 86.41856 94.57314 95.80511 start vw surface at 0.1700000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 73907 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29125 grid for indexing accessible points = 1.400000 m= 23993 mr = 47949 m= 2880 mr = 16371 m= 128 mr = 1426 m= 2 mr = 18 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 376 time to turn everything in is 0.6700000 number of dielectric boundary points 35146 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 225 iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 21064 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.5923954 object centre at (A) : 4.682000 -9.439500 -2.490001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.3268979E-02 -7.0939092E-03 midg,1,midg; midg,igrid,midg -2.2618361E-02 -1.8933374E-02 1,midg,midg; igrid,midg,midg -3.5651592E-03 2.2210232E-03 gauss-seidel spectral radius is 0.9984754 estimated iterations to convergence 203 setup time was (sec) 0.9700000 now iterating at: 03:16:54 rms-change max change #iterations 3.874671 164.0250 at 10iterations 1.730788 58.90776 at 20iterations 0.7736665 25.29803 at 30iterations 0.3470761 11.75259 at 40iterations 0.1545664 4.845188 at 50iterations 6.9264516E-02 2.220394 at 60iterations 3.0984856E-02 0.9852419 at 70iterations 1.3946231E-02 0.4681072 at 80iterations 6.2634498E-03 0.1956005 at 90iterations 2.8049594E-03 9.2625618E-02 at 100iterations 1.2607831E-03 4.3599606E-02 at 110iterations 5.7267479E-04 2.1694183E-02 at 120iterations finished qdiffx linear iterations at : 03:17:03 total time elapsed so far: 9.460000 # loops : 120 mean,max change (kT/e) : 5.7267479E-04 2.1694183E-02 energy calculations done at 9.460000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.640000 DelPhi exited at 03:17:03 9.642u 0.304s 0:10.30 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 Tue Oct 11 2011 at 03:17:04 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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2847 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: 2.665779 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): -22.52900 31.89300 ymin,ymax (A): -39.48700 20.60800 zmin,zma (A): -31.68000 26.70000 x,y,z range (A): 54.42200 60.09500 58.38000 scale (grids/A): 2.665779 object centre (A): 4.682000 -9.439500 -2.490001 number of atom coordinates read : 2847 total number of charged atoms : 2695 net assigned charge : -4.499990 assigned positive charge : 419.9705 centred at (gu) : 84.93967 97.05313 99.00296 assigned negative charge : -424.4715 centred at (gu) : 84.62778 96.85961 98.70754 start vw surface at 0.1600000 fill in re-entrant regions at 0.5400000 boundary points on vw surface= 171078 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29125 grid for indexing accessible points = 1.400000 m= 79752 mr = 117487 m= 25246 mr = 62254 m= 4681 mr = 18929 m= 510 mr = 3087 m= 21 mr = 254 m= 0 mr = 3 time to grow re-entrant surface = 0.9900000 no. cavity mid-points inaccessible to solvent = 1127 time to turn everything in is 1.650000 number of dielectric boundary points 79274 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.800000 number of grid points assigned charge 21554 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.777186 object centre at (A) : 4.682000 -9.439500 -2.490001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.6614091 -0.1130003 midg,1,midg; midg,igrid,midg -0.2948448 -0.1529177 1,midg,midg; igrid,midg,midg -4.4331495E-02 -2.8858399E-03 gauss-seidel spectral radius is 0.9992401 estimated iterations to convergence 286 setup time was (sec) 1.980000 now iterating at: 03:17:06 rms-change max change #iterations 9.764876 277.3855 at 10iterations 5.775348 177.0207 at 20iterations 3.368174 84.22491 at 30iterations 1.949855 50.41815 at 40iterations 1.127389 23.94379 at 50iterations 0.6486129 12.78389 at 60iterations 0.3720392 7.951523 at 70iterations 0.2138609 3.904377 at 80iterations 0.1223285 2.409107 at 90iterations 6.9958784E-02 1.224211 at 100iterations 3.9950300E-02 0.7614174 at 110iterations 2.2817498E-02 0.4258232 at 120iterations 1.3028797E-02 0.2403030 at 130iterations 7.4489131E-03 0.1511993 at 140iterations 4.2707385E-03 8.5498810E-02 at 150iterations 2.4489372E-03 4.7945023E-02 at 160iterations 1.4108532E-03 2.7383804E-02 at 170iterations 8.1803469E-04 1.6866684E-02 at 180iterations finished qdiffx linear iterations at : 03:17:20 total time elapsed so far: 16.11000 # loops : 180 mean,max change (kT/e) : 8.1803469E-04 1.6866684E-02 energy calculations done at 16.11000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.30000 DelPhi exited at 03:17:21 16.302u 0.324s 0:16.97 97.9% 0+0k 0+0io 0pf+0w