Sat Oct 8 20:45:09 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 Sat Oct 8 2011 at 20:45: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2593 !!! 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: ZN3 351 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: 0.6263415 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): -11.19300 38.86000 ymin,ymax (A): -22.02100 24.62000 zmin,zma (A): -12.11200 44.72600 x,y,z range (A): 50.05300 46.64100 56.83800 scale (grids/A): 0.6263415 object centre (A): 13.83350 1.299500 16.30700 number of atom coordinates read : 2593 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 88.72737 89.28920 89.71970 assigned negative charge : -387.4045 centred at (gu) : 88.62364 89.33779 89.59583 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 6646 nv = 96 ne = 84 npr = 54406 no. pairs analyzed = 54406 no. exposed pairs = 3056 no. arc points = 21611 no. surface atoms = 1026 nbur = 1567 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 318 mr = 3716 m= 4 mr = 38 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 75 time to turn everything in is 0.2900000 number of dielectric boundary points 3214 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2145 ## 209 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 8203 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.3507031E-09 1.2911761E-08 midg,1,midg; midg,igrid,midg 9.1774854E-09 1.4994288E-10 1,midg,midg; igrid,midg,midg -5.8168803E-09 9.2321084E-09 gauss-seidel spectral radius is 0.9867917 estimated iterations to convergence 71 setup time was (sec) 0.5100000 now iterating at: 20:45:09 rms-change max change #iterations 0.1318059 19.81959 at 10iterations 1.2517853E-02 1.753756 at 20iterations 1.3519498E-03 0.2333164 at 30iterations 2.6846491E-04 5.6360245E-02 at 40iterations 8.4920706E-05 1.9096375E-02 at 50iterations finished qdiffx linear iterations at : 20:45:12 total time elapsed so far: 2.970000 # loops : 50 mean,max change (kT/e) : 8.4920706E-05 1.9096375E-02 energy calculations done at 2.970000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.140000 DelPhi exited at 20:45:12 3.143u 0.222s 0:03.67 91.5% 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 20:45: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2593 !!! 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: ZN3 351 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.879025 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): -11.19300 38.86000 ymin,ymax (A): -22.02100 24.62000 zmin,zma (A): -12.11200 44.72600 x,y,z range (A): 50.05300 46.64100 56.83800 scale (grids/A): 1.879025 object centre (A): 13.83350 1.299500 16.30700 number of atom coordinates read : 2593 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 86.18196 87.86687 89.15861 assigned negative charge : -387.4045 centred at (gu) : 85.87055 88.01329 88.78754 start vw surface at 0.1400000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 71996 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21611 grid for indexing accessible points = 1.400000 m= 25317 mr = 50443 m= 3797 mr = 18607 m= 180 mr = 2401 m= 3 mr = 44 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 2188 time to turn everything in is 0.5000000 number of dielectric boundary points 29798 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 137 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 19291 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.6263415 object centre at (A) : 13.83350 1.299500 16.30700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.4519134E-02 2.0526819E-02 midg,1,midg; midg,igrid,midg 1.2622670E-02 1.1851797E-03 1,midg,midg; igrid,midg,midg -4.9641305E-03 3.7360746E-02 gauss-seidel spectral radius is 0.9985935 estimated iterations to convergence 211 setup time was (sec) 0.7700000 now iterating at: 20:45:13 rms-change max change #iterations 4.105999 196.1853 at 10iterations 1.902148 70.18473 at 20iterations 0.8782947 31.26260 at 30iterations 0.4073216 14.13709 at 40iterations 0.1888939 6.617950 at 50iterations 8.7334163E-02 2.942505 at 60iterations 4.0546361E-02 1.518646 at 70iterations 1.8860882E-02 0.5743980 at 80iterations 8.7614283E-03 0.2731104 at 90iterations 4.0931953E-03 0.1249771 at 100iterations 1.9394009E-03 6.3697815E-02 at 110iterations 9.4571657E-04 3.5383224E-02 at 120iterations finished qdiffx linear iterations at : 20:45:19 total time elapsed so far: 6.860000 # loops : 120 mean,max change (kT/e) : 9.4571657E-04 3.5383224E-02 energy calculations done at 6.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.040000 DelPhi exited at 20:45:20 7.042u 0.207s 0:07.52 96.2% 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 20:45:20 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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2593 !!! 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: ZN3 351 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.818537 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): -11.19300 38.86000 ymin,ymax (A): -22.02100 24.62000 zmin,zma (A): -12.11200 44.72600 x,y,z range (A): 50.05300 46.64100 56.83800 scale (grids/A): 2.818537 object centre (A): 13.83350 1.299500 16.30700 number of atom coordinates read : 2593 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 84.27273 86.80032 88.73790 assigned negative charge : -387.4045 centred at (gu) : 83.80571 87.01970 88.18121 start vw surface at 0.1400000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 166712 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21611 grid for indexing accessible points = 1.400000 m= 83416 mr = 122112 m= 28952 mr = 68748 m= 6846 mr = 23162 m= 857 mr = 5136 m= 38 mr = 539 m= 1 mr = 9 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.7400000 no. cavity mid-points inaccessible to solvent = 7179 time to turn everything in is 1.280000 number of dielectric boundary points 67117 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.410000 number of grid points assigned charge 19632 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.879025 object centre at (A) : 13.83350 1.299500 16.30700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.4898567E-02 0.2332790 midg,1,midg; midg,igrid,midg 0.1560171 -1.0898706E-02 1,midg,midg; igrid,midg,midg -6.4113110E-02 0.4846889 gauss-seidel spectral radius is 0.9992417 estimated iterations to convergence 287 setup time was (sec) 1.570000 now iterating at: 20:45:22 rms-change max change #iterations 9.627188 321.1724 at 10iterations 5.561121 125.6745 at 20iterations 3.194237 71.40344 at 30iterations 1.833323 36.25790 at 40iterations 1.051311 20.56715 at 50iterations 0.6007453 11.49495 at 60iterations 0.3447964 6.374382 at 70iterations 0.1970230 4.183949 at 80iterations 0.1126457 2.125907 at 90iterations 6.4391039E-02 1.366919 at 100iterations 3.6719486E-02 0.6865463 at 110iterations 2.0968465E-02 0.4129171 at 120iterations 1.2033172E-02 0.2417755 at 130iterations 6.8878974E-03 0.1381173 at 140iterations 3.9628842E-03 8.4574699E-02 at 150iterations 2.2978925E-03 4.9028397E-02 at 160iterations 1.3467510E-03 2.9686928E-02 at 170iterations 8.1452093E-04 1.9002914E-02 at 180iterations finished qdiffx linear iterations at : 20:45:32 total time elapsed so far: 12.20000 # loops : 180 mean,max change (kT/e) : 8.1452093E-04 1.9002914E-02 energy calculations done at 12.20000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.38000 DelPhi exited at 20:45:33 12.383u 0.235s 0:12.95 97.3% 0+0k 0+0io 0pf+0w