Sat Oct 8 19:07:55 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 19:07:55 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 = 2586 !!! 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 556 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.6129688 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.13100 17.58600 ymin,ymax (A): -24.17800 22.44900 zmin,zma (A): -12.67500 45.40300 x,y,z range (A): 49.71700 46.62700 58.07800 scale (grids/A): 0.6129688 object centre (A): -7.272500 -0.8645000 16.36400 number of atom coordinates read : 2586 total number of charged atoms : 2462 net assigned charge : 4.500007 assigned positive charge : 393.3700 centred at (gu) : 88.58390 89.18744 89.70069 assigned negative charge : -388.8705 centred at (gu) : 88.47280 89.23357 89.58208 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6415 nv = 96 ne = 84 npr = 52916 no. pairs analyzed = 52916 no. exposed pairs = 2985 no. arc points = 21928 no. surface atoms = 1010 nbur = 1576 mkacc time = 0.1800000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 344 mr = 3635 m= 2 mr = 43 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 150 time to turn everything in is 0.3900000 number of dielectric boundary points 3083 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2229 ## 248 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 7971 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.7405545E-09 8.7300149E-09 midg,1,midg; midg,igrid,midg 6.5727424E-09 4.4370391E-10 1,midg,midg; igrid,midg,midg -4.3113499E-09 6.5346728E-09 gauss-seidel spectral radius is 0.9862174 estimated iterations to convergence 70 setup time was (sec) 0.7300000 now iterating at: 19:07:56 rms-change max change #iterations 0.1210556 21.11437 at 10iterations 1.0693015E-02 1.590240 at 20iterations 9.7186008E-04 0.1422234 at 30iterations 8.4563530E-05 1.2449265E-02 at 40iterations 7.8323965E-06 1.1825562E-03 at 50iterations finished qdiffx linear iterations at : 19:08:00 total time elapsed so far: 4.290000 # loops : 50 mean,max change (kT/e) : 7.8323965E-06 1.1825562E-03 energy calculations done at 4.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.510000 DelPhi exited at 19:08:00 4.516u 0.401s 0:05.20 94.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 Sat Oct 8 2011 at 19:08:00 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 = 2586 !!! 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 556 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: 1.838906 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.13100 17.58600 ymin,ymax (A): -24.17800 22.44900 zmin,zma (A): -12.67500 45.40300 x,y,z range (A): 49.71700 46.62700 58.07800 scale (grids/A): 1.838906 object centre (A): -7.272500 -0.8645000 16.36400 number of atom coordinates read : 2586 total number of charged atoms : 2462 net assigned charge : 4.500007 assigned positive charge : 393.3700 centred at (gu) : 85.75118 87.56195 89.10136 assigned negative charge : -388.8705 centred at (gu) : 85.41833 87.70039 88.74615 start vw surface at 0.1500000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 69830 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21928 grid for indexing accessible points = 1.400000 m= 25214 mr = 48787 m= 3827 mr = 19090 m= 180 mr = 2515 m= 4 mr = 70 m= 0 mr = 0 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 5498 time to turn everything in is 0.7100000 number of dielectric boundary points 28593 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 186 iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 19274 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.6129688 object centre at (A) : -7.272500 -0.8645000 16.36400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.8181568E-02 2.9837219E-02 midg,1,midg; midg,igrid,midg 1.5133294E-02 1.7463844E-03 1,midg,midg; igrid,midg,midg -5.3774212E-03 3.2169845E-02 gauss-seidel spectral radius is 0.9985358 estimated iterations to convergence 207 setup time was (sec) 1.040000 now iterating at: 19:08:02 rms-change max change #iterations 3.931033 164.5901 at 10iterations 1.780543 68.31799 at 20iterations 0.8161870 25.84492 at 30iterations 0.3718291 11.95158 at 40iterations 0.1699234 6.122192 at 50iterations 7.7393591E-02 2.742239 at 60iterations 3.5407756E-02 1.255823 at 70iterations 1.6065642E-02 0.5110207 at 80iterations 7.3274826E-03 0.2429581 at 90iterations 3.3364573E-03 0.1321907 at 100iterations 1.5276721E-03 5.0605774E-02 at 110iterations 6.9585629E-04 2.1575928E-02 at 120iterations finished qdiffx linear iterations at : 19:08:11 total time elapsed so far: 10.05000 # loops : 120 mean,max change (kT/e) : 6.9585629E-04 2.1575928E-02 energy calculations done at 10.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.28000 DelPhi exited at 19:08:11 10.286u 0.435s 0:11.04 97.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 Sat Oct 8 2011 at 19:08: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2586 !!! 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 556 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: 2.758359 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.13100 17.58600 ymin,ymax (A): -24.17800 22.44900 zmin,zma (A): -12.67500 45.40300 x,y,z range (A): 49.71700 46.62700 58.07800 scale (grids/A): 2.758359 object centre (A): -7.272500 -0.8645000 16.36400 number of atom coordinates read : 2586 total number of charged atoms : 2462 net assigned charge : 4.500007 assigned positive charge : 393.3700 centred at (gu) : 83.62663 86.34296 88.65196 assigned negative charge : -388.8705 centred at (gu) : 83.12747 86.55050 88.11918 start vw surface at 0.1500000 fill in re-entrant regions at 0.6000000 boundary points on vw surface= 161509 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21928 grid for indexing accessible points = 1.400000 m= 82030 mr = 118010 m= 29149 mr = 68076 m= 6881 mr = 23728 m= 926 mr = 5467 m= 57 mr = 664 m= 2 mr = 27 m= 0 mr = 0 time to grow re-entrant surface = 1.070000 no. cavity mid-points inaccessible to solvent = 17971 time to turn everything in is 1.800000 number of dielectric boundary points 64582 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.950000 number of grid points assigned charge 19693 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.838906 object centre at (A) : -7.272500 -0.8645000 16.36400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.9967052E-02 0.4042766 midg,1,midg; midg,igrid,midg 0.1890966 2.8418560E-02 1,midg,midg; igrid,midg,midg -4.7159739E-02 0.4208164 gauss-seidel spectral radius is 0.9992259 estimated iterations to convergence 284 setup time was (sec) 2.160000 now iterating at: 19:08:14 rms-change max change #iterations 9.267624 263.8164 at 10iterations 5.267056 117.4949 at 20iterations 2.986970 57.22563 at 30iterations 1.694523 31.09622 at 40iterations 0.9600447 17.91010 at 50iterations 0.5446358 10.45418 at 60iterations 0.3079795 5.788103 at 70iterations 0.1747147 3.234055 at 80iterations 9.8953150E-02 1.922728 at 90iterations 5.5998720E-02 1.075111 at 100iterations 3.1684592E-02 0.6116619 at 110iterations 1.7923120E-02 0.3366928 at 120iterations 1.0138899E-02 0.1807523 at 130iterations 5.7549225E-03 0.1087723 at 140iterations 3.2533742E-03 6.8260193E-02 at 150iterations 1.8406038E-03 3.2852173E-02 at 160iterations 1.0431446E-03 1.9771576E-02 at 170iterations 5.9073832E-04 1.1436462E-02 at 180iterations finished qdiffx linear iterations at : 19:08:29 total time elapsed so far: 17.16000 # loops : 180 mean,max change (kT/e) : 5.9073832E-04 1.1436462E-02 energy calculations done at 17.16000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.38000 DelPhi exited at 19:08:29 17.386u 0.455s 0:18.10 98.5% 0+0k 0+0io 0pf+0w