Mon Oct 10 10:29:03 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 10:29:03 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 = 2825 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.5464649 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): -22.32600 42.82000 ymin,ymax (A): -12.63300 45.35800 zmin,zma (A): -2.190000 50.84400 x,y,z range (A): 65.14600 57.99100 53.03400 scale (grids/A): 0.5464649 object centre (A): 10.24700 16.36250 24.32700 number of atom coordinates read : 2825 total number of charged atoms : 2675 net assigned charge : 8.000024 assigned positive charge : 410.8120 centred at (gu) : 91.68179 91.30898 86.99865 assigned negative charge : -402.8124 centred at (gu) : 91.76148 91.36101 86.81409 start vw surface at 0.1600000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5647 nv = 96 ne = 84 npr = 55044 no. pairs analyzed = 55044 no. exposed pairs = 4299 no. arc points = 30851 no. surface atoms = 1424 nbur = 1401 mkacc time = 0.1300000 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.568000 m= 254 mr = 2434 m= 2 mr = 4 m= 0 mr = 0 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 3465 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3006 ## 378 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 7284 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.3000472E-09 7.8779272E-10 midg,1,midg; midg,igrid,midg 6.2736244E-10 3.1916123E-10 1,midg,midg; igrid,midg,midg 6.8120809E-10 8.8556752E-11 gauss-seidel spectral radius is 0.9827397 estimated iterations to convergence 63 setup time was (sec) 0.5800000 now iterating at: 10:29:04 rms-change max change #iterations 6.9825321E-02 13.53431 at 10iterations 4.6471381E-03 0.8699074 at 20iterations 3.2015183E-04 5.5191755E-02 at 30iterations 3.0047313E-05 4.0130615E-03 at 40iterations 4.8536017E-06 5.6779385E-04 at 50iterations finished qdiffx linear iterations at : 10:29:07 total time elapsed so far: 3.430000 # loops : 50 mean,max change (kT/e) : 4.8536017E-06 5.6779385E-04 energy calculations done at 3.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.620000 DelPhi exited at 10:29:07 3.620u 0.247s 0:04.26 90.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 10:29: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 = 2825 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 1.639395 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): -22.32600 42.82000 ymin,ymax (A): -12.63300 45.35800 zmin,zma (A): -2.190000 50.84400 x,y,z range (A): 65.14600 57.99100 53.03400 scale (grids/A): 1.639395 object centre (A): 10.24700 16.36250 24.32700 number of atom coordinates read : 2825 total number of charged atoms : 2675 net assigned charge : 8.000024 assigned positive charge : 410.8120 centred at (gu) : 95.04504 93.92664 80.99554 assigned negative charge : -402.8124 centred at (gu) : 95.28406 94.08277 80.44216 start vw surface at 0.1900000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 60736 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30851 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 17821 mr = 36637 m= 1859 mr = 10910 m= 49 mr = 657 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 225 time to turn everything in is 0.5300000 number of dielectric boundary points 32261 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 310 iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 20508 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.5464649 object centre at (A) : 10.24700 16.36250 24.32700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.9622059E-03 7.8020347E-03 midg,1,midg; midg,igrid,midg 1.4640135E-02 1.3857363E-02 1,midg,midg; igrid,midg,midg -1.2104802E-02 -1.4630069E-02 gauss-seidel spectral radius is 0.9981965 estimated iterations to convergence 187 setup time was (sec) 0.8400000 now iterating at: 10:29:08 rms-change max change #iterations 3.155629 180.7206 at 10iterations 1.309127 61.07568 at 20iterations 0.5421432 21.10667 at 30iterations 0.2250513 8.544058 at 40iterations 9.3953781E-02 3.878059 at 50iterations 3.9140355E-02 1.446194 at 60iterations 1.6344763E-02 0.7240696 at 70iterations 6.8180757E-03 0.2632790 at 80iterations 2.8366258E-03 0.1314769 at 90iterations 1.1816071E-03 4.2625427E-02 at 100iterations 4.9355393E-04 1.7948151E-02 at 110iterations 2.0724064E-04 8.4857941E-03 at 120iterations finished qdiffx linear iterations at : 10:29:15 total time elapsed so far: 7.870000 # loops : 120 mean,max change (kT/e) : 2.0724064E-04 8.4857941E-03 energy calculations done at 7.870000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.050000 DelPhi exited at 10:29:16 8.056u 0.270s 0:08.65 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 Mon Oct 10 2011 at 10:29:16 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 = 2825 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 2.459092 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): -22.32600 42.82000 ymin,ymax (A): -12.63300 45.35800 zmin,zma (A): -2.190000 50.84400 x,y,z range (A): 65.14600 57.99100 53.03400 scale (grids/A): 2.459092 object centre (A): 10.24700 16.36250 24.32700 number of atom coordinates read : 2825 total number of charged atoms : 2675 net assigned charge : 8.000024 assigned positive charge : 410.8120 centred at (gu) : 97.56730 95.89005 76.49316 assigned negative charge : -402.8124 centred at (gu) : 97.92611 96.12403 75.66316 start vw surface at 0.1900000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 140708 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30851 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 60780 mr = 91088 m= 17369 mr = 44523 m= 2708 mr = 11803 m= 174 mr = 1358 m= 2 mr = 47 m= 0 mr = 0 time to grow re-entrant surface = 0.6700001 no. cavity mid-points inaccessible to solvent = 769 time to turn everything in is 1.210000 number of dielectric boundary points 72922 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 18 iepsmp to db, and charging done at 1.360000 number of grid points assigned charge 21377 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.639395 object centre at (A) : 10.24700 16.36250 24.32700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.7501140E-02 9.1681667E-02 midg,1,midg; midg,igrid,midg 0.3209287 0.1958054 1,midg,midg; igrid,midg,midg -0.5469773 -0.4930880 gauss-seidel spectral radius is 0.9991453 estimated iterations to convergence 270 setup time was (sec) 1.550000 now iterating at: 10:29:18 rms-change max change #iterations 8.475067 270.9570 at 10iterations 4.876633 136.5946 at 20iterations 2.773876 76.05479 at 30iterations 1.560996 44.13712 at 40iterations 0.8729707 23.47626 at 50iterations 0.4868535 13.54420 at 60iterations 0.2714176 6.434265 at 70iterations 0.1503879 3.752733 at 80iterations 8.3374724E-02 2.213280 at 90iterations 4.6289310E-02 1.128345 at 100iterations 2.5508052E-02 0.6193867 at 110iterations 1.4069350E-02 0.3208103 at 120iterations 7.7897324E-03 0.1649750 at 130iterations 4.3024234E-03 0.1049500 at 140iterations 2.3701489E-03 5.3352356E-02 at 150iterations 1.3069928E-03 3.1128407E-02 at 160iterations 7.1992166E-04 1.7828941E-02 at 170iterations 3.9737788E-04 1.0267258E-02 at 180iterations finished qdiffx linear iterations at : 10:29:29 total time elapsed so far: 12.86000 # loops : 180 mean,max change (kT/e) : 3.9737788E-04 1.0267258E-02 energy calculations done at 12.86000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.06000 DelPhi exited at 10:29:30 13.059u 0.302s 0:13.77 96.9% 0+0k 0+0io 0pf+0w