Sun Oct 9 16:55:45 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 Sun Oct 9 2011 at 16:55:45 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 = 5011 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 0.5460709 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): -46.97800 18.21500 ymin,ymax (A): -37.78300 25.14100 zmin,zma (A): 10.89400 72.61800 x,y,z range (A): 65.19300 62.92400 61.72400 scale (grids/A): 0.5460709 object centre (A): -14.38150 -6.320999 41.75600 number of atom coordinates read : 5011 total number of charged atoms : 4901 net assigned charge : 5.000073 assigned positive charge : 764.2407 centred at (gu) : 89.67708 89.63475 89.33925 assigned negative charge : -759.2456 centred at (gu) : 89.69267 89.49535 89.24849 start vw surface at 0.2100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 9676 nv = 96 ne = 84 npr = 99849 no. pairs analyzed = 99849 no. exposed pairs = 6290 no. arc points = 43538 no. surface atoms = 2092 nbur = 2919 mkacc time = 0.2300000 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.568000 m= 424 mr = 5190 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 29 time to turn everything in is 0.5000000 number of dielectric boundary points 4897 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4536 ## 612 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 13005 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.5133822E-10 1.1451488E-09 midg,1,midg; midg,igrid,midg -1.4138773E-09 1.7228673E-09 1,midg,midg; igrid,midg,midg 5.4620203E-10 1.3896835E-10 gauss-seidel spectral radius is 0.9828671 estimated iterations to convergence 63 setup time was (sec) 0.7400000 now iterating at: 16:55:46 rms-change max change #iterations 0.1017676 13.81989 at 10iterations 8.7588606E-03 1.222939 at 20iterations 1.4671824E-03 0.1722260 at 30iterations 4.0400834E-04 4.5516968E-02 at 40iterations 1.2558416E-04 1.3893127E-02 at 50iterations finished qdiffx linear iterations at : 16:55:49 total time elapsed so far: 3.390000 # loops : 50 mean,max change (kT/e) : 1.2558416E-04 1.3893127E-02 energy calculations done at 3.390000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.580000 DelPhi exited at 16:55:49 3.580u 0.151s 0:04.01 93.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 Sun Oct 9 2011 at 16:55:49 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 = 5011 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 1.638213 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): -46.97800 18.21500 ymin,ymax (A): -37.78300 25.14100 zmin,zma (A): 10.89400 72.61800 x,y,z range (A): 65.19300 62.92400 61.72400 scale (grids/A): 1.638213 object centre (A): -14.38150 -6.320999 41.75600 number of atom coordinates read : 5011 total number of charged atoms : 4901 net assigned charge : 5.000073 assigned positive charge : 764.2407 centred at (gu) : 89.02973 88.90311 88.01632 assigned negative charge : -759.2456 centred at (gu) : 89.07770 88.48572 87.74501 start vw surface at 0.2100000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 108486 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43538 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 33454 mr = 75326 m= 3494 mr = 22982 m= 142 mr = 1729 m= 1 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 1045 time to turn everything in is 0.7600000 number of dielectric boundary points 45531 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 509 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.8900000 number of grid points assigned charge 37595 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.5460709 object centre at (A) : -14.38150 -6.320999 41.75600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.4353042E-02 4.1349813E-02 midg,1,midg; midg,igrid,midg -2.5768541E-02 3.0418757E-02 1,midg,midg; igrid,midg,midg 1.0906788E-02 -3.8261142E-02 gauss-seidel spectral radius is 0.9984133 estimated iterations to convergence 199 setup time was (sec) 1.050000 now iterating at: 16:55:50 rms-change max change #iterations 4.600525 158.3190 at 10iterations 2.022468 69.91272 at 20iterations 0.8910244 27.50745 at 30iterations 0.3940774 10.90057 at 40iterations 0.1745068 5.559044 at 50iterations 7.7331573E-02 2.118433 at 60iterations 3.4213260E-02 0.9725113 at 70iterations 1.5219078E-02 0.4336777 at 80iterations 6.8301498E-03 0.1896095 at 90iterations 3.1137066E-03 9.8632813E-02 at 100iterations 1.4604840E-03 4.2129517E-02 at 110iterations 7.2067906E-04 1.9622803E-02 at 120iterations finished qdiffx linear iterations at : 16:55:57 total time elapsed so far: 7.690000 # loops : 120 mean,max change (kT/e) : 7.2067906E-04 1.9622803E-02 energy calculations done at 7.690000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.870000 DelPhi exited at 16:55:58 7.873u 0.171s 0:08.41 95.6% 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 Sun Oct 9 2011 at 16:55:58 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 = 5011 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 2.457319 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): -46.97800 18.21500 ymin,ymax (A): -37.78300 25.14100 zmin,zma (A): 10.89400 72.61800 x,y,z range (A): 65.19300 62.92400 61.72400 scale (grids/A): 2.457319 object centre (A): -14.38150 -6.320999 41.75600 number of atom coordinates read : 5011 total number of charged atoms : 4901 net assigned charge : 5.000073 assigned positive charge : 764.2407 centred at (gu) : 88.54426 88.35404 87.02410 assigned negative charge : -759.2456 centred at (gu) : 88.61639 87.72834 86.61736 start vw surface at 0.2100000 fill in re-entrant regions at 0.6300000 boundary points on vw surface= 252651 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43538 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 116421 mr = 184709 m= 33125 mr = 92093 m= 5362 mr = 24833 m= 378 mr = 3568 m= 7 mr = 149 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 1.100000 no. cavity mid-points inaccessible to solvent = 3693 time to turn everything in is 1.860000 number of dielectric boundary points 102593 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 33 iepsmp to db, and charging done at 2.020000 number of grid points assigned charge 39170 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.638213 object centre at (A) : -14.38150 -6.320999 41.75600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3566164 0.6494389 midg,1,midg; midg,igrid,midg -0.5346796 0.3872022 1,midg,midg; igrid,midg,midg 0.1581386 -0.9985774 gauss-seidel spectral radius is 0.9992599 estimated iterations to convergence 290 setup time was (sec) 2.190000 now iterating at: 16:56:00 rms-change max change #iterations 11.97147 301.0497 at 10iterations 7.141563 149.1051 at 20iterations 4.228777 91.90276 at 30iterations 2.490043 54.45909 at 40iterations 1.460722 30.70341 at 50iterations 0.8517056 15.73892 at 60iterations 0.4968562 9.589907 at 70iterations 0.2889264 5.460201 at 80iterations 0.1671059 3.027405 at 90iterations 9.6928053E-02 1.676987 at 100iterations 5.5983409E-02 0.9621552 at 110iterations 3.2371357E-02 0.5564694 at 120iterations 1.8700913E-02 0.3200010 at 130iterations 1.0797492E-02 0.1806240 at 140iterations 6.2510725E-03 0.1116333 at 150iterations 3.6099469E-03 6.1906815E-02 at 160iterations 2.0960832E-03 3.4661114E-02 at 170iterations 1.2217787E-03 2.1728516E-02 at 180iterations finished qdiffx linear iterations at : 16:56:11 total time elapsed so far: 12.88000 # loops : 180 mean,max change (kT/e) : 1.2217787E-03 2.1728516E-02 energy calculations done at 12.88000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.08000 DelPhi exited at 16:56:11 13.083u 0.160s 0:13.52 97.9% 0+0k 0+0io 0pf+0w