Sun Oct 9 19:45: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+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 19:45: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: 246 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3312 !!! WARNING: SEP 1 has a net charge of -1.5700 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.5050433 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): -8.634000 61.85500 ymin,ymax (A): -17.39900 36.00300 zmin,zma (A): 18.45100 74.19100 x,y,z range (A): 70.48901 53.40200 55.74000 scale (grids/A): 0.5050433 object centre (A): 26.61050 9.302001 46.32100 number of atom coordinates read : 3312 total number of charged atoms : 3164 net assigned charge : 8.430030 assigned positive charge : 509.9156 centred at (gu) : 89.86794 90.12059 89.11727 assigned negative charge : -501.4871 centred at (gu) : 89.89635 90.14598 89.00423 start vw surface at 0.1800000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 5368 nv = 96 ne = 84 npr = 65164 no. pairs analyzed = 65164 no. exposed pairs = 4310 no. arc points = 30381 no. surface atoms = 1456 nbur = 1856 mkacc time = 0.1600000 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.708000 m= 211 mr = 2606 m= 1 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3600000 number of dielectric boundary points 2968 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3002 ## 483 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 7180 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.9734518E-11 2.0128417E-10 midg,1,midg; midg,igrid,midg 1.2696125E-10 6.0104165E-11 1,midg,midg; igrid,midg,midg 1.4009252E-10 5.2206309E-11 gauss-seidel spectral radius is 0.9798505 estimated iterations to convergence 58 setup time was (sec) 0.6000000 now iterating at: 19:45:01 rms-change max change #iterations 5.1611643E-02 9.267861 at 10iterations 3.2335962E-03 0.6067047 at 20iterations 5.9112476E-04 9.0948105E-02 at 30iterations 2.4417497E-04 3.9743423E-02 at 40iterations 1.0869106E-04 1.8141747E-02 at 50iterations finished qdiffx linear iterations at : 19:45:03 total time elapsed so far: 3.240000 # loops : 50 mean,max change (kT/e) : 1.0869106E-04 1.8141747E-02 energy calculations done at 3.240000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 19:45:04 3.432u 0.140s 0:03.96 90.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 19:45:04 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: 246 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3312 !!! WARNING: SEP 1 has a net charge of -1.5700 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.515130 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): -8.634000 61.85500 ymin,ymax (A): -17.39900 36.00300 zmin,zma (A): 18.45100 74.19100 x,y,z range (A): 70.48901 53.40200 55.74000 scale (grids/A): 1.515130 object centre (A): 26.61050 9.302001 46.32100 number of atom coordinates read : 3312 total number of charged atoms : 3164 net assigned charge : 8.430030 assigned positive charge : 509.9156 centred at (gu) : 89.60306 90.36108 87.35094 assigned negative charge : -501.4871 centred at (gu) : 89.68853 90.43750 87.01205 start vw surface at 0.1900000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 60185 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30381 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 17342 mr = 39865 m= 1492 mr = 11070 m= 28 mr = 550 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 157 time to turn everything in is 0.5000000 number of dielectric boundary points 27562 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 425 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 23627 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.5050433 object centre at (A) : 26.61050 9.302001 46.32100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.0374033E-04 4.9089533E-03 midg,1,midg; midg,igrid,midg 2.1204904E-03 1.8861109E-03 1,midg,midg; igrid,midg,midg 2.5466129E-02 5.8535794E-03 gauss-seidel spectral radius is 0.9979125 estimated iterations to convergence 174 setup time was (sec) 0.7800000 now iterating at: 19:45:05 rms-change max change #iterations 3.008336 169.0615 at 10iterations 1.171855 52.09203 at 20iterations 0.4561340 18.16940 at 30iterations 0.1797198 7.252015 at 40iterations 6.9944084E-02 2.757883 at 50iterations 2.7558969E-02 1.109262 at 60iterations 1.0968590E-02 0.4294453 at 70iterations 4.4341916E-03 0.1793270 at 80iterations 1.9414666E-03 8.2073212E-02 at 90iterations 1.0236523E-03 3.9037704E-02 at 100iterations 6.5825565E-04 2.4855375E-02 at 110iterations 4.7839631E-04 1.6500473E-02 at 120iterations finished qdiffx linear iterations at : 19:45:11 total time elapsed so far: 7.140000 # loops : 120 mean,max change (kT/e) : 4.7839631E-04 1.6500473E-02 energy calculations done at 7.140000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.330000 DelPhi exited at 19:45:12 7.331u 0.156s 0:07.76 96.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 Sun Oct 9 2011 at 19:45:12 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: 246 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3312 !!! WARNING: SEP 1 has a net charge of -1.5700 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: 2.272695 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): -8.634000 61.85500 ymin,ymax (A): -17.39900 36.00300 zmin,zma (A): 18.45100 74.19100 x,y,z range (A): 70.48901 53.40200 55.74000 scale (grids/A): 2.272695 object centre (A): 26.61050 9.302001 46.32100 number of atom coordinates read : 3312 total number of charged atoms : 3164 net assigned charge : 8.430030 assigned positive charge : 509.9156 centred at (gu) : 89.40426 90.54136 86.02613 assigned negative charge : -501.4871 centred at (gu) : 89.53263 90.65612 85.51818 start vw surface at 0.1700000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 140315 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30381 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 61355 mr = 98566 m= 15878 mr = 46787 m= 2027 mr = 11085 m= 77 mr = 1055 m= 0 mr = 13 time to grow re-entrant surface = 0.6400000 no. cavity mid-points inaccessible to solvent = 546 time to turn everything in is 1.100000 number of dielectric boundary points 62146 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 68 iepsmp to db, and charging done at 1.230000 number of grid points assigned charge 25231 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.515130 object centre at (A) : 26.61050 9.302001 46.32100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3923934E-02 6.4261302E-02 midg,1,midg; midg,igrid,midg 3.5494629E-02 5.2048694E-03 1,midg,midg; igrid,midg,midg 0.9090892 -1.2786954E-02 gauss-seidel spectral radius is 0.9990577 estimated iterations to convergence 257 setup time was (sec) 1.400000 now iterating at: 19:45:14 rms-change max change #iterations 8.346628 277.5376 at 10iterations 4.629870 139.6159 at 20iterations 2.542052 64.35201 at 30iterations 1.386351 38.66304 at 40iterations 0.7513259 21.17773 at 50iterations 0.4067725 9.268024 at 60iterations 0.2201440 5.050776 at 70iterations 0.1185327 3.199772 at 80iterations 6.3836098E-02 1.534655 at 90iterations 3.4339596E-02 0.8745193 at 100iterations 1.8474843E-02 0.3961754 at 110iterations 9.8994132E-03 0.2347469 at 120iterations 5.3275595E-03 0.1244602 at 130iterations 2.8698621E-03 6.4969063E-02 at 140iterations 1.5530842E-03 3.8432121E-02 at 150iterations 8.5090072E-04 2.1641731E-02 at 160iterations 4.7665401E-04 1.2708664E-02 at 170iterations 2.8289502E-04 6.9248676E-03 at 180iterations finished qdiffx linear iterations at : 19:45:23 total time elapsed so far: 11.31000 # loops : 180 mean,max change (kT/e) : 2.8289502E-04 6.9248676E-03 energy calculations done at 11.31000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.50000 DelPhi exited at 19:45:24 11.506u 0.181s 0:12.03 97.0% 0+0k 0+0io 0pf+0w