Mon Oct 10 10:27:58 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:27:58 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 = 2524 !!! WARNING: MN9 956 has a net charge of 1.4000 !!! WARNING: MN9 957 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= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5909597 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): -30.73300 29.50800 ymin,ymax (A): 40.89000 94.62600 zmin,zma (A): 3.416000 51.53300 x,y,z range (A): 60.24100 53.73600 48.11700 scale (grids/A): 0.5909597 object centre (A): -0.6125002 67.75800 27.47450 number of atom coordinates read : 2524 total number of charged atoms : 2393 net assigned charge : 10.30001 assigned positive charge : 387.2481 centred at (gu) : 87.30312 90.71666 87.60387 assigned negative charge : -376.9488 centred at (gu) : 87.11839 90.52644 87.57339 start vw surface at 0.1600000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6081 nv = 96 ne = 84 npr = 47088 no. pairs analyzed = 47088 no. exposed pairs = 3700 no. arc points = 26234 no. surface atoms = 1224 nbur = 1300 mkacc time = 0.1100000 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.456000 m= 331 mr = 2887 m= 2 mr = 31 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2900000 number of dielectric boundary points 3496 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2543 ## 286 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 7406 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.3587738E-09 2.4402766E-09 midg,1,midg; midg,igrid,midg -1.4451955E-09 9.7097139E-09 1,midg,midg; igrid,midg,midg -3.2198608E-09 4.4024162E-09 gauss-seidel spectral radius is 0.9851906 estimated iterations to convergence 67 setup time was (sec) 0.5300000 now iterating at: 10:27:59 rms-change max change #iterations 9.9693395E-02 16.57536 at 10iterations 8.1559941E-03 1.447702 at 20iterations 7.1508432E-04 0.1281011 at 30iterations 9.0029462E-05 1.5320778E-02 at 40iterations 1.8458719E-05 3.7870407E-03 at 50iterations finished qdiffx linear iterations at : 10:28:02 total time elapsed so far: 3.220000 # loops : 50 mean,max change (kT/e) : 1.8458719E-05 3.7870407E-03 energy calculations done at 3.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.390000 DelPhi exited at 10:28:02 3.390u 0.212s 0:03.91 92.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 10:28:02 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 = 2524 !!! WARNING: MN9 956 has a net charge of 1.4000 !!! WARNING: MN9 957 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.772879 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): -30.73300 29.50800 ymin,ymax (A): 40.89000 94.62600 zmin,zma (A): 3.416000 51.53300 x,y,z range (A): 60.24100 53.73600 48.11700 scale (grids/A): 1.772879 object centre (A): -0.6125002 67.75800 27.47450 number of atom coordinates read : 2524 total number of charged atoms : 2393 net assigned charge : 10.30001 assigned positive charge : 387.2481 centred at (gu) : 81.90887 92.14951 82.81091 assigned negative charge : -376.9488 centred at (gu) : 81.35498 91.57930 82.72019 start vw surface at 0.1300000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 65222 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26234 grid for indexing accessible points = 1.400000 m= 22073 mr = 41913 m= 3060 mr = 14682 m= 140 mr = 1549 m= 1 mr = 34 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4600000 number of dielectric boundary points 32318 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 254 iepsmp to db, and charging done at 0.5800000 number of grid points assigned charge 18608 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.5909597 object centre at (A) : -0.6125002 67.75800 27.47450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.1734336E-02 1.5057228E-03 midg,1,midg; midg,igrid,midg 2.7020660E-03 4.3406848E-02 1,midg,midg; igrid,midg,midg 1.4612100E-02 2.1805132E-02 gauss-seidel spectral radius is 0.9984349 estimated iterations to convergence 201 setup time was (sec) 0.7700000 now iterating at: 10:28:03 rms-change max change #iterations 3.680600 179.5759 at 10iterations 1.622267 62.14488 at 20iterations 0.7220463 30.34612 at 30iterations 0.3187749 11.08185 at 40iterations 0.1407318 5.421329 at 50iterations 6.2352873E-02 2.160774 at 60iterations 2.7594080E-02 1.020681 at 70iterations 1.2233450E-02 0.4468117 at 80iterations 5.4358011E-03 0.2052937 at 90iterations 2.4051152E-03 8.3248138E-02 at 100iterations 1.0740537E-03 4.1963100E-02 at 110iterations 4.7920976E-04 1.6344070E-02 at 120iterations finished qdiffx linear iterations at : 10:28:11 total time elapsed so far: 8.290000 # loops : 120 mean,max change (kT/e) : 4.7920976E-04 1.6344070E-02 energy calculations done at 8.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.450000 DelPhi exited at 10:28:11 8.456u 0.266s 0:09.03 96.4% 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:28: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2524 !!! WARNING: MN9 956 has a net charge of 1.4000 !!! WARNING: MN9 957 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.659318 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): -30.73300 29.50800 ymin,ymax (A): 40.89000 94.62600 zmin,zma (A): 3.416000 51.53300 x,y,z range (A): 60.24100 53.73600 48.11700 scale (grids/A): 2.659318 object centre (A): -0.6125002 67.75800 27.47450 number of atom coordinates read : 2524 total number of charged atoms : 2393 net assigned charge : 10.30001 assigned positive charge : 387.2481 centred at (gu) : 77.86299 93.22417 79.21629 assigned negative charge : -376.9488 centred at (gu) : 77.03249 92.36884 79.08025 start vw surface at 0.1500000 fill in re-entrant regions at 0.3900000 boundary points on vw surface= 150757 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26234 grid for indexing accessible points = 1.400000 m= 71722 mr = 102906 m= 24256 mr = 55090 m= 5047 mr = 17822 m= 549 mr = 3348 m= 24 mr = 279 m= 0 mr = 6 time to grow re-entrant surface = 0.6799999 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.180000 number of dielectric boundary points 72904 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.320000 number of grid points assigned charge 19134 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.772879 object centre at (A) : -0.6125002 67.75800 27.47450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2615899 -2.9332142E-02 midg,1,midg; midg,igrid,midg 7.5714231E-02 0.6846582 1,midg,midg; igrid,midg,midg 0.3451820 0.3451309 gauss-seidel spectral radius is 0.9992226 estimated iterations to convergence 283 setup time was (sec) 1.500000 now iterating at: 10:28:13 rms-change max change #iterations 9.339292 376.5941 at 10iterations 5.487766 179.0444 at 20iterations 3.200455 91.28632 at 30iterations 1.848840 42.85144 at 40iterations 1.062537 23.55107 at 50iterations 0.6083163 14.78990 at 60iterations 0.3472647 7.673482 at 70iterations 0.1980767 4.452545 at 80iterations 0.1126988 2.430896 at 90iterations 6.4115666E-02 1.294702 at 100iterations 3.6417045E-02 0.7748375 at 110iterations 2.0666154E-02 0.4230821 at 120iterations 1.1712528E-02 0.2356567 at 130iterations 6.6518104E-03 0.1314136 at 140iterations 3.7622249E-03 8.0102921E-02 at 150iterations 2.1327930E-03 4.5794964E-02 at 160iterations 1.2084831E-03 2.5013924E-02 at 170iterations 6.8443676E-04 1.4472961E-02 at 180iterations finished qdiffx linear iterations at : 10:28:24 total time elapsed so far: 12.26000 # loops : 180 mean,max change (kT/e) : 6.8443676E-04 1.4472961E-02 energy calculations done at 12.26000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.42000 DelPhi exited at 10:28:24 12.420u 0.256s 0:12.98 97.6% 0+0k 0+0io 0pf+0w