Tue Oct 11 04:31:59 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 Tue Oct 11 2011 at 04:31:59 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: 298 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2734 !!! WARNING: HIR 70 has a net charge of 0.5140 !!! WARNING: GLY 174 has a net charge of 0.5000 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6460276 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): -12.12500 36.98800 ymin,ymax (A): -25.80200 22.54400 zmin,zma (A): -9.799001 45.30700 x,y,z range (A): 49.11300 48.34600 55.10600 scale (grids/A): 0.6460276 object centre (A): 12.43150 -1.629001 17.75400 number of atom coordinates read : 2734 total number of charged atoms : 2582 net assigned charge : 3.676015 assigned positive charge : 413.9218 centred at (gu) : 90.30933 90.36734 91.69682 assigned negative charge : -410.2464 centred at (gu) : 90.07284 90.20670 91.64124 start vw surface at 0.1100000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 7574 nv = 96 ne = 84 npr = 56468 no. pairs analyzed = 56468 no. exposed pairs = 3283 no. arc points = 22797 no. surface atoms = 1110 nbur = 1624 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 413 mr = 4329 m= 0 mr = 39 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 7 time to turn everything in is 0.3000000 number of dielectric boundary points 3619 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2318 ## 228 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 9164 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.3420893E-09 2.0147869E-08 midg,1,midg; midg,igrid,midg -1.6251551E-08 3.1245659E-08 1,midg,midg; igrid,midg,midg -2.7176300E-08 4.2101242E-08 gauss-seidel spectral radius is 0.9875917 estimated iterations to convergence 73 setup time was (sec) 0.5800000 now iterating at: 04:32:00 rms-change max change #iterations 0.1586063 23.03741 at 10iterations 1.6363457E-02 2.263596 at 20iterations 1.7014901E-03 0.2082949 at 30iterations 1.9377709E-04 2.6855469E-02 at 40iterations 2.8585511E-05 3.7746429E-03 at 50iterations finished qdiffx linear iterations at : 04:32:03 total time elapsed so far: 3.540000 # loops : 50 mean,max change (kT/e) : 2.8585511E-05 3.7746429E-03 energy calculations done at 3.540000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.830000 DelPhi exited at 04:32:04 3.832u 0.393s 0:04.66 90.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 Tue Oct 11 2011 at 04:32:04 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: 298 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2734 !!! WARNING: HIR 70 has a net charge of 0.5140 !!! WARNING: GLY 174 has a net charge of 0.5000 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.938083 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): -12.12500 36.98800 ymin,ymax (A): -25.80200 22.54400 zmin,zma (A): -9.799001 45.30700 x,y,z range (A): 49.11300 48.34600 55.10600 scale (grids/A): 1.938083 object centre (A): 12.43150 -1.629001 17.75400 number of atom coordinates read : 2734 total number of charged atoms : 2582 net assigned charge : 3.676015 assigned positive charge : 413.9218 centred at (gu) : 90.92733 91.10134 95.08997 assigned negative charge : -410.2464 centred at (gu) : 90.21795 90.61970 94.92336 start vw surface at 0.1100000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 82020 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22797 grid for indexing accessible points = 1.400000 m= 30159 mr = 58247 m= 4582 mr = 22635 m= 252 mr = 2836 m= 4 mr = 84 m= 0 mr = 0 time to grow re-entrant surface = 0.3300000 no. cavity mid-points inaccessible to solvent = 1249 time to turn everything in is 0.6300000 number of dielectric boundary points 33215 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 152 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 20348 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.6460276 object centre at (A) : 12.43150 -1.629001 17.75400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.0665152E-02 9.1128722E-03 midg,1,midg; midg,igrid,midg -1.0424247E-02 2.7203726E-02 1,midg,midg; igrid,midg,midg -5.3868387E-03 6.0775846E-02 gauss-seidel spectral radius is 0.9986901 estimated iterations to convergence 219 setup time was (sec) 0.9200000 now iterating at: 04:32:05 rms-change max change #iterations 4.567676 182.2318 at 10iterations 2.176270 73.88691 at 20iterations 1.039950 34.18471 at 30iterations 0.4946326 14.42781 at 40iterations 0.2360535 7.074978 at 50iterations 0.1125760 3.380655 at 60iterations 5.3703327E-02 1.826565 at 70iterations 2.5519431E-02 0.7400312 at 80iterations 1.2202101E-02 0.4185410 at 90iterations 5.8136755E-03 0.1698074 at 100iterations 2.7755022E-03 7.9650879E-02 at 110iterations 1.3214656E-03 3.7719727E-02 at 120iterations finished qdiffx linear iterations at : 04:32:13 total time elapsed so far: 8.430000 # loops : 120 mean,max change (kT/e) : 1.3214656E-03 3.7719727E-02 energy calculations done at 8.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.610000 DelPhi exited at 04:32:13 8.610u 0.428s 0:09.34 96.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 Tue Oct 11 2011 at 04:32:13 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: 298 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2734 !!! WARNING: HIR 70 has a net charge of 0.5140 !!! WARNING: GLY 174 has a net charge of 0.5000 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.907124 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): -12.12500 36.98800 ymin,ymax (A): -25.80200 22.54400 zmin,zma (A): -9.799001 45.30700 x,y,z range (A): 49.11300 48.34600 55.10600 scale (grids/A): 2.907124 object centre (A): 12.43150 -1.629001 17.75400 number of atom coordinates read : 2734 total number of charged atoms : 2582 net assigned charge : 3.676015 assigned positive charge : 413.9218 centred at (gu) : 91.39089 91.65176 97.63486 assigned negative charge : -410.2464 centred at (gu) : 90.32687 90.92950 97.38500 start vw surface at 0.1100000 fill in re-entrant regions at 0.5500000 boundary points on vw surface= 189422 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22797 grid for indexing accessible points = 1.400000 m= 97774 mr = 140419 m= 35297 mr = 80926 m= 8171 mr = 28788 m= 1011 mr = 6039 m= 47 mr = 659 m= 0 mr = 17 time to grow re-entrant surface = 1.000000 no. cavity mid-points inaccessible to solvent = 3954 time to turn everything in is 1.660000 number of dielectric boundary points 74874 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.790000 number of grid points assigned charge 20643 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.938083 object centre at (A) : 12.43150 -1.629001 17.75400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4739328 0.3198855 midg,1,midg; midg,igrid,midg -0.1247091 0.3170707 1,midg,midg; igrid,midg,midg -5.1482408E-03 0.5150355 gauss-seidel spectral radius is 0.9992697 estimated iterations to convergence 292 setup time was (sec) 1.980000 now iterating at: 04:32:16 rms-change max change #iterations 10.54118 343.7891 at 10iterations 6.176798 148.0087 at 20iterations 3.604965 78.47545 at 30iterations 2.101763 45.74942 at 40iterations 1.221928 23.63523 at 50iterations 0.7088342 13.10842 at 60iterations 0.4119500 7.490187 at 70iterations 0.2380157 4.476730 at 80iterations 0.1379509 2.444486 at 90iterations 7.9615884E-02 1.370941 at 100iterations 4.6031296E-02 0.8482246 at 110iterations 2.6716487E-02 0.5091209 at 120iterations 1.5447595E-02 0.2686462 at 130iterations 8.9395214E-03 0.1771545 at 140iterations 5.1840032E-03 8.9019775E-02 at 150iterations 3.0170011E-03 5.4567337E-02 at 160iterations 1.7641153E-03 3.3950806E-02 at 170iterations 1.0417325E-03 2.2628784E-02 at 180iterations finished qdiffx linear iterations at : 04:32:29 total time elapsed so far: 15.48000 # loops : 180 mean,max change (kT/e) : 1.0417325E-03 2.2628784E-02 energy calculations done at 15.48000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.66000 DelPhi exited at 04:32:30 15.662u 0.478s 0:16.69 96.6% 0+0k 0+0io 0pf+0w