Wed Dec 21 14:23:08 PST 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+sph2.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 = amb2.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 Wed Dec 21 2011 at 14:23:09 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: 275 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1968 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: 0.6162261 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): -35.36400 9.706000 ymin,ymax (A): 1.091000 41.19500 zmin,zma (A): -1.492000 56.27900 x,y,z range (A): 45.07000 40.10400 57.77100 scale (grids/A): 0.6162261 object centre (A): -12.82900 21.14300 27.39350 number of atom coordinates read : 1968 total number of charged atoms : 1836 net assigned charge : 4.000004 assigned positive charge : 291.4739 centred at (gu) : 90.58113 89.61966 90.31954 assigned negative charge : -287.4742 centred at (gu) : 90.53866 89.70919 90.32119 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 5056 nv = 96 ne = 84 npr = 40744 no. pairs analyzed = 40744 no. exposed pairs = 2474 no. arc points = 16890 no. surface atoms = 842 nbur = 1126 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 224 mr = 2766 m= 0 mr = 37 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3200000 number of dielectric boundary points 2477 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1706 ## 180 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 6057 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.7209150E-09 2.9637712E-09 midg,1,midg; midg,igrid,midg 7.3429010E-09 -1.0424608E-09 1,midg,midg; igrid,midg,midg 8.5802826E-10 5.3449964E-09 gauss-seidel spectral radius is 0.9863082 estimated iterations to convergence 70 setup time was (sec) 0.6200000 now iterating at: 14:23:10 rms-change max change #iterations 0.1079355 18.62936 at 10iterations 9.5780920E-03 1.455233 at 20iterations 8.6311350E-04 0.1678963 at 30iterations 7.8533682E-05 1.2817383E-02 at 40iterations 6.9647904E-06 1.1615753E-03 at 50iterations finished qdiffx linear iterations at : 14:23:16 total time elapsed so far: 6.680000 # loops : 50 mean,max change (kT/e) : 6.9647904E-06 1.1615753E-03 energy calculations done at 6.680000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.940000 DelPhi exited at 14:23:18 6.948u 0.564s 0:10.14 73.9% 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 Wed Dec 21 2011 at 14:23:19 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: 275 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1968 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.848678 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): -35.36400 9.706000 ymin,ymax (A): 1.091000 41.19500 zmin,zma (A): -1.492000 56.27900 x,y,z range (A): 45.07000 40.10400 57.77100 scale (grids/A): 1.848678 object centre (A): -12.82900 21.14300 27.39350 number of atom coordinates read : 1968 total number of charged atoms : 1836 net assigned charge : 4.000004 assigned positive charge : 291.4739 centred at (gu) : 91.74334 88.85895 90.95867 assigned negative charge : -287.4742 centred at (gu) : 91.61616 89.12779 90.96373 start vw surface at 0.1400000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 54402 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16890 grid for indexing accessible points = 1.400000 m= 19649 mr = 37573 m= 2799 mr = 14774 m= 134 mr = 1682 m= 0 mr = 51 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5800000 number of dielectric boundary points 22904 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 143 iepsmp to db, and charging done at 0.7300000 number of grid points assigned charge 14374 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.6162261 object centre at (A) : -12.82900 21.14300 27.39350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0957680E-02 3.0871691E-02 midg,1,midg; midg,igrid,midg 4.6255956E-03 -2.7481122E-03 1,midg,midg; igrid,midg,midg 6.6821370E-04 -2.6982496E-03 gauss-seidel spectral radius is 0.9984755 estimated iterations to convergence 203 setup time was (sec) 0.9300000 now iterating at: 14:23:20 rms-change max change #iterations 3.378732 150.1825 at 10iterations 1.521566 62.23307 at 20iterations 0.6818188 27.08548 at 30iterations 0.3058802 10.20785 at 40iterations 0.1367814 5.221542 at 50iterations 6.1286408E-02 2.191821 at 60iterations 2.7624981E-02 1.119890 at 70iterations 1.2356210E-02 0.4880538 at 80iterations 5.5568679E-03 0.2007523 at 90iterations 2.4906206E-03 8.9061737E-02 at 100iterations 1.1164345E-03 4.0321350E-02 at 110iterations 5.0040480E-04 1.8657684E-02 at 120iterations finished qdiffx linear iterations at : 14:23:36 total time elapsed so far: 16.56000 # loops : 120 mean,max change (kT/e) : 5.0040480E-04 1.8657684E-02 energy calculations done at 16.56000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.78000 DelPhi exited at 14:23:37 16.789u 0.530s 0:17.66 98.0% 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 Wed Dec 21 2011 at 14:23:37 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: 275 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1968 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.773017 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): -35.36400 9.706000 ymin,ymax (A): 1.091000 41.19500 zmin,zma (A): -1.492000 56.27900 x,y,z range (A): 45.07000 40.10400 57.77100 scale (grids/A): 2.773017 object centre (A): -12.82900 21.14300 27.39350 number of atom coordinates read : 1968 total number of charged atoms : 1836 net assigned charge : 4.000004 assigned positive charge : 291.4739 centred at (gu) : 92.61507 88.28843 91.43793 assigned negative charge : -287.4742 centred at (gu) : 92.42435 88.69176 91.44572 start vw surface at 0.1400000 fill in re-entrant regions at 0.5000000 boundary points on vw surface= 125702 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16890 grid for indexing accessible points = 1.400000 m= 64295 mr = 90922 m= 22719 mr = 53101 m= 4786 mr = 18454 m= 566 mr = 3537 m= 22 mr = 396 m= 0 mr = 5 time to grow re-entrant surface = 0.8900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.500000 number of dielectric boundary points 51675 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.660000 number of grid points assigned charge 14684 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.848678 object centre at (A) : -12.82900 21.14300 27.39350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.7847000E-02 0.2386380 midg,1,midg; midg,igrid,midg 8.1046233E-03 -3.3775337E-02 1,midg,midg; igrid,midg,midg -1.0955194E-02 -7.5952426E-02 gauss-seidel spectral radius is 0.9991950 estimated iterations to convergence 278 setup time was (sec) 1.870000 now iterating at: 14:23:39 rms-change max change #iterations 8.086650 311.6520 at 10iterations 4.636149 140.5766 at 20iterations 2.630251 72.47304 at 30iterations 1.482759 41.80403 at 40iterations 0.8348644 20.27412 at 50iterations 0.4697153 11.22615 at 60iterations 0.2634953 5.759293 at 70iterations 0.1479355 3.116039 at 80iterations 8.3140083E-02 1.726465 at 90iterations 4.6531435E-02 0.9803211 at 100iterations 2.6140466E-02 0.5604057 at 110iterations 1.4604705E-02 0.3121271 at 120iterations 8.2093440E-03 0.1745548 at 130iterations 4.5991074E-03 9.7889423E-02 at 140iterations 2.5723202E-03 5.2133083E-02 at 150iterations 1.4437742E-03 3.2091141E-02 at 160iterations 8.0621178E-04 1.6254425E-02 at 170iterations 4.5151031E-04 8.7280273E-03 at 180iterations finished qdiffx linear iterations at : 14:24:05 total time elapsed so far: 27.70000 # loops : 180 mean,max change (kT/e) : 4.5151031E-04 8.7280273E-03 energy calculations done at 27.70000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 27.93000 DelPhi exited at 14:24:06 27.932u 0.635s 0:28.94 98.6% 0+0k 0+0io 0pf+0w