Tue Oct 11 01:35:00 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 Tue Oct 11 2011 at 01:35:00 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: 303 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3934 !!! WARNING: GLM 262 has a net charge of -0.0940 !!! WARNING: MG5 571 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.5195184 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): -12.80800 53.20600 ymin,ymax (A): 0.6209999 65.15400 zmin,zma (A): -17.57800 50.94700 x,y,z range (A): 66.01400 64.53300 68.52500 scale (grids/A): 0.5195184 object centre (A): 20.19900 32.88750 16.68450 number of atom coordinates read : 3934 total number of charged atoms : 3778 net assigned charge : 7.306028 assigned positive charge : 605.4984 centred at (gu) : 90.63509 90.17564 88.17995 assigned negative charge : -598.1946 centred at (gu) : 90.76416 90.27746 88.22997 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 6879 nv = 96 ne = 84 npr = 77117 no. pairs analyzed = 77117 no. exposed pairs = 5040 no. arc points = 35683 no. surface atoms = 1690 nbur = 2244 mkacc time = 0.2200000 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.652000 m= 246 mr = 3478 m= 0 mr = 12 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 18 time to turn everything in is 0.4600000 number of dielectric boundary points 3635 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3502 ## 502 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 9048 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.9777310E-10 -1.0462501E-12 midg,1,midg; midg,igrid,midg 4.4867601E-10 -1.7969462E-10 1,midg,midg; igrid,midg,midg 4.6890430E-10 -3.0854677E-10 gauss-seidel spectral radius is 0.9809933 estimated iterations to convergence 60 setup time was (sec) 0.7200000 now iterating at: 01:35:01 rms-change max change #iterations 6.8440974E-02 10.73870 at 10iterations 4.5631360E-03 0.9470940 at 20iterations 6.1064144E-04 0.1704597 at 30iterations 1.3494554E-04 4.1221619E-02 at 40iterations 3.2374141E-05 9.9449158E-03 at 50iterations finished qdiffx linear iterations at : 01:35:05 total time elapsed so far: 4.090000 # loops : 50 mean,max change (kT/e) : 3.2374141E-05 9.9449158E-03 energy calculations done at 4.090000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.270000 DelPhi exited at 01:35:05 4.275u 0.288s 0:04.95 91.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 Oct 11 2011 at 01:35:05 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: 303 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3934 !!! WARNING: GLM 262 has a net charge of -0.0940 !!! WARNING: MG5 571 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.558555 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): -12.80800 53.20600 ymin,ymax (A): 0.6209999 65.15400 zmin,zma (A): -17.57800 50.94700 x,y,z range (A): 66.01400 64.53300 68.52500 scale (grids/A): 1.558555 object centre (A): 20.19900 32.88750 16.68450 number of atom coordinates read : 3934 total number of charged atoms : 3778 net assigned charge : 7.306028 assigned positive charge : 605.4984 centred at (gu) : 91.90417 90.52586 84.53860 assigned negative charge : -598.1946 centred at (gu) : 92.29215 90.83195 84.68934 start vw surface at 0.2000000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 77172 reading accessible surface arcs data from file ARCDAT no. of arc points read = 35683 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 21598 mr = 51709 m= 1834 mr = 14203 m= 31 mr = 792 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 1962 time to turn everything in is 0.6900000 number of dielectric boundary points 33931 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 465 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.8300000 number of grid points assigned charge 28507 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.5195184 object centre at (A) : 20.19900 32.88750 16.68450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.4107568E-03 -3.0782413E-02 midg,1,midg; midg,igrid,midg 2.1129956E-03 3.9376770E-03 1,midg,midg; igrid,midg,midg 2.3290507E-02 1.3224183E-02 gauss-seidel spectral radius is 0.9980898 estimated iterations to convergence 182 setup time was (sec) 1.000000 now iterating at: 01:35:07 rms-change max change #iterations 3.580208 148.0094 at 10iterations 1.446799 53.30763 at 20iterations 0.5884247 19.82927 at 30iterations 0.2413139 8.273232 at 40iterations 9.8032542E-02 3.468014 at 50iterations 3.9971881E-02 1.345531 at 60iterations 1.6380556E-02 0.5527534 at 70iterations 6.7050811E-03 0.2446785 at 80iterations 2.7929272E-03 0.1003494 at 90iterations 1.1881897E-03 5.0132751E-02 at 100iterations 5.1441271E-04 2.1575928E-02 at 110iterations 2.3140780E-04 1.1253357E-02 at 120iterations finished qdiffx linear iterations at : 01:35:15 total time elapsed so far: 9.530000 # loops : 120 mean,max change (kT/e) : 2.3140780E-04 1.1253357E-02 energy calculations done at 9.530000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.710000 DelPhi exited at 01:35:16 9.715u 0.305s 0:10.72 93.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 Tue Oct 11 2011 at 01:35:16 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: 303 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3934 !!! WARNING: GLM 262 has a net charge of -0.0940 !!! WARNING: MG5 571 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= 0.1100000 grid size : 179 scale,in grids/A, set to be: 2.337833 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): -12.80800 53.20600 ymin,ymax (A): 0.6209999 65.15400 zmin,zma (A): -17.57800 50.94700 x,y,z range (A): 66.01400 64.53300 68.52500 scale (grids/A): 2.337833 object centre (A): 20.19900 32.88750 16.68450 number of atom coordinates read : 3934 total number of charged atoms : 3778 net assigned charge : 7.306028 assigned positive charge : 605.4984 centred at (gu) : 92.85600 90.78838 81.80751 assigned negative charge : -598.1946 centred at (gu) : 93.43829 91.24770 82.03392 start vw surface at 0.2000000 fill in re-entrant regions at 0.5600000 boundary points on vw surface= 179760 reading accessible surface arcs data from file ARCDAT no. of arc points read = 35683 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 77274 mr = 127373 m= 19414 mr = 59647 m= 2650 mr = 14172 m= 104 mr = 1579 m= 0 mr = 24 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 7057 time to turn everything in is 1.670000 number of dielectric boundary points 76407 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 32 iepsmp to db, and charging done at 1.840000 number of grid points assigned charge 30157 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.558555 object centre at (A) : 20.19900 32.88750 16.68450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.4201869E-02 -0.4612450 midg,1,midg; midg,igrid,midg 9.5383853E-02 0.1942946 1,midg,midg; igrid,midg,midg 0.3472964 0.2044986 gauss-seidel spectral radius is 0.9991277 estimated iterations to convergence 267 setup time was (sec) 2.020000 now iterating at: 01:35:18 rms-change max change #iterations 9.554077 275.7618 at 10iterations 5.369435 137.3352 at 20iterations 2.997696 63.83360 at 30iterations 1.664526 35.90086 at 40iterations 0.9200419 20.37936 at 50iterations 0.5076278 11.65798 at 60iterations 0.2795233 5.667923 at 70iterations 0.1539758 3.376976 at 80iterations 8.4815495E-02 1.759977 at 90iterations 4.6459481E-02 0.8755999 at 100iterations 2.5546527E-02 0.5057983 at 110iterations 1.4025668E-02 0.3143330 at 120iterations 7.7137752E-03 0.1604767 at 130iterations 4.2617763E-03 8.2653999E-02 at 140iterations 2.3628527E-03 5.5404663E-02 at 150iterations 1.3168153E-03 2.6390076E-02 at 160iterations 7.4258196E-04 1.7196655E-02 at 170iterations 4.2490027E-04 1.1138916E-02 at 180iterations finished qdiffx linear iterations at : 01:35:33 total time elapsed so far: 16.15000 # loops : 180 mean,max change (kT/e) : 4.2490027E-04 1.1138916E-02 energy calculations done at 16.15000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.32000 DelPhi exited at 01:35:33 16.326u 0.325s 0:16.99 97.9% 0+0k 0+0io 0pf+0w