Mon Oct 10 14:01:56 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 Mon Oct 10 2011 at 14:01:57 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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3373 !!! WARNING: HIT 84 has a net charge of 0.5140 !!! WARNING: TPO 1 has a net charge of -1.2740 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5487476 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): -40.64000 16.55200 ymin,ymax (A): -13.50400 49.95600 zmin,zma (A): -51.59200 13.28300 x,y,z range (A): 57.19200 63.46000 64.87500 scale (grids/A): 0.5487476 object centre (A): -12.04400 18.22600 -19.15450 number of atom coordinates read : 3373 total number of charged atoms : 3230 net assigned charge : 13.24002 assigned positive charge : 504.6834 centred at (gu) : 89.84325 90.83257 91.34335 assigned negative charge : -491.4453 centred at (gu) : 89.96120 90.76019 91.52813 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6897 nv = 96 ne = 84 npr = 65221 no. pairs analyzed = 65221 no. exposed pairs = 4551 no. arc points = 33006 no. surface atoms = 1503 nbur = 1870 mkacc time = 0.1400000 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.540000 m= 262 mr = 3414 m= 0 mr = 10 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3735 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3329 ## 421 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 8917 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.7288352E-09 -8.6638519E-10 midg,1,midg; midg,igrid,midg 2.8414282E-10 1.8586087E-09 1,midg,midg; igrid,midg,midg 1.9507640E-09 -3.5100974E-11 gauss-seidel spectral radius is 0.9829218 estimated iterations to convergence 63 setup time was (sec) 0.5600000 now iterating at: 14:01:58 rms-change max change #iterations 7.9809271E-02 11.80542 at 10iterations 5.3468081E-03 0.8803625 at 20iterations 3.8196120E-04 7.4565887E-02 at 30iterations 3.2643959E-05 4.0168762E-03 at 40iterations 4.2523043E-06 4.4822693E-04 at 50iterations finished qdiffx linear iterations at : 14:02:00 total time elapsed so far: 2.960000 # loops : 50 mean,max change (kT/e) : 4.2523043E-06 4.4822693E-04 energy calculations done at 2.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.130000 DelPhi exited at 14:02:01 3.137u 0.143s 0:04.53 72.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 Mon Oct 10 2011 at 14:02:01 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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3373 !!! WARNING: HIT 84 has a net charge of 0.5140 !!! WARNING: TPO 1 has a net charge of -1.2740 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.646243 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): -40.64000 16.55200 ymin,ymax (A): -13.50400 49.95600 zmin,zma (A): -51.59200 13.28300 x,y,z range (A): 57.19200 63.46000 64.87500 scale (grids/A): 1.646243 object centre (A): -12.04400 18.22600 -19.15450 number of atom coordinates read : 3373 total number of charged atoms : 3230 net assigned charge : 13.24002 assigned positive charge : 504.6834 centred at (gu) : 89.52873 92.49644 94.02882 assigned negative charge : -491.4453 centred at (gu) : 89.88317 92.28033 94.58385 start vw surface at 0.1700000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 75755 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33006 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 23476 mr = 50085 m= 2482 mr = 15801 m= 74 mr = 1190 m= 0 mr = 5 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 569 time to turn everything in is 0.5300000 number of dielectric boundary points 34706 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 369 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 24781 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.5487476 object centre at (A) : -12.04400 18.22600 -19.15450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.3392385E-02 8.6858105E-03 midg,1,midg; midg,igrid,midg 9.2793563E-03 3.5014294E-02 1,midg,midg; igrid,midg,midg 1.0922132E-02 -4.4907965E-03 gauss-seidel spectral radius is 0.9982746 estimated iterations to convergence 191 setup time was (sec) 0.8100000 now iterating at: 14:02:02 rms-change max change #iterations 3.633235 157.0276 at 10iterations 1.540721 55.47638 at 20iterations 0.6553698 25.08182 at 30iterations 0.2775905 8.691849 at 40iterations 0.1182920 4.215334 at 50iterations 5.0308473E-02 1.658371 at 60iterations 2.1406062E-02 0.7543268 at 70iterations 9.1297319E-03 0.3478394 at 80iterations 3.8815343E-03 0.1377449 at 90iterations 1.6600302E-03 5.4107189E-02 at 100iterations 7.0705300E-04 2.4032593E-02 at 110iterations 3.0294724E-04 1.0365963E-02 at 120iterations finished qdiffx linear iterations at : 14:02:08 total time elapsed so far: 7.010000 # loops : 120 mean,max change (kT/e) : 3.0294724E-04 1.0365963E-02 energy calculations done at 7.010000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.190000 DelPhi exited at 14:02:09 7.193u 0.197s 0:07.98 92.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 14:02: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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3373 !!! WARNING: HIT 84 has a net charge of 0.5140 !!! WARNING: TPO 1 has a net charge of -1.2740 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.469364 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): -40.64000 16.55200 ymin,ymax (A): -13.50400 49.95600 zmin,zma (A): -51.59200 13.28300 x,y,z range (A): 57.19200 63.46000 64.87500 scale (grids/A): 2.469364 object centre (A): -12.04400 18.22600 -19.15450 number of atom coordinates read : 3373 total number of charged atoms : 3230 net assigned charge : 13.24002 assigned positive charge : 504.6834 centred at (gu) : 89.29292 93.74447 96.04313 assigned negative charge : -491.4453 centred at (gu) : 89.82479 93.42049 96.87577 start vw surface at 0.1800000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 175986 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33006 grid for indexing accessible points = 1.400000 m= 80284 mr = 123093 m= 23450 mr = 62375 m= 3783 mr = 17476 m= 254 mr = 2432 m= 4 mr = 101 m= 0 mr = 0 time to grow re-entrant surface = 0.7000000 no. cavity mid-points inaccessible to solvent = 1783 time to turn everything in is 1.250000 number of dielectric boundary points 78284 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 31 iepsmp to db, and charging done at 1.380000 number of grid points assigned charge 25810 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.646243 object centre at (A) : -12.04400 18.22600 -19.15450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5320536 8.8602751E-02 midg,1,midg; midg,igrid,midg 0.3582523 0.6008452 1,midg,midg; igrid,midg,midg 0.1704184 -2.8713929E-02 gauss-seidel spectral radius is 0.9991844 estimated iterations to convergence 277 setup time was (sec) 1.530000 now iterating at: 14:02:11 rms-change max change #iterations 9.526309 319.7115 at 10iterations 5.492198 154.2190 at 20iterations 3.143742 74.96910 at 30iterations 1.788381 38.12722 at 40iterations 1.011262 23.30159 at 50iterations 0.5712922 12.40289 at 60iterations 0.3213818 6.494377 at 70iterations 0.1807380 3.891012 at 80iterations 0.1011268 1.932966 at 90iterations 5.6811079E-02 1.094038 at 100iterations 3.1824775E-02 0.6968384 at 110iterations 1.7821025E-02 0.3528681 at 120iterations 9.9464701E-03 0.2073164 at 130iterations 5.5660913E-03 0.1010542 at 140iterations 3.1073275E-03 6.2006474E-02 at 150iterations 1.7358717E-03 3.4351349E-02 at 160iterations 9.7231154E-04 2.0679474E-02 at 170iterations 5.4205698E-04 9.7484589E-03 at 180iterations finished qdiffx linear iterations at : 14:02:21 total time elapsed so far: 11.17000 # loops : 180 mean,max change (kT/e) : 5.4205698E-04 9.7484589E-03 energy calculations done at 11.17000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.35000 DelPhi exited at 14:02:22 11.350u 0.186s 0:12.77 90.2% 0+0k 0+0io 0pf+0w