Tue Nov 22 14:19:36 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 Tue Nov 22 2011 at 14:19:40 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 = 1948 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.5769760 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): -7.189000 34.12300 ymin,ymax (A): 6.635000 51.55700 zmin,zma (A): 5.348000 67.04900 x,y,z range (A): 41.31200 44.92200 61.70100 scale (grids/A): 0.5769760 object centre (A): 13.46700 29.09600 36.19850 number of atom coordinates read : 1948 total number of charged atoms : 1816 net assigned charge : 3.000004 assigned positive charge : 286.0340 centred at (gu) : 90.05834 90.70718 90.64624 assigned negative charge : -283.0343 centred at (gu) : 90.06655 90.89360 90.65141 start vw surface at 0.1100000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 4283 nv = 96 ne = 84 npr = 39884 no. pairs analyzed = 39884 no. exposed pairs = 2522 no. arc points = 17614 no. surface atoms = 852 nbur = 1096 mkacc time = 8.0000006E-02 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.484000 m= 178 mr = 2232 m= 0 mr = 9 time to grow re-entrant surface = 8.9999996E-02 no. cavity mid-points inaccessible to solvent = 26 time to turn everything in is 0.2100000 number of dielectric boundary points 2220 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1780 ## 221 charges are in solution ## iepsmp to db, and charging done at 0.3100000 number of grid points assigned charge 5414 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.8376176E-10 6.3233080E-10 midg,1,midg; midg,igrid,midg 2.4715932E-09 -2.1444588E-09 1,midg,midg; igrid,midg,midg 7.0560191E-10 5.1389953E-10 gauss-seidel spectral radius is 0.9844117 estimated iterations to convergence 66 setup time was (sec) 0.4300000 now iterating at: 14:19:43 rms-change max change #iterations 7.5243212E-02 14.87549 at 10iterations 5.6920229E-03 1.054535 at 20iterations 4.4224612E-04 7.9160690E-02 at 30iterations 3.3967368E-05 7.4405670E-03 at 40iterations 2.5217314E-06 4.8065186E-04 at 50iterations finished qdiffx linear iterations at : 14:19:53 total time elapsed so far: 2.860000 # loops : 50 mean,max change (kT/e) : 2.5217314E-06 4.8065186E-04 energy calculations done at 2.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.040000 DelPhi exited at 14:19:54 3.042u 0.134s 0:14.70 21.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 Nov 22 2011 at 14:19:56 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 = 1948 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: 1.730928 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): -7.189000 34.12300 ymin,ymax (A): 6.635000 51.55700 zmin,zma (A): 5.348000 67.04900 x,y,z range (A): 41.31200 44.92200 61.70100 scale (grids/A): 1.730928 object centre (A): 13.46700 29.09600 36.19850 number of atom coordinates read : 1948 total number of charged atoms : 1816 net assigned charge : 3.000004 assigned positive charge : 286.0340 centred at (gu) : 90.17520 92.12146 91.93846 assigned negative charge : -283.0343 centred at (gu) : 90.19990 92.68108 91.95464 start vw surface at 0.1100000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 46931 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17614 grid for indexing accessible points = 1.400000 m= 15181 mr = 31450 m= 1663 mr = 10972 m= 55 mr = 911 m= 0 mr = 1 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 20496 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 198 iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 14127 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.5769760 object centre at (A) : 13.46700 29.09600 36.19850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0111028E-02 2.3032961E-02 midg,1,midg; midg,igrid,midg 8.2162721E-03 -1.0718320E-02 1,midg,midg; igrid,midg,midg -2.1755740E-03 -3.2344060E-03 gauss-seidel spectral radius is 0.9982692 estimated iterations to convergence 191 setup time was (sec) 0.6500000 now iterating at: 14:20:01 rms-change max change #iterations 2.873356 138.3108 at 10iterations 1.223184 57.35782 at 20iterations 0.5205700 23.05361 at 30iterations 0.2211929 8.804972 at 40iterations 9.3695089E-02 3.836790 at 50iterations 3.9923877E-02 1.822011 at 60iterations 1.6994806E-02 0.6650295 at 70iterations 7.2241370E-03 0.3079708 at 80iterations 3.0565690E-03 0.1235371 at 90iterations 1.3002555E-03 5.1477909E-02 at 100iterations 5.5334979E-04 2.2228241E-02 at 110iterations 2.3551726E-04 1.0593414E-02 at 120iterations finished qdiffx linear iterations at : 14:20:22 total time elapsed so far: 7.590000 # loops : 120 mean,max change (kT/e) : 2.3551726E-04 1.0593414E-02 energy calculations done at 7.590000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.760000 DelPhi exited at 14:20:24 7.761u 0.251s 0:27.70 28.9% 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 Nov 22 2011 at 14:20:25 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 = 1948 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: 2.596392 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): -7.189000 34.12300 ymin,ymax (A): 6.635000 51.55700 zmin,zma (A): 5.348000 67.04900 x,y,z range (A): 41.31200 44.92200 61.70100 scale (grids/A): 2.596392 object centre (A): 13.46700 29.09600 36.19850 number of atom coordinates read : 1948 total number of charged atoms : 1816 net assigned charge : 3.000004 assigned positive charge : 286.0340 centred at (gu) : 90.26284 93.18233 92.90768 assigned negative charge : -283.0343 centred at (gu) : 90.29986 94.02159 92.93192 start vw surface at 0.1000000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 108533 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17614 grid for indexing accessible points = 1.400000 m= 51093 mr = 76464 m= 16067 mr = 41261 m= 2844 mr = 12758 m= 166 mr = 1967 m= 4 mr = 61 m= 0 mr = 0 time to grow re-entrant surface = 0.4400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7700000 number of dielectric boundary points 46196 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 0.8800000 number of grid points assigned charge 14520 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.730928 object centre at (A) : 13.46700 29.09600 36.19850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1835079 0.3489318 midg,1,midg; midg,igrid,midg 8.9117222E-02 -0.1616026 1,midg,midg; igrid,midg,midg -4.6040729E-02 -5.5855859E-02 gauss-seidel spectral radius is 0.9991329 estimated iterations to convergence 268 setup time was (sec) 1.030000 now iterating at: 14:20:31 rms-change max change #iterations 7.227137 243.9474 at 10iterations 4.004472 136.2021 at 20iterations 2.202250 58.18990 at 30iterations 1.211513 32.76841 at 40iterations 0.6663642 16.58755 at 50iterations 0.3652637 7.945535 at 60iterations 0.1997812 4.604753 at 70iterations 0.1097004 2.761528 at 80iterations 5.9937362E-02 1.325603 at 90iterations 3.2802425E-02 0.8353257 at 100iterations 1.7955488E-02 0.4538879 at 110iterations 9.8252585E-03 0.2274195 at 120iterations 5.3721336E-03 0.1260681 at 130iterations 2.9473146E-03 7.0663452E-02 at 140iterations 1.6096211E-03 3.9436340E-02 at 150iterations 8.8028767E-04 1.9162893E-02 at 160iterations 4.8192282E-04 1.1404991E-02 at 170iterations 2.6372570E-04 5.9679747E-03 at 180iterations finished qdiffx linear iterations at : 14:20:56 total time elapsed so far: 10.27000 # loops : 180 mean,max change (kT/e) : 2.6372570E-04 5.9679747E-03 energy calculations done at 10.27000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.44000 DelPhi exited at 14:20:57 10.441u 0.185s 0:32.40 32.7% 0+0k 0+0io 0pf+0w