Sat Oct 8 18:30:11 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+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 Sat Oct 8 2011 at 18:30:11 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: 271 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2551 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 508 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6243971 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): -32.07300 17.59100 ymin,ymax (A): -23.85000 23.19000 zmin,zma (A): -12.27900 44.73600 x,y,z range (A): 49.66400 47.04000 57.01500 scale (grids/A): 0.6243971 object centre (A): -7.240999 -0.3299999 16.22850 number of atom coordinates read : 2551 total number of charged atoms : 2464 net assigned charge : 5.000006 assigned positive charge : 393.5960 centred at (gu) : 88.59997 89.25520 89.78555 assigned negative charge : -388.5966 centred at (gu) : 88.49329 89.29722 89.68343 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6643 nv = 96 ne = 84 npr = 51342 no. pairs analyzed = 51342 no. exposed pairs = 3070 no. arc points = 21754 no. surface atoms = 1031 nbur = 1520 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 332 mr = 3695 m= 1 mr = 46 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1900000 number of dielectric boundary points 3235 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2181 ## 214 charges are in solution ## iepsmp to db, and charging done at 0.2600000 number of grid points assigned charge 8173 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.2286094E-09 1.1759160E-08 midg,1,midg; midg,igrid,midg 9.2494563E-09 1.3355146E-09 1,midg,midg; igrid,midg,midg -4.7901909E-09 9.3427150E-09 gauss-seidel spectral radius is 0.9867111 estimated iterations to convergence 71 setup time was (sec) 0.4000000 now iterating at: 18:30:11 rms-change max change #iterations 0.1301856 19.76277 at 10iterations 1.2432041E-02 1.858429 at 20iterations 1.1512002E-03 0.1914730 at 30iterations 1.1200357E-04 2.0576477E-02 at 40iterations 1.0738527E-05 1.3809204E-03 at 50iterations finished qdiffx linear iterations at : 18:30:15 total time elapsed so far: 3.600000 # loops : 50 mean,max change (kT/e) : 1.0738527E-05 1.3809204E-03 energy calculations done at 3.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.730000 DelPhi exited at 18:30:15 3.737u 0.220s 0:04.22 93.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 Sat Oct 8 2011 at 18:30:15 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: 271 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2551 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 508 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.873191 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): -32.07300 17.59100 ymin,ymax (A): -23.85000 23.19000 zmin,zma (A): -12.27900 44.73600 x,y,z range (A): 49.66400 47.04000 57.01500 scale (grids/A): 1.873191 object centre (A): -7.240999 -0.3299999 16.22850 number of atom coordinates read : 2551 total number of charged atoms : 2464 net assigned charge : 5.000006 assigned positive charge : 393.5960 centred at (gu) : 85.79958 87.76492 89.35608 assigned negative charge : -388.5966 centred at (gu) : 85.47961 87.89146 89.05000 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 72314 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21754 grid for indexing accessible points = 1.400000 m= 26280 mr = 50619 m= 3918 mr = 19601 m= 212 mr = 2429 m= 3 mr = 71 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 1578 time to turn everything in is 0.3700000 number of dielectric boundary points 30007 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 167 iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 19373 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.6243971 object centre at (A) : -7.240999 -0.3299999 16.22850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.8100264E-02 2.9720103E-02 midg,1,midg; midg,igrid,midg 1.4739743E-02 3.7652943E-03 1,midg,midg; igrid,midg,midg -1.0272223E-03 3.7915964E-02 gauss-seidel spectral radius is 0.9985874 estimated iterations to convergence 211 setup time was (sec) 0.6300000 now iterating at: 18:30:16 rms-change max change #iterations 4.078648 159.1313 at 10iterations 1.885420 67.81310 at 20iterations 0.8733191 31.15936 at 30iterations 0.4038200 13.82602 at 40iterations 0.1880437 7.342003 at 50iterations 8.6784877E-02 2.593756 at 60iterations 4.0222675E-02 1.206856 at 70iterations 1.8651055E-02 0.5586414 at 80iterations 8.5630873E-03 0.2881145 at 90iterations 3.9891894E-03 0.1423960 at 100iterations 1.8419119E-03 5.4697037E-02 at 110iterations 8.5166789E-04 2.7836800E-02 at 120iterations finished qdiffx linear iterations at : 18:30:24 total time elapsed so far: 8.740000 # loops : 120 mean,max change (kT/e) : 8.5166789E-04 2.7836800E-02 energy calculations done at 8.740000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.870000 DelPhi exited at 18:30:24 8.871u 0.267s 0:09.40 97.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 Sat Oct 8 2011 at 18:30: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: 271 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2551 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 508 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.809787 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): -32.07300 17.59100 ymin,ymax (A): -23.85000 23.19000 zmin,zma (A): -12.27900 44.73600 x,y,z range (A): 49.66400 47.04000 57.01500 scale (grids/A): 2.809787 object centre (A): -7.240999 -0.3299999 16.22850 number of atom coordinates read : 2551 total number of charged atoms : 2464 net assigned charge : 5.000006 assigned positive charge : 393.5960 centred at (gu) : 83.69922 86.64726 89.03407 assigned negative charge : -388.5966 centred at (gu) : 83.21947 86.83718 88.57499 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 166913 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21754 grid for indexing accessible points = 1.400000 m= 85674 mr = 121976 m= 30380 mr = 70897 m= 6917 mr = 24475 m= 914 mr = 5150 m= 44 mr = 617 m= 0 mr = 12 time to grow re-entrant surface = 0.5300000 no. cavity mid-points inaccessible to solvent = 4904 time to turn everything in is 0.9300000 number of dielectric boundary points 67715 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 1.030000 number of grid points assigned charge 19711 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.873191 object centre at (A) : -7.240999 -0.3299999 16.22850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1363180 0.3945244 midg,1,midg; midg,igrid,midg 0.1717665 3.1054487E-02 1,midg,midg; igrid,midg,midg 1.7694399E-02 0.4680007 gauss-seidel spectral radius is 0.9992427 estimated iterations to convergence 287 setup time was (sec) 1.190000 now iterating at: 18:30:26 rms-change max change #iterations 9.579329 403.1580 at 10iterations 5.541309 119.7551 at 20iterations 3.182079 66.74742 at 30iterations 1.825527 34.84692 at 40iterations 1.046131 20.30762 at 50iterations 0.5974265 11.36144 at 60iterations 0.3421832 7.634434 at 70iterations 0.1958595 4.365513 at 80iterations 0.1116625 2.014133 at 90iterations 6.3881360E-02 1.209844 at 100iterations 3.6400486E-02 0.6838346 at 110iterations 2.0792585E-02 0.4007225 at 120iterations 1.1869972E-02 0.2224731 at 130iterations 6.7839185E-03 0.1345253 at 140iterations 3.8781483E-03 7.4516296E-02 at 150iterations 2.2196004E-03 4.4540405E-02 at 160iterations 1.2749756E-03 2.2354126E-02 at 170iterations 7.3390146E-04 1.3511658E-02 at 180iterations finished qdiffx linear iterations at : 18:30:38 total time elapsed so far: 13.51000 # loops : 180 mean,max change (kT/e) : 7.3390146E-04 1.3511658E-02 energy calculations done at 13.51000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.65000 DelPhi exited at 18:30:39 13.648u 0.269s 0:14.23 97.6% 0+0k 0+0io 0pf+0w