Sat Oct 8 16:40:24 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 Sat Oct 8 2011 at 16:40:24 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 = 4525 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: 0.5474229 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): 21.28600 79.16300 ymin,ymax (A): 118.6760 183.7080 zmin,zma (A): -1.697000 59.64500 x,y,z range (A): 57.87700 65.03199 61.34200 scale (grids/A): 0.5474229 object centre (A): 50.22450 151.1920 28.97400 number of atom coordinates read : 4525 total number of charged atoms : 4394 net assigned charge : 2.000036 assigned positive charge : 696.7285 centred at (gu) : 90.61125 89.34740 87.43977 assigned negative charge : -694.7316 centred at (gu) : 90.64969 89.24985 87.47314 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 8688 nv = 96 ne = 84 npr = 90926 no. pairs analyzed = 90926 no. exposed pairs = 5639 no. arc points = 38779 no. surface atoms = 1887 nbur = 2638 mkacc time = 0.2300000 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= 394 mr = 4639 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4700000 number of dielectric boundary points 4432 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3960 ## 529 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 11651 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.3833419E-10 -1.2142524E-10 midg,1,midg; midg,igrid,midg -1.1105694E-09 1.0011345E-09 1,midg,midg; igrid,midg,midg 4.6993309E-10 -3.3715575E-10 gauss-seidel spectral radius is 0.9829085 estimated iterations to convergence 63 setup time was (sec) 0.7400000 now iterating at: 16:40:25 rms-change max change #iterations 9.1075420E-02 11.56490 at 10iterations 6.7933593E-03 0.9672394 at 20iterations 8.9876598E-04 0.1355209 at 30iterations 2.6408539E-04 3.8795471E-02 at 40iterations 8.9392284E-05 1.1886597E-02 at 50iterations finished qdiffx linear iterations at : 16:40:29 total time elapsed so far: 4.470000 # loops : 50 mean,max change (kT/e) : 8.9392284E-05 1.1886597E-02 energy calculations done at 4.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.650000 DelPhi exited at 16:40:30 4.654u 0.410s 0:05.33 94.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 Sat Oct 8 2011 at 16:40:30 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 = 4525 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: 1.642269 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): 21.28600 79.16300 ymin,ymax (A): 118.6760 183.7080 zmin,zma (A): -1.697000 59.64500 x,y,z range (A): 57.87700 65.03199 61.34200 scale (grids/A): 1.642269 object centre (A): 50.22450 151.1920 28.97400 number of atom coordinates read : 4525 total number of charged atoms : 4394 net assigned charge : 2.000036 assigned positive charge : 696.7285 centred at (gu) : 91.83233 88.04099 82.31807 assigned negative charge : -694.7316 centred at (gu) : 91.94872 87.74917 82.41881 start vw surface at 0.1800000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 97532 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38779 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 30897 mr = 67968 m= 3601 mr = 20996 m= 112 mr = 1920 m= 0 mr = 29 time to grow re-entrant surface = 0.4200000 no. cavity mid-points inaccessible to solvent = 765 time to turn everything in is 0.8100000 number of dielectric boundary points 41229 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 458 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.9500000 number of grid points assigned charge 33706 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.5474229 object centre at (A) : 50.22450 151.1920 28.97400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.6070226E-03 9.4115110E-03 midg,1,midg; midg,igrid,midg 9.1559989E-03 3.5056386E-02 1,midg,midg; igrid,midg,midg -1.5206355E-02 -1.6917855E-02 gauss-seidel spectral radius is 0.9983589 estimated iterations to convergence 196 setup time was (sec) 1.140000 now iterating at: 16:40:31 rms-change max change #iterations 4.333245 160.5198 at 10iterations 1.884126 56.95788 at 20iterations 0.8159791 25.49788 at 30iterations 0.3575909 10.03766 at 40iterations 0.1557129 4.905487 at 50iterations 6.7924857E-02 1.939150 at 60iterations 2.9746035E-02 0.9450846 at 70iterations 1.2986145E-02 0.3957806 at 80iterations 5.7037608E-03 0.2031746 at 90iterations 2.5414594E-03 7.3999405E-02 at 100iterations 1.1518374E-03 3.5341263E-02 at 110iterations 5.4120575E-04 1.6221642E-02 at 120iterations finished qdiffx linear iterations at : 16:40:41 total time elapsed so far: 10.86000 # loops : 120 mean,max change (kT/e) : 5.4120575E-04 1.6221642E-02 energy calculations done at 10.86000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.02000 DelPhi exited at 16:40:41 11.028u 0.462s 0:11.76 97.6% 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 Sat Oct 8 2011 at 16:40:41 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 = 4525 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.463403 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): 21.28600 79.16300 ymin,ymax (A): 118.6760 183.7080 zmin,zma (A): -1.697000 59.64500 x,y,z range (A): 57.87700 65.03199 61.34200 scale (grids/A): 2.463403 object centre (A): 50.22450 151.1920 28.97400 number of atom coordinates read : 4525 total number of charged atoms : 4394 net assigned charge : 2.000036 assigned positive charge : 696.7285 centred at (gu) : 92.74818 87.06112 78.47672 assigned negative charge : -694.7316 centred at (gu) : 92.92286 86.62359 78.62826 start vw surface at 0.1700000 fill in re-entrant regions at 0.6200000 boundary points on vw surface= 226781 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38779 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 106454 mr = 166259 m= 31212 mr = 84108 m= 5794 mr = 23221 m= 522 mr = 3967 m= 10 mr = 267 m= 0 mr = 0 time to grow re-entrant surface = 1.240000 no. cavity mid-points inaccessible to solvent = 2528 time to turn everything in is 2.000000 number of dielectric boundary points 92951 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 40 iepsmp to db, and charging done at 2.150000 number of grid points assigned charge 35110 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.642269 object centre at (A) : 50.22450 151.1920 28.97400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.1167591E-04 0.2020693 midg,1,midg; midg,igrid,midg 0.1443305 0.6571957 1,midg,midg; igrid,midg,midg -0.2357529 -0.2353089 gauss-seidel spectral radius is 0.9992245 estimated iterations to convergence 283 setup time was (sec) 2.340000 now iterating at: 16:40:44 rms-change max change #iterations 11.17271 345.9386 at 10iterations 6.515023 172.4177 at 20iterations 3.765759 77.59447 at 30iterations 2.174268 39.24620 at 40iterations 1.250333 22.22200 at 50iterations 0.7153876 13.85513 at 60iterations 0.4093763 7.478071 at 70iterations 0.2332869 4.518799 at 80iterations 0.1328950 2.208248 at 90iterations 7.5786084E-02 1.279123 at 100iterations 4.3063786E-02 0.8103046 at 110iterations 2.4538189E-02 0.4031448 at 120iterations 1.3961966E-02 0.2421188 at 130iterations 7.9542398E-03 0.1336250 at 140iterations 4.5399172E-03 7.4608803E-02 at 150iterations 2.5924898E-03 4.5280457E-02 at 160iterations 1.4915260E-03 2.5736928E-02 at 170iterations 8.6427049E-04 1.4929295E-02 at 180iterations finished qdiffx linear iterations at : 16:41:01 total time elapsed so far: 19.01000 # loops : 180 mean,max change (kT/e) : 8.6427049E-04 1.4929295E-02 energy calculations done at 19.01000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.19000 DelPhi exited at 16:41:01 19.198u 0.494s 0:19.95 98.6% 0+0k 0+0io 0pf+0w