Sun Oct 9 14:42:27 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 Sun Oct 9 2011 at 14:42:27 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: 277 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2961 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: 0.5332375 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.04500 28.23300 ymin,ymax (A): -24.75400 42.00800 zmin,zma (A): -18.10500 39.48300 x,y,z range (A): 59.27800 66.76200 57.58800 scale (grids/A): 0.5332375 object centre (A): -1.406000 8.627002 10.68900 number of atom coordinates read : 2961 total number of charged atoms : 2818 net assigned charge : 6.500018 assigned positive charge : 447.5318 centred at (gu) : 90.38078 89.19119 88.99238 assigned negative charge : -441.0333 centred at (gu) : 90.37340 89.35505 89.04067 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5629 nv = 96 ne = 84 npr = 56189 no. pairs analyzed = 56189 no. exposed pairs = 4199 no. arc points = 30758 no. surface atoms = 1402 nbur = 1559 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.624000 m= 225 mr = 2496 m= 1 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 3349 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3170 ## 445 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 7369 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.5289773E-10 3.1819818E-11 midg,1,midg; midg,igrid,midg 1.0860221E-09 -3.5724065E-10 1,midg,midg; igrid,midg,midg 1.8678871E-10 2.9071753E-10 gauss-seidel spectral radius is 0.9818946 estimated iterations to convergence 61 setup time was (sec) 0.5900000 now iterating at: 14:42:28 rms-change max change #iterations 6.2065821E-02 10.45771 at 10iterations 3.8678532E-03 0.8326402 at 20iterations 2.4970126E-04 4.6622276E-02 at 30iterations 1.9071063E-05 3.1738281E-03 at 40iterations 2.1400003E-06 3.4999847E-04 at 50iterations finished qdiffx linear iterations at : 14:42:32 total time elapsed so far: 4.080000 # loops : 50 mean,max change (kT/e) : 2.1400003E-06 3.4999847E-04 energy calculations done at 4.080000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.260000 DelPhi exited at 14:42:32 4.261u 0.263s 0:04.83 93.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 Sun Oct 9 2011 at 14:42:32 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: 277 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2961 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: 1.599712 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.04500 28.23300 ymin,ymax (A): -24.75400 42.00800 zmin,zma (A): -18.10500 39.48300 x,y,z range (A): 59.27800 66.76200 57.58800 scale (grids/A): 1.599712 object centre (A): -1.406000 8.627002 10.68900 number of atom coordinates read : 2961 total number of charged atoms : 2818 net assigned charge : 6.500018 assigned positive charge : 447.5318 centred at (gu) : 91.14148 87.57248 86.97646 assigned negative charge : -441.0333 centred at (gu) : 91.12008 88.06487 87.12178 start vw surface at 0.1800000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 61103 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30758 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 17171 mr = 37436 m= 1660 mr = 10707 m= 34 mr = 675 m= 0 mr = 3 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5300000 number of dielectric boundary points 31147 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 417 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 21435 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.5332375 object centre at (A) : -1.406000 8.627002 10.68900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.9003076E-02 7.1028341E-03 midg,1,midg; midg,igrid,midg 2.3044918E-02 -6.6007897E-03 1,midg,midg; igrid,midg,midg 3.4110036E-04 -9.9313743E-03 gauss-seidel spectral radius is 0.9981250 estimated iterations to convergence 184 setup time was (sec) 0.8700000 now iterating at: 14:42:33 rms-change max change #iterations 3.181936 205.9262 at 10iterations 1.292480 50.90149 at 20iterations 0.5311277 22.39701 at 30iterations 0.2169072 8.517391 at 40iterations 8.8903956E-02 3.316975 at 50iterations 3.6460709E-02 1.429402 at 60iterations 1.5002727E-02 0.5137053 at 70iterations 6.1371597E-03 0.2367401 at 80iterations 2.5189449E-03 9.7831726E-02 at 90iterations 1.0316398E-03 3.8345337E-02 at 100iterations 4.2454147E-04 1.5832901E-02 at 110iterations 1.7391959E-04 7.2240829E-03 at 120iterations finished qdiffx linear iterations at : 14:42:42 total time elapsed so far: 9.470000 # loops : 120 mean,max change (kT/e) : 1.7391959E-04 7.2240829E-03 energy calculations done at 9.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.640000 DelPhi exited at 14:42:42 9.647u 0.261s 0:10.25 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 Sun Oct 9 2011 at 14:42:42 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: 277 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2961 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: 2.399569 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.04500 28.23300 ymin,ymax (A): -24.75400 42.00800 zmin,zma (A): -18.10500 39.48300 x,y,z range (A): 59.27800 66.76200 57.58800 scale (grids/A): 2.399569 object centre (A): -1.406000 8.627002 10.68900 number of atom coordinates read : 2961 total number of charged atoms : 2818 net assigned charge : 6.500018 assigned positive charge : 447.5318 centred at (gu) : 91.71198 86.35852 85.46454 assigned negative charge : -441.0333 centred at (gu) : 91.68008 87.09723 85.68250 start vw surface at 0.1900000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 141562 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30758 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 60082 mr = 92629 m= 15684 mr = 44816 m= 2341 mr = 10833 m= 143 mr = 1427 m= 0 mr = 43 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.270000 number of dielectric boundary points 70064 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 44 iepsmp to db, and charging done at 1.420000 number of grid points assigned charge 22495 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.599712 object centre at (A) : -1.406000 8.627002 10.68900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3286878 0.1682781 midg,1,midg; midg,igrid,midg 0.3551191 -9.0795562E-02 1,midg,midg; igrid,midg,midg 4.2342595E-03 -0.2344201 gauss-seidel spectral radius is 0.9991310 estimated iterations to convergence 268 setup time was (sec) 1.620000 now iterating at: 14:42:44 rms-change max change #iterations 8.501851 304.8495 at 10iterations 4.735871 134.4841 at 20iterations 2.650473 67.60873 at 30iterations 1.469783 34.74509 at 40iterations 0.8143095 23.91469 at 50iterations 0.4502324 9.902129 at 60iterations 0.2474257 5.699541 at 70iterations 0.1362527 2.922283 at 80iterations 7.4826479E-02 1.836426 at 90iterations 4.1084521E-02 0.8388481 at 100iterations 2.2562196E-02 0.4954796 at 110iterations 1.2395150E-02 0.2536621 at 120iterations 6.7635151E-03 0.1439972 at 130iterations 3.7034964E-03 8.4802628E-02 at 140iterations 2.0307433E-03 4.2559147E-02 at 150iterations 1.1116399E-03 2.3452759E-02 at 160iterations 6.0762349E-04 1.3881683E-02 at 170iterations 3.3198961E-04 6.6833496E-03 at 180iterations finished qdiffx linear iterations at : 14:42:58 total time elapsed so far: 15.06000 # loops : 180 mean,max change (kT/e) : 3.3198961E-04 6.6833496E-03 energy calculations done at 15.06000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.24000 DelPhi exited at 14:42:58 15.241u 0.273s 0:15.78 98.2% 0+0k 0+0io 0pf+0w