Mon Oct 10 18:30:50 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 Mon Oct 10 2011 at 18:30:50 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: 249 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2533 !!! WARNING: HIZ 93 has a net charge of 0.2000 !!! WARNING: ZN7 793 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5985910 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): -61.88000 -16.49700 ymin,ymax (A): -12.68500 44.86100 zmin,zma (A): -13.39700 46.07600 x,y,z range (A): 45.38300 57.54600 59.47300 scale (grids/A): 0.5985910 object centre (A): -39.18850 16.08800 16.33950 number of atom coordinates read : 2533 total number of charged atoms : 2394 net assigned charge : 15.60001 assigned positive charge : 379.1237 centred at (gu) : 89.84515 91.74656 89.09319 assigned negative charge : -363.5246 centred at (gu) : 89.93011 91.69675 89.12621 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6148 nv = 96 ne = 84 npr = 49946 no. pairs analyzed = 49946 no. exposed pairs = 3357 no. arc points = 24152 no. surface atoms = 1122 nbur = 1411 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 290 mr = 3138 m= 1 mr = 22 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 12 time to turn everything in is 0.3400000 number of dielectric boundary points 3279 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2472 ## 320 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 7635 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.0347498E-09 4.2987307E-09 midg,1,midg; midg,igrid,midg 3.2207712E-09 1.1731785E-08 1,midg,midg; igrid,midg,midg 9.3706856E-09 3.4016185E-09 gauss-seidel spectral radius is 0.9855573 estimated iterations to convergence 68 setup time was (sec) 0.6100000 now iterating at: 18:30:51 rms-change max change #iterations 0.1003416 16.73146 at 10iterations 8.5030124E-03 1.380302 at 20iterations 7.8701269E-04 0.1166735 at 30iterations 9.9683806E-05 1.7889023E-02 at 40iterations 1.8056058E-05 3.4885406E-03 at 50iterations finished qdiffx linear iterations at : 18:30:54 total time elapsed so far: 3.960000 # loops : 50 mean,max change (kT/e) : 1.8056058E-05 3.4885406E-03 energy calculations done at 3.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.140000 DelPhi exited at 18:30:55 4.140u 0.271s 0:04.88 90.3% 0+0k 0+0io 6pf+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 Mon Oct 10 2011 at 18:30:55 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: 249 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2533 !!! WARNING: HIZ 93 has a net charge of 0.2000 !!! WARNING: ZN7 793 has a net charge of 1.4000 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.795773 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): -61.88000 -16.49700 ymin,ymax (A): -12.68500 44.86100 zmin,zma (A): -13.39700 46.07600 x,y,z range (A): 45.38300 57.54600 59.47300 scale (grids/A): 1.795773 object centre (A): -39.18850 16.08800 16.33950 number of atom coordinates read : 2533 total number of charged atoms : 2394 net assigned charge : 15.60001 assigned positive charge : 379.1237 centred at (gu) : 89.53487 95.23912 87.27883 assigned negative charge : -363.5246 centred at (gu) : 89.79010 95.08994 87.37842 start vw surface at 0.1600000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 66840 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24152 grid for indexing accessible points = 1.400000 m= 21953 mr = 44579 m= 2779 mr = 15238 m= 145 mr = 1473 m= 3 mr = 26 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 1233 time to turn everything in is 0.6200000 number of dielectric boundary points 30404 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 283 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.7700000 number of grid points assigned charge 18705 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.5985910 object centre at (A) : -39.18850 16.08800 16.33950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.1467825E-02 3.0804986E-02 midg,1,midg; midg,igrid,midg 1.6750978E-02 9.2027523E-03 1,midg,midg; igrid,midg,midg 2.6365725E-02 1.6611947E-02 gauss-seidel spectral radius is 0.9984637 estimated iterations to convergence 202 setup time was (sec) 0.9300000 now iterating at: 18:30:56 rms-change max change #iterations 3.649595 192.6554 at 10iterations 1.617291 65.95784 at 20iterations 0.7221129 27.10308 at 30iterations 0.3231545 10.70921 at 40iterations 0.1437822 4.778622 at 50iterations 6.4279385E-02 2.284195 at 60iterations 2.8613048E-02 0.9625654 at 70iterations 1.2826981E-02 0.4390786 at 80iterations 5.7179602E-03 0.2213850 at 90iterations 2.5630563E-03 8.9438438E-02 at 100iterations 1.1556117E-03 4.3794155E-02 at 110iterations 5.1789894E-04 1.7608643E-02 at 120iterations finished qdiffx linear iterations at : 18:31:05 total time elapsed so far: 9.440000 # loops : 120 mean,max change (kT/e) : 5.1789894E-04 1.7608643E-02 energy calculations done at 9.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.620000 DelPhi exited at 18:31:06 9.618u 0.303s 0:10.46 94.7% 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 Mon Oct 10 2011 at 18:31:06 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: 249 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2533 !!! WARNING: HIZ 93 has a net charge of 0.2000 !!! WARNING: ZN7 793 has a net charge of 1.4000 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.693659 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): -61.88000 -16.49700 ymin,ymax (A): -12.68500 44.86100 zmin,zma (A): -13.39700 46.07600 x,y,z range (A): 45.38300 57.54600 59.47300 scale (grids/A): 2.693659 object centre (A): -39.18850 16.08800 16.33950 number of atom coordinates read : 2533 total number of charged atoms : 2394 net assigned charge : 15.60001 assigned positive charge : 379.1237 centred at (gu) : 89.30213 97.85869 85.91809 assigned negative charge : -363.5246 centred at (gu) : 89.68511 97.63476 86.06756 start vw surface at 0.1500000 fill in re-entrant regions at 0.5000000 boundary points on vw surface= 154805 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24152 grid for indexing accessible points = 1.400000 m= 73411 mr = 108834 m= 23368 mr = 58334 m= 4690 mr = 17680 m= 539 mr = 3231 m= 21 mr = 257 m= 0 mr = 2 time to grow re-entrant surface = 0.8800001 no. cavity mid-points inaccessible to solvent = 4111 time to turn everything in is 1.490000 number of dielectric boundary points 68496 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.650000 number of grid points assigned charge 19147 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.795773 object centre at (A) : -39.18850 16.08800 16.33950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.6318152 0.3790654 midg,1,midg; midg,igrid,midg 0.3236485 0.1135819 1,midg,midg; igrid,midg,midg 0.2863882 0.1779396 gauss-seidel spectral radius is 0.9992167 estimated iterations to convergence 282 setup time was (sec) 1.820000 now iterating at: 18:31:08 rms-change max change #iterations 9.091043 277.8754 at 10iterations 5.294079 132.5727 at 20iterations 3.055248 73.79069 at 30iterations 1.751036 37.40177 at 40iterations 0.9977286 23.60834 at 50iterations 0.5697644 12.23358 at 60iterations 0.3227593 7.063423 at 70iterations 0.1837799 3.833874 at 80iterations 0.1043054 1.922607 at 90iterations 5.9022218E-02 1.140110 at 100iterations 3.3536650E-02 0.6492157 at 110iterations 1.8928591E-02 0.3871403 at 120iterations 1.0716435E-02 0.2303740 at 130iterations 6.0541639E-03 0.1257172 at 140iterations 3.4301949E-03 7.2741508E-02 at 150iterations 1.9448770E-03 3.8303375E-02 at 160iterations 1.1028713E-03 2.2936821E-02 at 170iterations 6.2751974E-04 1.2470245E-02 at 180iterations finished qdiffx linear iterations at : 18:31:22 total time elapsed so far: 15.85000 # loops : 180 mean,max change (kT/e) : 6.2751974E-04 1.2470245E-02 energy calculations done at 15.85000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.03000 DelPhi exited at 18:31:22 16.030u 0.349s 0:16.67 98.2% 0+0k 0+0io 0pf+0w