Tue Oct 11 07:15:17 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 Tue Oct 11 2011 at 07:15:18 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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3233 !!! WARNING: UMP 529 has a net charge of -0.1000 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: 0.5956464 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): 0.7770001 48.62500 ymin,ymax (A): -8.223000 49.08800 zmin,zma (A): 1.263000 61.03000 x,y,z range (A): 47.84800 57.31100 59.76700 scale (grids/A): 0.5956464 object centre (A): 24.70100 20.43250 31.14650 number of atom coordinates read : 3233 total number of charged atoms : 3081 net assigned charge : -1.099991 assigned positive charge : 485.9288 centred at (gu) : 89.63699 89.48106 90.77435 assigned negative charge : -487.0300 centred at (gu) : 89.58144 89.41975 90.70509 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7486 nv = 96 ne = 84 npr = 66759 no. pairs analyzed = 66759 no. exposed pairs = 3805 no. arc points = 25305 no. surface atoms = 1308 nbur = 1925 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 331 mr = 4331 m= 3 mr = 33 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 18 time to turn everything in is 0.3300000 number of dielectric boundary points 3456 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2633 ## 282 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 9558 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.6742650E-09 2.8067195E-09 midg,1,midg; midg,igrid,midg -3.2416203E-09 1.7933348E-09 1,midg,midg; igrid,midg,midg -2.8720972E-09 1.6511656E-09 gauss-seidel spectral radius is 0.9854606 estimated iterations to convergence 68 setup time was (sec) 0.5700000 now iterating at: 07:15:18 rms-change max change #iterations 0.1204353 24.72261 at 10iterations 1.0811139E-02 1.490847 at 20iterations 1.4114468E-03 0.2012901 at 30iterations 3.4177967E-04 4.7952652E-02 at 40iterations 9.8275021E-05 1.3870239E-02 at 50iterations finished qdiffx linear iterations at : 07:15:21 total time elapsed so far: 3.200000 # loops : 50 mean,max change (kT/e) : 9.8275021E-05 1.3870239E-02 energy calculations done at 3.200000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.390000 DelPhi exited at 07:15:22 3.391u 0.178s 0:04.22 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 Tue Oct 11 2011 at 07:15:22 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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3233 !!! WARNING: UMP 529 has a net charge of -0.1000 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: 1.786939 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): 0.7770001 48.62500 ymin,ymax (A): -8.223000 49.08800 zmin,zma (A): 1.263000 61.03000 x,y,z range (A): 47.84800 57.31100 59.76700 scale (grids/A): 1.786939 object centre (A): 24.70100 20.43250 31.14650 number of atom coordinates read : 3233 total number of charged atoms : 3081 net assigned charge : -1.099991 assigned positive charge : 485.9288 centred at (gu) : 88.91001 88.44248 92.32217 assigned negative charge : -487.0300 centred at (gu) : 88.74416 88.25900 92.11471 start vw surface at 0.1700000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 82987 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25305 grid for indexing accessible points = 1.400000 m= 29947 mr = 59802 m= 3897 mr = 22607 m= 148 mr = 2399 m= 1 mr = 38 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 2224 time to turn everything in is 0.5800000 number of dielectric boundary points 32134 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 200 iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 24041 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.5956464 object centre at (A) : 24.70100 20.43250 31.14650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.2889712E-02 2.7404458E-03 midg,1,midg; midg,igrid,midg -1.6190792E-02 6.4962188E-04 1,midg,midg; igrid,midg,midg -6.3191564E-03 1.6949225E-03 gauss-seidel spectral radius is 0.9985105 estimated iterations to convergence 205 setup time was (sec) 0.8700000 now iterating at: 07:15:23 rms-change max change #iterations 4.272096 193.0913 at 10iterations 1.935927 64.32575 at 20iterations 0.8802142 29.13458 at 30iterations 0.3984885 12.94083 at 40iterations 0.1815333 5.593342 at 50iterations 8.2597472E-02 2.821097 at 60iterations 3.7687063E-02 1.150923 at 70iterations 1.7127544E-02 0.5708275 at 80iterations 7.8839296E-03 0.2313461 at 90iterations 3.6612067E-03 0.1068306 at 100iterations 1.7411561E-03 5.4267883E-02 at 110iterations 8.5093232E-04 2.7369499E-02 at 120iterations finished qdiffx linear iterations at : 07:15:29 total time elapsed so far: 7.380000 # loops : 120 mean,max change (kT/e) : 8.5093232E-04 2.7369499E-02 energy calculations done at 7.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.560000 DelPhi exited at 07:15:30 7.566u 0.212s 0:08.29 93.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 Tue Oct 11 2011 at 07:15: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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3233 !!! WARNING: UMP 529 has a net charge of -0.1000 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.680409 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): 0.7770001 48.62500 ymin,ymax (A): -8.223000 49.08800 zmin,zma (A): 1.263000 61.03000 x,y,z range (A): 47.84800 57.31100 59.76700 scale (grids/A): 2.680409 object centre (A): 24.70100 20.43250 31.14650 number of atom coordinates read : 3233 total number of charged atoms : 3081 net assigned charge : -1.099991 assigned positive charge : 485.9288 centred at (gu) : 88.36487 87.66344 93.48303 assigned negative charge : -487.0300 centred at (gu) : 88.11605 87.38846 93.17196 start vw surface at 0.1600000 fill in re-entrant regions at 0.4800000 boundary points on vw surface= 192416 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25305 grid for indexing accessible points = 1.400000 m= 99564 mr = 145074 m= 33516 mr = 82823 m= 6827 mr = 27044 m= 665 mr = 5143 m= 30 mr = 432 m= 0 mr = 11 time to grow re-entrant surface = 0.8300000 no. cavity mid-points inaccessible to solvent = 7209 time to turn everything in is 1.440000 number of dielectric boundary points 72491 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.580000 number of grid points assigned charge 24644 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.786939 object centre at (A) : 24.70100 20.43250 31.14650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.3680483 -7.1911924E-02 midg,1,midg; midg,igrid,midg -0.3100121 -1.8900262E-02 1,midg,midg; igrid,midg,midg -6.2642299E-02 -7.7235457E-03 gauss-seidel spectral radius is 0.9992336 estimated iterations to convergence 285 setup time was (sec) 1.750000 now iterating at: 07:15:32 rms-change max change #iterations 10.29985 358.8582 at 10iterations 5.996867 135.7352 at 20iterations 3.465835 70.44519 at 30iterations 1.993068 41.30286 at 40iterations 1.144466 22.00891 at 50iterations 0.6555325 12.06905 at 60iterations 0.3749046 7.313447 at 70iterations 0.2147613 4.113930 at 80iterations 0.1223603 2.316509 at 90iterations 6.9982968E-02 1.342091 at 100iterations 3.9955664E-02 0.7090130 at 110iterations 2.2875074E-02 0.4340353 at 120iterations 1.3151561E-02 0.2310104 at 130iterations 7.6002250E-03 0.1348877 at 140iterations 4.4556540E-03 7.7672005E-02 at 150iterations 2.6643975E-03 5.2032471E-02 at 160iterations 1.6437602E-03 2.9926300E-02 at 170iterations 1.0575899E-03 1.9868851E-02 at 180iterations finished qdiffx linear iterations at : 07:15:42 total time elapsed so far: 12.18000 # loops : 180 mean,max change (kT/e) : 1.0575899E-03 1.9868851E-02 energy calculations done at 12.18000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.36000 DelPhi exited at 07:15:43 12.359u 0.225s 0:13.10 95.9% 0+0k 0+0io 0pf+0w