Tue Oct 11 08:41:33 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 08:41:33 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: 317 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3219 !!! WARNING: HIR 51 has a net charge of 0.5140 !!! WARNING: UMP 529 has a net charge of -0.1000 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.5882645 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): 0.8189999 49.12500 ymin,ymax (A): -7.879000 49.42500 zmin,zma (A): 0.8010000 61.31800 x,y,z range (A): 48.30600 57.30400 60.51700 scale (grids/A): 0.5882645 object centre (A): 24.97200 20.77300 31.05950 number of atom coordinates read : 3219 total number of charged atoms : 3048 net assigned charge : -8.5990608E-02 assigned positive charge : 480.8769 centred at (gu) : 89.50175 89.26845 90.75264 assigned negative charge : -480.9640 centred at (gu) : 89.38232 89.22796 90.67242 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 7293 nv = 96 ne = 84 npr = 66040 no. pairs analyzed = 66040 no. exposed pairs = 3845 no. arc points = 25674 no. surface atoms = 1304 nbur = 1915 mkacc time = 0.1700000 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= 334 mr = 4184 m= 0 mr = 27 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 45 time to turn everything in is 0.3600000 number of dielectric boundary points 3416 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2679 ## 262 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 9271 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.1261810E-09 2.9472538E-09 midg,1,midg; midg,igrid,midg -1.5212357E-09 1.0488168E-09 1,midg,midg; igrid,midg,midg -4.2610617E-09 3.2567220E-09 gauss-seidel spectral radius is 0.9850959 estimated iterations to convergence 67 setup time was (sec) 0.6700000 now iterating at: 08:41:34 rms-change max change #iterations 0.1106245 15.55738 at 10iterations 9.7758109E-03 1.327184 at 20iterations 1.3753206E-03 0.2244339 at 30iterations 4.1331002E-04 7.4617386E-02 at 40iterations 1.4210687E-04 2.5890350E-02 at 50iterations finished qdiffx linear iterations at : 08:41:38 total time elapsed so far: 4.750000 # loops : 50 mean,max change (kT/e) : 1.4210687E-04 2.5890350E-02 energy calculations done at 4.750000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.910000 DelPhi exited at 08:41:38 4.911u 0.414s 0:05.67 93.8% 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 08:41:39 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: 317 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3219 !!! WARNING: HIR 51 has a net charge of 0.5140 !!! WARNING: UMP 529 has a net charge of -0.1000 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.764793 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): 0.8189999 49.12500 ymin,ymax (A): -7.879000 49.42500 zmin,zma (A): 0.8010000 61.31800 x,y,z range (A): 48.30600 57.30400 60.51700 scale (grids/A): 1.764793 object centre (A): 24.97200 20.77300 31.05950 number of atom coordinates read : 3219 total number of charged atoms : 3048 net assigned charge : -8.5990608E-02 assigned positive charge : 480.8769 centred at (gu) : 88.50461 87.80450 92.25731 assigned negative charge : -480.9640 centred at (gu) : 88.14656 87.68352 92.01694 start vw surface at 0.1400000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 80230 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25674 grid for indexing accessible points = 1.400000 m= 29259 mr = 57287 m= 4017 mr = 22254 m= 156 mr = 2548 m= 1 mr = 24 m= 0 mr = 0 time to grow re-entrant surface = 0.3500000 no. cavity mid-points inaccessible to solvent = 3819 time to turn everything in is 0.6700000 number of dielectric boundary points 31550 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 201 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 23727 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.5882645 object centre at (A) : 24.97200 20.77300 31.05950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.7771546E-02 4.4338261E-03 midg,1,midg; midg,igrid,midg -1.5129909E-02 7.1681030E-03 1,midg,midg; igrid,midg,midg -1.0826690E-02 1.3908199E-02 gauss-seidel spectral radius is 0.9984744 estimated iterations to convergence 203 setup time was (sec) 1.030000 now iterating at: 08:41:40 rms-change max change #iterations 4.124540 174.3319 at 10iterations 1.851107 70.03320 at 20iterations 0.8321593 25.48400 at 30iterations 0.3740116 13.11536 at 40iterations 0.1687148 5.337264 at 50iterations 7.5965539E-02 2.680092 at 60iterations 3.4283143E-02 1.177490 at 70iterations 1.5548152E-02 0.4683056 at 80iterations 7.1415957E-03 0.2282410 at 90iterations 3.3506057E-03 0.1218357 at 100iterations 1.6598342E-03 5.8097839E-02 at 110iterations 8.8985846E-04 3.3424377E-02 at 120iterations finished qdiffx linear iterations at : 08:41:51 total time elapsed so far: 12.15000 # loops : 120 mean,max change (kT/e) : 8.8985846E-04 3.3424377E-02 energy calculations done at 12.15000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.32000 DelPhi exited at 08:41:52 12.324u 0.478s 0:13.28 96.3% 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 08:41:52 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: 317 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3219 !!! WARNING: HIR 51 has a net charge of 0.5140 !!! WARNING: UMP 529 has a net charge of -0.1000 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.647190 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): 0.8189999 49.12500 ymin,ymax (A): -7.879000 49.42500 zmin,zma (A): 0.8010000 61.31800 x,y,z range (A): 48.30600 57.30400 60.51700 scale (grids/A): 2.647190 object centre (A): 24.97200 20.77300 31.05950 number of atom coordinates read : 3219 total number of charged atoms : 3048 net assigned charge : -8.5990608E-02 assigned positive charge : 480.8769 centred at (gu) : 87.75664 86.70660 93.38585 assigned negative charge : -480.9640 centred at (gu) : 87.21974 86.52517 93.02529 start vw surface at 0.1300000 fill in re-entrant regions at 0.5400000 boundary points on vw surface= 185846 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25674 grid for indexing accessible points = 1.400000 m= 96155 mr = 138653 m= 33471 mr = 80052 m= 7042 mr = 27455 m= 634 mr = 5409 m= 14 mr = 405 m= 0 mr = 1 time to grow re-entrant surface = 1.080000 no. cavity mid-points inaccessible to solvent = 12744 time to turn everything in is 1.750000 number of dielectric boundary points 71187 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.920000 number of grid points assigned charge 24378 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.764793 object centre at (A) : 24.97200 20.77300 31.05950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4308537 -0.2471588 midg,1,midg; midg,igrid,midg -0.3112660 7.8722879E-02 1,midg,midg; igrid,midg,midg -0.1247985 0.1520297 gauss-seidel spectral radius is 0.9992211 estimated iterations to convergence 283 setup time was (sec) 2.160000 now iterating at: 08:41:55 rms-change max change #iterations 10.03593 264.0190 at 10iterations 5.787726 135.3253 at 20iterations 3.323410 90.53485 at 30iterations 1.896849 39.93676 at 40iterations 1.083468 20.71341 at 50iterations 0.6173068 12.45501 at 60iterations 0.3521903 6.876738 at 70iterations 0.2003630 3.598038 at 80iterations 0.1138244 2.129049 at 90iterations 6.4496674E-02 1.179411 at 100iterations 3.6713563E-02 0.6882248 at 110iterations 2.0893034E-02 0.3842521 at 120iterations 1.1919581E-02 0.2148037 at 130iterations 6.8256729E-03 0.1166077 at 140iterations 3.9502350E-03 7.2883606E-02 at 150iterations 2.3332196E-03 4.3403625E-02 at 160iterations 1.4242786E-03 3.2876968E-02 at 170iterations 9.1323693E-04 1.9636154E-02 at 180iterations finished qdiffx linear iterations at : 08:42:12 total time elapsed so far: 19.47000 # loops : 180 mean,max change (kT/e) : 9.1323693E-04 1.9636154E-02 energy calculations done at 19.47000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.65000 DelPhi exited at 08:42:12 19.653u 0.510s 0:20.48 98.4% 0+0k 0+0io 0pf+0w