Mon Oct 10 17:05:33 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 17:05:33 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 = 3007 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.5985104 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): -25.24500 34.23600 ymin,ymax (A): 3.313000 51.18700 zmin,zma (A): -3.393000 55.99800 x,y,z range (A): 59.48100 47.87400 59.39100 scale (grids/A): 0.5985104 object centre (A): 4.495501 27.25000 26.30250 number of atom coordinates read : 3007 total number of charged atoms : 2865 net assigned charge : -2.499966 assigned positive charge : 453.0159 centred at (gu) : 89.78831 90.43659 89.39868 assigned negative charge : -455.5172 centred at (gu) : 89.88892 90.57098 89.31380 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 7243 nv = 96 ne = 84 npr = 59449 no. pairs analyzed = 59449 no. exposed pairs = 3963 no. arc points = 27957 no. surface atoms = 1334 nbur = 1673 mkacc time = 0.1600000 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.456000 m= 364 mr = 3766 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 3 time to turn everything in is 0.3400000 number of dielectric boundary points 3828 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2891 ## 308 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 9066 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.1412017E-09 2.1390880E-09 midg,1,midg; midg,igrid,midg 4.0074806E-09 -7.2473481E-09 1,midg,midg; igrid,midg,midg 3.2524248E-09 -4.8904254E-09 gauss-seidel spectral radius is 0.9855949 estimated iterations to convergence 68 setup time was (sec) 0.6500000 now iterating at: 17:05:34 rms-change max change #iterations 0.1151874 19.65562 at 10iterations 9.5588285E-03 1.422485 at 20iterations 7.9845515E-04 0.1250100 at 30iterations 6.8423316E-05 1.0673523E-02 at 40iterations 5.9805357E-06 9.7274780E-04 at 50iterations finished qdiffx linear iterations at : 17:05:38 total time elapsed so far: 4.360000 # loops : 50 mean,max change (kT/e) : 5.9805357E-06 9.7274780E-04 energy calculations done at 4.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.520000 DelPhi exited at 17:05:39 4.522u 0.390s 0:05.25 93.5% 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 17:05:39 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 = 3007 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.795531 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): -25.24500 34.23600 ymin,ymax (A): 3.313000 51.18700 zmin,zma (A): -3.393000 55.99800 x,y,z range (A): 59.48100 47.87400 59.39100 scale (grids/A): 1.795531 object centre (A): 4.495501 27.25000 26.30250 number of atom coordinates read : 3007 total number of charged atoms : 2865 net assigned charge : -2.499966 assigned positive charge : 453.0159 centred at (gu) : 89.36420 91.30886 88.19518 assigned negative charge : -455.5172 centred at (gu) : 89.66635 91.71260 87.94099 start vw surface at 0.1300000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 79395 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27957 grid for indexing accessible points = 1.400000 m= 26002 mr = 53678 m= 3068 mr = 18105 m= 115 mr = 1465 m= 1 mr = 19 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 1106 time to turn everything in is 0.6300000 number of dielectric boundary points 35314 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 232 iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 22385 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.5985104 object centre at (A) : 4.495501 27.25000 26.30250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.8466656E-03 1.6637256E-02 midg,1,midg; midg,igrid,midg 7.1625300E-03 -2.1524848E-02 1,midg,midg; igrid,midg,midg 2.6919993E-02 -2.8648026E-02 gauss-seidel spectral radius is 0.9985188 estimated iterations to convergence 206 setup time was (sec) 0.9300000 now iterating at: 17:05:40 rms-change max change #iterations 4.122337 191.1092 at 10iterations 1.862565 69.91408 at 20iterations 0.8381255 26.33802 at 30iterations 0.3810706 13.30505 at 40iterations 0.1722087 5.439700 at 50iterations 7.8129977E-02 3.007442 at 60iterations 3.5360727E-02 1.136726 at 70iterations 1.6050350E-02 0.5222356 at 80iterations 7.2928076E-03 0.2552299 at 90iterations 3.3065889E-03 0.1050406 at 100iterations 1.4971726E-03 4.6781540E-02 at 110iterations 6.7889533E-04 2.0637512E-02 at 120iterations finished qdiffx linear iterations at : 17:05:50 total time elapsed so far: 10.45000 # loops : 120 mean,max change (kT/e) : 6.7889533E-04 2.0637512E-02 energy calculations done at 10.45000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.61000 DelPhi exited at 17:05:50 10.613u 0.446s 0:11.49 96.1% 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 17:05: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3007 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.693297 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): -25.24500 34.23600 ymin,ymax (A): 3.313000 51.18700 zmin,zma (A): -3.393000 55.99800 x,y,z range (A): 59.48100 47.87400 59.39100 scale (grids/A): 2.693297 object centre (A): 4.495501 27.25000 26.30250 number of atom coordinates read : 3007 total number of charged atoms : 2865 net assigned charge : -2.499966 assigned positive charge : 453.0159 centred at (gu) : 89.04591 91.96307 87.29258 assigned negative charge : -455.5172 centred at (gu) : 89.49937 92.56889 86.91146 start vw surface at 0.1400000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 183893 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27957 grid for indexing accessible points = 1.400000 m= 87249 mr = 131002 m= 27442 mr = 69233 m= 5020 mr = 20845 m= 499 mr = 3200 m= 17 mr = 242 m= 0 mr = 7 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 3734 time to turn everything in is 1.640000 number of dielectric boundary points 79591 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.780000 number of grid points assigned charge 22917 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.795531 object centre at (A) : 4.495501 27.25000 26.30250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2167991 0.2152393 midg,1,midg; midg,igrid,midg 0.1005121 -0.2066134 1,midg,midg; igrid,midg,midg 0.4689590 -0.3199408 gauss-seidel spectral radius is 0.9992459 estimated iterations to convergence 287 setup time was (sec) 1.980000 now iterating at: 17:05:53 rms-change max change #iterations 10.06524 274.9698 at 10iterations 5.902100 145.2116 at 20iterations 3.418654 83.66805 at 30iterations 1.972233 39.92888 at 40iterations 1.134902 22.54961 at 50iterations 0.6521951 12.23538 at 60iterations 0.3744504 6.989359 at 70iterations 0.2142985 4.424679 at 80iterations 0.1226748 2.172451 at 90iterations 7.0096225E-02 1.402338 at 100iterations 4.0138632E-02 0.7631803 at 110iterations 2.2906527E-02 0.4058146 at 120iterations 1.3116465E-02 0.2277298 at 130iterations 7.4697542E-03 0.1520119 at 140iterations 4.2716800E-03 7.4516296E-02 at 150iterations 2.4423380E-03 4.3004990E-02 at 160iterations 1.3912960E-03 2.7449131E-02 at 170iterations 7.9731504E-04 1.5155792E-02 at 180iterations finished qdiffx linear iterations at : 17:06:09 total time elapsed so far: 17.96000 # loops : 180 mean,max change (kT/e) : 7.9731504E-04 1.5155792E-02 energy calculations done at 17.96000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.12000 DelPhi exited at 17:06:09 18.125u 0.438s 0:18.98 97.7% 0+0k 0+0io 0pf+0w