Sun Oct 9 08:15:42 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 Sun Oct 9 2011 at 08:15:42 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 = 5285 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.5161066 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): -16.87300 46.59600 ymin,ymax (A): 4.162000 73.14000 zmin,zma (A): -110.4990 -46.39200 x,y,z range (A): 63.46899 68.97800 64.10699 scale (grids/A): 0.5161066 object centre (A): 14.86150 38.65100 -78.44550 number of atom coordinates read : 5285 total number of charged atoms : 5120 net assigned charge : -5.499989 assigned positive charge : 794.0183 centred at (gu) : 90.74255 90.05540 89.18544 assigned negative charge : -799.5247 centred at (gu) : 90.71423 90.05565 89.08678 start vw surface at 0.2300000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 8892 nv = 96 ne = 84 npr = 106262 no. pairs analyzed = 106262 no. exposed pairs = 6884 no. arc points = 47710 no. surface atoms = 2289 nbur = 2996 mkacc time = 0.2400000 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= 349 mr = 4496 m= 1 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 6 time to turn everything in is 0.5100000 number of dielectric boundary points 4735 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4674 ## 680 charges are in solution ## iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 12022 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.7414024E-10 2.0879151E-10 midg,1,midg; midg,igrid,midg -9.4695557E-11 -9.9202001E-11 1,midg,midg; igrid,midg,midg -1.6598097E-10 8.8769400E-12 gauss-seidel spectral radius is 0.9808389 estimated iterations to convergence 60 setup time was (sec) 0.7400000 now iterating at: 08:15:43 rms-change max change #iterations 7.7241585E-02 10.06317 at 10iterations 4.7281627E-03 0.7151737 at 20iterations 6.1574287E-04 0.1376743 at 30iterations 1.8378667E-04 4.4235229E-02 at 40iterations 6.0952403E-05 1.4614105E-02 at 50iterations finished qdiffx linear iterations at : 08:15:46 total time elapsed so far: 3.340000 # loops : 50 mean,max change (kT/e) : 6.0952403E-05 1.4614105E-02 energy calculations done at 3.340000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.510000 DelPhi exited at 08:15:46 3.511u 0.193s 0:04.03 91.8% 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 Sun Oct 9 2011 at 08:15:46 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 = 5285 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 1.548320 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): -16.87300 46.59600 ymin,ymax (A): 4.162000 73.14000 zmin,zma (A): -110.4990 -46.39200 x,y,z range (A): 63.46899 68.97800 64.10699 scale (grids/A): 1.548320 object centre (A): 14.86150 38.65100 -78.44550 number of atom coordinates read : 5285 total number of charged atoms : 5120 net assigned charge : -5.499989 assigned positive charge : 794.0183 centred at (gu) : 92.22643 90.16438 87.55482 assigned negative charge : -799.5247 centred at (gu) : 92.14253 90.16646 87.26013 start vw surface at 0.2100000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 99853 reading accessible surface arcs data from file ARCDAT no. of arc points read = 47710 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 29381 mr = 67380 m= 2767 mr = 19379 m= 45 mr = 1165 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 860 time to turn everything in is 0.7000000 number of dielectric boundary points 44122 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 631 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.8300000 number of grid points assigned charge 38612 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.5161066 object centre at (A) : 14.86150 38.65100 -78.44550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.8258242E-02 9.0307528E-03 midg,1,midg; midg,igrid,midg -5.9997961E-03 -1.8683931E-02 1,midg,midg; igrid,midg,midg -1.9982604E-03 -8.3167087E-03 gauss-seidel spectral radius is 0.9982127 estimated iterations to convergence 188 setup time was (sec) 1.000000 now iterating at: 08:15:47 rms-change max change #iterations 4.118186 155.9846 at 10iterations 1.730164 55.17239 at 20iterations 0.7244013 23.11404 at 30iterations 0.3036117 9.189888 at 40iterations 0.1271895 3.985954 at 50iterations 5.3695995E-02 1.623911 at 60iterations 2.2567237E-02 0.7079549 at 70iterations 9.5105553E-03 0.3094997 at 80iterations 4.0392680E-03 0.1212845 at 90iterations 1.7217380E-03 5.6379318E-02 at 100iterations 7.5301464E-04 2.6466370E-02 at 110iterations 3.4128650E-04 1.2968063E-02 at 120iterations finished qdiffx linear iterations at : 08:15:54 total time elapsed so far: 7.330000 # loops : 120 mean,max change (kT/e) : 3.4128650E-04 1.2968063E-02 energy calculations done at 7.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.510000 DelPhi exited at 08:15:54 7.508u 0.209s 0:08.01 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 Sun Oct 9 2011 at 08:15:54 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 = 5285 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 2.322480 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): -16.87300 46.59600 ymin,ymax (A): 4.162000 73.14000 zmin,zma (A): -110.4990 -46.39200 x,y,z range (A): 63.46899 68.97800 64.10699 scale (grids/A): 2.322480 object centre (A): 14.86150 38.65100 -78.44550 number of atom coordinates read : 5285 total number of charged atoms : 5120 net assigned charge : -5.499989 assigned positive charge : 794.0183 centred at (gu) : 93.33912 90.24604 86.33177 assigned negative charge : -799.5247 centred at (gu) : 93.21383 90.24963 85.89009 start vw surface at 0.2100000 fill in re-entrant regions at 0.5600000 boundary points on vw surface= 232160 reading accessible surface arcs data from file ARCDAT no. of arc points read = 47710 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 103467 mr = 165411 m= 27296 mr = 79833 m= 3952 mr = 19778 m= 208 mr = 2447 m= 3 mr = 68 m= 0 mr = 0 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 2821 time to turn everything in is 1.690000 number of dielectric boundary points 99549 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 74 iepsmp to db, and charging done at 1.840000 number of grid points assigned charge 40834 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.548320 object centre at (A) : 14.86150 38.65100 -78.44550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.5380729 0.1117976 midg,1,midg; midg,igrid,midg -1.4129202E-02 -0.6167817 1,midg,midg; igrid,midg,midg -0.1186641 -0.1174563 gauss-seidel spectral radius is 0.9992098 estimated iterations to convergence 281 setup time was (sec) 2.020000 now iterating at: 08:15:57 rms-change max change #iterations 11.14183 318.4308 at 10iterations 6.537364 136.9856 at 20iterations 3.801736 75.45167 at 30iterations 2.189936 40.29934 at 40iterations 1.259038 22.89592 at 50iterations 0.7219939 14.74419 at 60iterations 0.4123293 7.477184 at 70iterations 0.2346468 4.685413 at 80iterations 0.1336726 2.505431 at 90iterations 7.5982191E-02 1.354168 at 100iterations 4.3069918E-02 0.7465415 at 110iterations 2.4491353E-02 0.4668350 at 120iterations 1.3858588E-02 0.2418671 at 130iterations 7.8457696E-03 0.1416321 at 140iterations 4.4577327E-03 7.6812744E-02 at 150iterations 2.5185815E-03 4.2214394E-02 at 160iterations 1.4282411E-03 2.5619507E-02 at 170iterations 8.0935896E-04 1.3019562E-02 at 180iterations finished qdiffx linear iterations at : 08:16:07 total time elapsed so far: 12.74000 # loops : 180 mean,max change (kT/e) : 8.0935896E-04 1.3019562E-02 energy calculations done at 12.74000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.94000 DelPhi exited at 08:16:08 12.938u 0.228s 0:13.67 96.1% 0+0k 0+0io 0pf+0w