Mon Oct 10 14:01:27 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:01:27 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 = 5849 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.5028178 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): 3.758000 74.55900 ymin,ymax (A): 18.58400 85.51100 zmin,zma (A): 6.458000 75.20400 x,y,z range (A): 70.80099 66.92700 68.74600 scale (grids/A): 0.5028178 object centre (A): 39.15850 52.04750 40.83100 number of atom coordinates read : 5849 total number of charged atoms : 5679 net assigned charge : -5.499973 assigned positive charge : 879.3520 centred at (gu) : 89.88241 88.89165 89.05694 assigned negative charge : -884.8597 centred at (gu) : 89.83145 88.88712 89.01360 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 9222 nv = 96 ne = 84 npr = 118279 no. pairs analyzed = 118279 no. exposed pairs = 7267 no. arc points = 49988 no. surface atoms = 2444 nbur = 3405 mkacc time = 0.1900000 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= 307 mr = 4783 m= 0 mr = 6 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 3 time to turn everything in is 0.3900000 number of dielectric boundary points 4740 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4848 ## 739 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 12520 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.9738071E-10 3.4530483E-11 midg,1,midg; midg,igrid,midg -8.5398140E-11 -3.2485376E-11 1,midg,midg; igrid,midg,midg -1.7628511E-10 6.0301375E-11 gauss-seidel spectral radius is 0.9798486 estimated iterations to convergence 58 setup time was (sec) 0.5800000 now iterating at: 14:01:27 rms-change max change #iterations 6.9994420E-02 9.203886 at 10iterations 3.9121746E-03 0.6162605 at 20iterations 3.9179192E-04 8.2036972E-02 at 30iterations 9.8456912E-05 2.2130966E-02 at 40iterations 2.9782570E-05 6.3743591E-03 at 50iterations finished qdiffx linear iterations at : 14:01:30 total time elapsed so far: 3.500000 # loops : 50 mean,max change (kT/e) : 2.9782570E-05 6.3743591E-03 energy calculations done at 3.500000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.640000 DelPhi exited at 14:01:31 3.640u 0.156s 0:04.64 81.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:01:32 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 = 5849 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.508453 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): 3.758000 74.55900 ymin,ymax (A): 18.58400 85.51100 zmin,zma (A): 6.458000 75.20400 x,y,z range (A): 70.80099 66.92700 68.74600 scale (grids/A): 1.508453 object centre (A): 39.15850 52.04750 40.83100 number of atom coordinates read : 5849 total number of charged atoms : 5679 net assigned charge : -5.499973 assigned positive charge : 879.3520 centred at (gu) : 89.64502 86.67300 87.16932 assigned negative charge : -884.8597 centred at (gu) : 89.49407 86.66113 87.04035 start vw surface at 0.1400000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 105227 reading accessible surface arcs data from file ARCDAT no. of arc points read = 49988 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 29396 mr = 72418 m= 2238 mr = 19225 m= 38 mr = 947 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 674 time to turn everything in is 0.5100000 number of dielectric boundary points 44309 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 734 ## 8 charges are in solution ## iepsmp to db, and charging done at 0.5900000 number of grid points assigned charge 42496 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.5028178 object centre at (A) : 39.15850 52.04750 40.83100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3715328E-02 -8.5227434E-03 midg,1,midg; midg,igrid,midg -6.4451401E-03 -4.7728624E-03 1,midg,midg; igrid,midg,midg -7.7916575E-03 8.6243767E-03 gauss-seidel spectral radius is 0.9981404 estimated iterations to convergence 184 setup time was (sec) 0.7300000 now iterating at: 14:01:32 rms-change max change #iterations 4.120772 156.0932 at 10iterations 1.704489 58.30874 at 20iterations 0.7036111 22.45561 at 30iterations 0.2907989 9.020426 at 40iterations 0.1203724 4.091153 at 50iterations 4.9828917E-02 1.468136 at 60iterations 2.0640042E-02 0.6594086 at 70iterations 8.5903136E-03 0.2525082 at 80iterations 3.5726870E-03 0.1040840 at 90iterations 1.5016219E-03 4.3778777E-02 at 100iterations 6.4453937E-04 2.1581650E-02 at 110iterations 2.8880825E-04 1.0337830E-02 at 120iterations finished qdiffx linear iterations at : 14:01:40 total time elapsed so far: 7.950000 # loops : 120 mean,max change (kT/e) : 2.8880825E-04 1.0337830E-02 energy calculations done at 7.950000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.080000 DelPhi exited at 14:01:40 8.081u 0.220s 0:08.68 95.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:01:40 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 = 5849 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.262680 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): 3.758000 74.55900 ymin,ymax (A): 18.58400 85.51100 zmin,zma (A): 6.458000 75.20400 x,y,z range (A): 70.80099 66.92700 68.74600 scale (grids/A): 2.262680 object centre (A): 39.15850 52.04750 40.83100 number of atom coordinates read : 5849 total number of charged atoms : 5679 net assigned charge : -5.499973 assigned positive charge : 879.3520 centred at (gu) : 89.46717 85.00907 85.75343 assigned negative charge : -884.8597 centred at (gu) : 89.24098 84.99161 85.56049 start vw surface at 0.1500000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 245884 reading accessible surface arcs data from file ARCDAT no. of arc points read = 49988 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 107504 mr = 178925 m= 24986 mr = 82896 m= 3044 mr = 17724 m= 119 mr = 1891 m= 2 mr = 39 m= 0 mr = 0 time to grow re-entrant surface = 0.7000000 no. cavity mid-points inaccessible to solvent = 2283 time to turn everything in is 1.240000 number of dielectric boundary points 100064 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 89 iepsmp to db, and charging done at 1.340000 number of grid points assigned charge 45254 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.508453 object centre at (A) : 39.15850 52.04750 40.83100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.3732164 -0.1879179 midg,1,midg; midg,igrid,midg -0.1639731 -5.6577243E-02 1,midg,midg; igrid,midg,midg 5.0793588E-03 0.1322795 gauss-seidel spectral radius is 0.9991975 estimated iterations to convergence 279 setup time was (sec) 1.490000 now iterating at: 14:01:42 rms-change max change #iterations 11.35653 297.6180 at 10iterations 6.617628 154.8097 at 20iterations 3.828798 77.13805 at 30iterations 2.196674 47.84082 at 40iterations 1.262390 24.30227 at 50iterations 0.7233968 13.89406 at 60iterations 0.4117125 7.849912 at 70iterations 0.2345448 4.415211 at 80iterations 0.1331401 2.440211 at 90iterations 7.5456791E-02 1.491018 at 100iterations 4.2736351E-02 0.7829566 at 110iterations 2.4241442E-02 0.4479098 at 120iterations 1.3686947E-02 0.2580674 at 130iterations 7.7324649E-03 0.1307011 at 140iterations 4.3856450E-03 8.6975098E-02 at 150iterations 2.4763546E-03 4.2140007E-02 at 160iterations 1.3995223E-03 2.3538589E-02 at 170iterations 7.9418236E-04 1.3921738E-02 at 180iterations finished qdiffx linear iterations at : 14:01:54 total time elapsed so far: 13.34000 # loops : 180 mean,max change (kT/e) : 7.9418236E-04 1.3921738E-02 energy calculations done at 13.34000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.48000 DelPhi exited at 14:01:55 13.479u 0.210s 0:14.35 95.3% 0+0k 0+0io 0pf+0w