Mon Oct 10 14:00:15 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:00:15 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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2825 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.5467418 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): 4.639000 59.53100 ymin,ymax (A): -9.663000 55.45000 zmin,zma (A): 80.11100 137.2780 x,y,z range (A): 54.89200 65.11300 57.16700 scale (grids/A): 0.5467418 object centre (A): 32.08500 22.89350 108.6945 number of atom coordinates read : 2825 total number of charged atoms : 2688 net assigned charge : 2.000010 assigned positive charge : 436.1935 centred at (gu) : 91.81075 89.01934 90.59151 assigned negative charge : -434.1944 centred at (gu) : 91.73796 88.99876 90.47343 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 5569 nv = 96 ne = 84 npr = 55298 no. pairs analyzed = 55298 no. exposed pairs = 3885 no. arc points = 28181 no. surface atoms = 1302 nbur = 1523 mkacc time = 0.1000000 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= 225 mr = 2659 m= 0 mr = 11 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2100000 number of dielectric boundary points 3124 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2791 ## 361 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 7250 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.8687399E-10 1.0296358E-09 midg,1,midg; midg,igrid,midg -3.0591984E-11 1.9770412E-10 1,midg,midg; igrid,midg,midg -2.3618238E-10 9.3696972E-10 gauss-seidel spectral radius is 0.9827478 estimated iterations to convergence 63 setup time was (sec) 0.4100000 now iterating at: 14:00:16 rms-change max change #iterations 7.1629643E-02 11.60917 at 10iterations 4.7457819E-03 0.8331680 at 20iterations 3.5846644E-04 5.8902740E-02 at 30iterations 3.7016001E-05 6.9551468E-03 at 40iterations 5.6950016E-06 1.1186600E-03 at 50iterations finished qdiffx linear iterations at : 14:00:18 total time elapsed so far: 3.290000 # loops : 50 mean,max change (kT/e) : 5.6950016E-06 1.1186600E-03 energy calculations done at 3.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 14:00:19 3.435u 0.157s 0:04.33 82.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 Mon Oct 10 2011 at 14:00:20 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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2825 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.640226 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): 4.639000 59.53100 ymin,ymax (A): -9.663000 55.45000 zmin,zma (A): 80.11100 137.2780 x,y,z range (A): 54.89200 65.11300 57.16700 scale (grids/A): 1.640226 object centre (A): 32.08500 22.89350 108.6945 number of atom coordinates read : 2825 total number of charged atoms : 2688 net assigned charge : 2.000010 assigned positive charge : 436.1935 centred at (gu) : 95.43152 87.05748 91.77374 assigned negative charge : -434.1944 centred at (gu) : 95.21378 86.99573 91.42022 start vw surface at 0.1100000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 61022 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28181 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 18620 mr = 39479 m= 2141 mr = 12398 m= 82 mr = 1088 m= 3 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 260 time to turn everything in is 0.3300000 number of dielectric boundary points 28893 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 317 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 20604 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.5467418 object centre at (A) : 32.08500 22.89350 108.6945 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.0251155E-03 1.1582270E-02 midg,1,midg; midg,igrid,midg 1.0192723E-03 5.9703592E-04 1,midg,midg; igrid,midg,midg -7.7692661E-03 -1.9715286E-03 gauss-seidel spectral radius is 0.9981956 estimated iterations to convergence 187 setup time was (sec) 0.5400000 now iterating at: 14:00:21 rms-change max change #iterations 3.289847 183.9254 at 10iterations 1.367627 55.37297 at 20iterations 0.5696372 22.53047 at 30iterations 0.2376480 9.493706 at 40iterations 9.9427998E-02 3.573612 at 50iterations 4.1396469E-02 1.500492 at 60iterations 1.7348804E-02 0.6371329 at 70iterations 7.2360602E-03 0.2706528 at 80iterations 3.0201168E-03 0.1078873 at 90iterations 1.2676262E-03 5.0197601E-02 at 100iterations 5.3053943E-04 2.1179199E-02 at 110iterations 2.2259408E-04 8.8119507E-03 at 120iterations finished qdiffx linear iterations at : 14:00:28 total time elapsed so far: 7.580000 # loops : 120 mean,max change (kT/e) : 2.2259408E-04 8.8119507E-03 energy calculations done at 7.580000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.710000 DelPhi exited at 14:00:30 7.711u 0.197s 0:10.23 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:00: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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2825 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.460338 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): 4.639000 59.53100 ymin,ymax (A): -9.663000 55.45000 zmin,zma (A): 80.11100 137.2780 x,y,z range (A): 54.89200 65.11300 57.16700 scale (grids/A): 2.460338 object centre (A): 32.08500 22.89350 108.6945 number of atom coordinates read : 2825 total number of charged atoms : 2688 net assigned charge : 2.000010 assigned positive charge : 436.1935 centred at (gu) : 98.14731 85.58604 92.66055 assigned negative charge : -434.1944 centred at (gu) : 97.82064 85.49354 92.13029 start vw surface at 0.1000000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 141764 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28181 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 63714 mr = 97402 m= 18790 mr = 49071 m= 3445 mr = 13773 m= 292 mr = 2265 m= 8 mr = 146 m= 0 mr = 0 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 820 time to turn everything in is 0.7700000 number of dielectric boundary points 65356 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 29 iepsmp to db, and charging done at 0.8500000 number of grid points assigned charge 21476 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.640226 object centre at (A) : 32.08500 22.89350 108.6945 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.7668145E-02 9.5234975E-02 midg,1,midg; midg,igrid,midg -3.5971500E-02 -3.7887223E-02 1,midg,midg; igrid,midg,midg -8.6467557E-02 -0.1432012 gauss-seidel spectral radius is 0.9991388 estimated iterations to convergence 269 setup time was (sec) 1.000000 now iterating at: 14:00:31 rms-change max change #iterations 8.592435 312.8844 at 10iterations 4.800845 121.8172 at 20iterations 2.674716 60.11372 at 30iterations 1.484366 31.61373 at 40iterations 0.8211794 17.62320 at 50iterations 0.4527843 11.24271 at 60iterations 0.2497796 5.326868 at 70iterations 0.1375491 2.936864 at 80iterations 7.5886816E-02 1.651405 at 90iterations 4.1702319E-02 0.9733925 at 100iterations 2.2894371E-02 0.4756584 at 110iterations 1.2597430E-02 0.2749252 at 120iterations 6.9109658E-03 0.1468620 at 130iterations 3.8051906E-03 8.4777832E-02 at 140iterations 2.0908772E-03 4.3222427E-02 at 150iterations 1.1511982E-03 2.5485992E-02 at 160iterations 6.3292467E-04 1.4108658E-02 at 170iterations 3.4850388E-04 7.4901581E-03 at 180iterations finished qdiffx linear iterations at : 14:00:43 total time elapsed so far: 12.13000 # loops : 180 mean,max change (kT/e) : 3.4850388E-04 7.4901581E-03 energy calculations done at 12.13000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.27000 DelPhi exited at 14:00:44 12.271u 0.197s 0:13.67 91.1% 0+0k 0+0io 0pf+0w