Mon Oct 10 13:59:07 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 13:59:07 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 = 3214 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5228451 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.243000 59.84600 ymin,ymax (A): -14.24900 34.12200 zmin,zma (A): 18.76400 70.66700 x,y,z range (A): 68.08900 48.37100 51.90300 scale (grids/A): 0.5228451 object centre (A): 25.80150 9.936501 44.71550 number of atom coordinates read : 3214 total number of charged atoms : 3067 net assigned charge : 8.000031 assigned positive charge : 493.4079 centred at (gu) : 90.79418 90.55493 89.31552 assigned negative charge : -485.4091 centred at (gu) : 90.81513 90.60353 89.24190 start vw surface at 0.1900000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 5602 nv = 96 ne = 84 npr = 64053 no. pairs analyzed = 64053 no. exposed pairs = 4063 no. arc points = 28156 no. surface atoms = 1360 nbur = 1854 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.652000 m= 235 mr = 2870 m= 0 mr = 6 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4000000 number of dielectric boundary points 2961 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2786 ## 389 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 7428 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.7786521E-11 3.4490674E-10 midg,1,midg; midg,igrid,midg 2.9389774E-10 5.9893777E-11 1,midg,midg; igrid,midg,midg 2.1121056E-10 1.6412137E-10 gauss-seidel spectral radius is 0.9811730 estimated iterations to convergence 60 setup time was (sec) 0.6700000 now iterating at: 13:59:08 rms-change max change #iterations 6.1660789E-02 12.65707 at 10iterations 3.8393950E-03 0.6764183 at 20iterations 4.8624468E-04 7.6631546E-02 at 30iterations 1.8316512E-04 2.7100563E-02 at 40iterations 8.6478314E-05 1.3403654E-02 at 50iterations finished qdiffx linear iterations at : 13:59:11 total time elapsed so far: 3.980000 # loops : 50 mean,max change (kT/e) : 8.6478314E-05 1.3403654E-02 energy calculations done at 3.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.160000 DelPhi exited at 13:59:12 4.163u 0.237s 0:04.93 89.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 Mon Oct 10 2011 at 13:59: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3214 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.568535 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.243000 59.84600 ymin,ymax (A): -14.24900 34.12200 zmin,zma (A): 18.76400 70.66700 x,y,z range (A): 68.08900 48.37100 51.90300 scale (grids/A): 1.568535 object centre (A): 25.80150 9.936501 44.71550 number of atom coordinates read : 3214 total number of charged atoms : 3067 net assigned charge : 8.000031 assigned positive charge : 493.4079 centred at (gu) : 92.38174 91.66392 87.94609 assigned negative charge : -485.4091 centred at (gu) : 92.44483 91.81032 87.72533 start vw surface at 0.1800000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 62971 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28156 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 19529 mr = 42892 m= 1967 mr = 13146 m= 47 mr = 823 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 149 time to turn everything in is 0.5900000 number of dielectric boundary points 27653 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 373 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 23187 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.5228451 object centre at (A) : 25.80150 9.936501 44.71550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.8437137E-03 5.6908391E-03 midg,1,midg; midg,igrid,midg 6.2155807E-03 -2.5721549E-03 1,midg,midg; igrid,midg,midg 1.5283648E-02 6.1755623E-03 gauss-seidel spectral radius is 0.9980428 estimated iterations to convergence 180 setup time was (sec) 0.8900000 now iterating at: 13:59:13 rms-change max change #iterations 3.200607 187.9227 at 10iterations 1.295946 51.55528 at 20iterations 0.5207567 19.61878 at 30iterations 0.2112574 8.084299 at 40iterations 8.5326880E-02 3.110089 at 50iterations 3.4617689E-02 1.184647 at 60iterations 1.4032997E-02 0.4889526 at 70iterations 5.6976560E-03 0.2004395 at 80iterations 2.3750009E-03 8.7459564E-02 at 90iterations 1.0341539E-03 3.9607048E-02 at 100iterations 5.1127316E-04 2.0662308E-02 at 110iterations 3.0811582E-04 1.0692596E-02 at 120iterations finished qdiffx linear iterations at : 13:59:21 total time elapsed so far: 9.050000 # loops : 120 mean,max change (kT/e) : 3.0811582E-04 1.0692596E-02 energy calculations done at 9.050000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.230000 DelPhi exited at 13:59:23 9.230u 0.285s 0:11.14 85.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 Mon Oct 10 2011 at 13:59:24 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 = 3214 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.352803 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.243000 59.84600 ymin,ymax (A): -14.24900 34.12200 zmin,zma (A): 18.76400 70.66700 x,y,z range (A): 68.08900 48.37100 51.90300 scale (grids/A): 2.352803 object centre (A): 25.80150 9.936501 44.71550 number of atom coordinates read : 3214 total number of charged atoms : 3067 net assigned charge : 8.000031 assigned positive charge : 493.4079 centred at (gu) : 93.57249 92.49560 86.91888 assigned negative charge : -485.4091 centred at (gu) : 93.66717 92.71533 86.58781 start vw surface at 0.1600000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 146503 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28156 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 67646 mr = 105758 m= 19091 mr = 52500 m= 2825 mr = 13920 m= 171 mr = 1628 m= 0 mr = 81 time to grow re-entrant surface = 0.8700000 no. cavity mid-points inaccessible to solvent = 552 time to turn everything in is 1.420000 number of dielectric boundary points 62349 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 36 iepsmp to db, and charging done at 1.560000 number of grid points assigned charge 24491 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.568535 object centre at (A) : 25.80150 9.936501 44.71550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.1931020E-02 7.7170730E-02 midg,1,midg; midg,igrid,midg 0.1238661 -7.4848764E-02 1,midg,midg; igrid,midg,midg 0.6190309 -1.6704675E-02 gauss-seidel spectral radius is 0.9990976 estimated iterations to convergence 263 setup time was (sec) 1.720000 now iterating at: 13:59:26 rms-change max change #iterations 8.574509 232.9032 at 10iterations 4.790753 143.6635 at 20iterations 2.664172 72.13351 at 30iterations 1.471859 34.46906 at 40iterations 0.8079754 18.58503 at 50iterations 0.4436578 10.56740 at 60iterations 0.2427036 5.887090 at 70iterations 0.1329381 3.317160 at 80iterations 7.2644204E-02 1.735526 at 90iterations 3.9572001E-02 0.8374481 at 100iterations 2.1612938E-02 0.4689817 at 110iterations 1.1778276E-02 0.2463751 at 120iterations 6.3898638E-03 0.1383102 at 130iterations 3.4899886E-03 8.1089973E-02 at 140iterations 1.9017090E-03 4.1847229E-02 at 150iterations 1.0396461E-03 2.2046089E-02 at 160iterations 5.6466728E-04 1.2340546E-02 at 170iterations 3.0987232E-04 7.4520111E-03 at 180iterations finished qdiffx linear iterations at : 13:59:39 total time elapsed so far: 14.93000 # loops : 180 mean,max change (kT/e) : 3.0987232E-04 7.4520111E-03 energy calculations done at 14.93000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.10000 DelPhi exited at 13:59:40 15.105u 0.321s 0:16.19 95.2% 0+0k 0+0io 0pf+0w