Mon Oct 10 14:01:57 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 14:01: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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4612 !!! WARNING: FAD 994 has a net charge of -2.0000 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.5450176 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): 16.97500 79.11200 ymin,ymax (A): 119.6840 185.0030 zmin,zma (A): -1.708000 59.79800 x,y,z range (A): 62.13700 65.31899 61.50600 scale (grids/A): 0.5450176 object centre (A): 48.04350 152.3435 29.04500 number of atom coordinates read : 4612 total number of charged atoms : 4439 net assigned charge : 3.000041 assigned positive charge : 707.4496 centred at (gu) : 91.65431 89.19492 87.25587 assigned negative charge : -704.4528 centred at (gu) : 91.61415 89.10978 87.27246 start vw surface at 0.1100000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 8867 nv = 96 ne = 84 npr = 91935 no. pairs analyzed = 91935 no. exposed pairs = 5573 no. arc points = 38688 no. surface atoms = 1879 nbur = 2733 mkacc time = 0.1500000 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= 409 mr = 4802 m= 4 mr = 32 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 25 time to turn everything in is 0.2900000 number of dielectric boundary points 4446 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4040 ## 544 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 11788 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.7271039E-10 6.1012124E-12 midg,1,midg; midg,igrid,midg -8.4696766E-10 8.3185242E-10 1,midg,midg; igrid,midg,midg -1.5078504E-10 8.6786639E-10 gauss-seidel spectral radius is 0.9827666 estimated iterations to convergence 63 setup time was (sec) 0.4800000 now iterating at: 14:01:58 rms-change max change #iterations 9.1042712E-02 14.89992 at 10iterations 6.4983894E-03 0.8628311 at 20iterations 6.7197235E-04 9.6405029E-02 at 30iterations 1.7362421E-04 2.4204254E-02 at 40iterations 5.8760965E-05 8.4261894E-03 at 50iterations finished qdiffx linear iterations at : 14:02:01 total time elapsed so far: 3.310000 # loops : 50 mean,max change (kT/e) : 5.8760965E-05 8.4261894E-03 energy calculations done at 3.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.450000 DelPhi exited at 14:02:02 3.452u 0.198s 0:04.71 77.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 Mon Oct 10 2011 at 14:02:02 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4612 !!! WARNING: FAD 994 has a net charge of -2.0000 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.635053 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): 16.97500 79.11200 ymin,ymax (A): 119.6840 185.0030 zmin,zma (A): -1.708000 59.79800 x,y,z range (A): 62.13700 65.31899 61.50600 scale (grids/A): 1.635053 object centre (A): 48.04350 152.3435 29.04500 number of atom coordinates read : 4612 total number of charged atoms : 4439 net assigned charge : 3.000041 assigned positive charge : 707.4496 centred at (gu) : 94.96154 87.58369 81.76647 assigned negative charge : -704.4528 centred at (gu) : 94.84200 87.32909 81.81715 start vw surface at 0.1200000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 99727 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38688 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 31693 mr = 69970 m= 3656 mr = 22188 m= 114 mr = 1972 m= 0 mr = 20 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 1618 time to turn everything in is 0.4800000 number of dielectric boundary points 41040 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 482 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 34012 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.5450176 object centre at (A) : 48.04350 152.3435 29.04500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.9401415E-03 9.2295762E-03 midg,1,midg; midg,igrid,midg 1.4065783E-02 3.1305376E-02 1,midg,midg; igrid,midg,midg -1.1204029E-02 -1.4904172E-02 gauss-seidel spectral radius is 0.9983470 estimated iterations to convergence 195 setup time was (sec) 0.6800000 now iterating at: 14:02:03 rms-change max change #iterations 4.355451 205.2505 at 10iterations 1.885209 93.76015 at 20iterations 0.8168782 32.64381 at 30iterations 0.3548032 13.21092 at 40iterations 0.1544819 5.638672 at 50iterations 6.7010798E-02 2.099289 at 60iterations 2.9164320E-02 0.8726501 at 70iterations 1.2691757E-02 0.3727779 at 80iterations 5.5399607E-03 0.1628351 at 90iterations 2.4333459E-03 6.8389893E-02 at 100iterations 1.0823164E-03 3.1356812E-02 at 110iterations 4.8980146E-04 1.5014648E-02 at 120iterations finished qdiffx linear iterations at : 14:02:10 total time elapsed so far: 7.790000 # loops : 120 mean,max change (kT/e) : 4.8980146E-04 1.5014648E-02 energy calculations done at 7.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.920000 DelPhi exited at 14:02:12 7.926u 0.222s 0:09.65 84.3% 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 14:02:12 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4612 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.452579 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): 16.97500 79.11200 ymin,ymax (A): 119.6840 185.0030 zmin,zma (A): -1.708000 59.79800 x,y,z range (A): 62.13700 65.31899 61.50600 scale (grids/A): 2.452579 object centre (A): 48.04350 152.3435 29.04500 number of atom coordinates read : 4612 total number of charged atoms : 4439 net assigned charge : 3.000041 assigned positive charge : 707.4496 centred at (gu) : 97.44202 86.37531 77.64940 assigned negative charge : -704.4528 centred at (gu) : 97.26292 85.99360 77.72572 start vw surface at 0.1300000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 232468 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38688 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 109493 mr = 171411 m= 32308 mr = 87647 m= 6126 mr = 24627 m= 504 mr = 4326 m= 9 mr = 269 m= 0 mr = 0 time to grow re-entrant surface = 0.6700000 no. cavity mid-points inaccessible to solvent = 5423 time to turn everything in is 1.190000 number of dielectric boundary points 92628 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 40 iepsmp to db, and charging done at 1.280000 number of grid points assigned charge 35456 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.635053 object centre at (A) : 48.04350 152.3435 29.04500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.3548678E-02 0.1761470 midg,1,midg; midg,igrid,midg 0.2268894 0.5824668 1,midg,midg; igrid,midg,midg -0.1588027 -0.2763111 gauss-seidel spectral radius is 0.9992186 estimated iterations to convergence 282 setup time was (sec) 1.420000 now iterating at: 14:02:14 rms-change max change #iterations 11.20668 338.2603 at 10iterations 6.487459 131.9074 at 20iterations 3.732458 77.14979 at 30iterations 2.140978 41.00118 at 40iterations 1.223704 24.33955 at 50iterations 0.6978810 13.65456 at 60iterations 0.3978276 7.164381 at 70iterations 0.2256099 4.213704 at 80iterations 0.1282419 2.178693 at 90iterations 7.2821237E-02 1.297106 at 100iterations 4.1303780E-02 0.7150097 at 110iterations 2.3434833E-02 0.4291115 at 120iterations 1.3258850E-02 0.2464142 at 130iterations 7.5103953E-03 0.1219559 at 140iterations 4.2638318E-03 8.1153154E-02 at 150iterations 2.4145376E-03 4.0798187E-02 at 160iterations 1.3694834E-03 2.3347855E-02 at 170iterations 7.7916775E-04 1.3651848E-02 at 180iterations finished qdiffx linear iterations at : 14:02:26 total time elapsed so far: 12.92000 # loops : 180 mean,max change (kT/e) : 7.7916775E-04 1.3651848E-02 energy calculations done at 12.92000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.05000 DelPhi exited at 14:02:26 13.057u 0.254s 0:14.28 93.1% 0+0k 0+0io 0pf+0w