Sat Oct 8 21:14: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 21:14: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 = 2594 !!! 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: ZN4 492 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.6291976 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): -31.62100 17.49900 ymin,ymax (A): -23.63100 22.66200 zmin,zma (A): -12.44700 44.13300 x,y,z range (A): 49.12000 46.29300 56.58000 scale (grids/A): 0.6291976 object centre (A): -7.061000 -0.4845009 15.84300 number of atom coordinates read : 2594 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 88.50396 89.32582 89.90462 assigned negative charge : -387.4045 centred at (gu) : 88.41224 89.37052 89.78419 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6645 nv = 96 ne = 84 npr = 55403 no. pairs analyzed = 55403 no. exposed pairs = 2970 no. arc points = 21236 no. surface atoms = 1001 nbur = 1593 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 307 mr = 3710 m= 4 mr = 45 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 134 time to turn everything in is 0.3200000 number of dielectric boundary points 3201 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2101 ## 205 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 8221 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.2774603E-09 1.4290385E-08 midg,1,midg; midg,igrid,midg 9.4779962E-09 4.5697865E-10 1,midg,midg; igrid,midg,midg -5.1560178E-09 8.8219148E-09 gauss-seidel spectral radius is 0.9869080 estimated iterations to convergence 71 setup time was (sec) 0.5600000 now iterating at: 21:14:56 rms-change max change #iterations 0.1340976 20.52723 at 10iterations 1.2853542E-02 2.053841 at 20iterations 1.2444259E-03 0.1844358 at 30iterations 1.1737071E-04 1.6698837E-02 at 40iterations 1.1334667E-05 1.5811920E-03 at 50iterations finished qdiffx linear iterations at : 21:14:58 total time elapsed so far: 3.170000 # loops : 50 mean,max change (kT/e) : 1.1334667E-05 1.5811920E-03 energy calculations done at 3.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.350000 DelPhi exited at 21:14:59 3.352u 0.185s 0:03.93 89.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 Sat Oct 8 2011 at 21:14: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2594 !!! 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: ZN4 492 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.887593 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): -31.62100 17.49900 ymin,ymax (A): -23.63100 22.66200 zmin,zma (A): -12.44700 44.13300 x,y,z range (A): 49.12000 46.29300 56.58000 scale (grids/A): 1.887593 object centre (A): -7.061000 -0.4845009 15.84300 number of atom coordinates read : 2594 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 85.51154 87.97707 89.71355 assigned negative charge : -387.4045 centred at (gu) : 85.23658 88.11145 89.35243 start vw surface at 0.1500000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 72334 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21236 grid for indexing accessible points = 1.400000 m= 24965 mr = 50926 m= 3474 mr = 18426 m= 168 mr = 2114 m= 1 mr = 40 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 5347 time to turn everything in is 0.5300000 number of dielectric boundary points 29436 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 143 iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 19290 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.6291976 object centre at (A) : -7.061000 -0.4845009 15.84300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.1460898E-02 3.3423394E-02 midg,1,midg; midg,igrid,midg 1.4373607E-02 2.6608978E-03 1,midg,midg; igrid,midg,midg -4.0405076E-03 3.2088127E-02 gauss-seidel spectral radius is 0.9986022 estimated iterations to convergence 212 setup time was (sec) 0.8200000 now iterating at: 21:15:00 rms-change max change #iterations 4.111225 154.9031 at 10iterations 1.911541 62.67862 at 20iterations 0.8852227 27.89009 at 30iterations 0.4115133 14.28736 at 40iterations 0.1912700 5.965847 at 50iterations 8.8858508E-02 2.867043 at 60iterations 4.1172847E-02 1.310318 at 70iterations 1.9196387E-02 0.6434383 at 80iterations 8.8966284E-03 0.2852249 at 90iterations 4.1244114E-03 0.1304092 at 100iterations 1.9215113E-03 6.6543579E-02 at 110iterations 8.9327106E-04 2.8489113E-02 at 120iterations finished qdiffx linear iterations at : 21:15:06 total time elapsed so far: 7.350000 # loops : 120 mean,max change (kT/e) : 8.9327106E-04 2.8489113E-02 energy calculations done at 7.350000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.520000 DelPhi exited at 21:15:07 7.524u 0.208s 0:08.02 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 21:15:07 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 = 2594 !!! 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: ZN4 492 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.831389 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): -31.62100 17.49900 ymin,ymax (A): -23.63100 22.66200 zmin,zma (A): -12.44700 44.13300 x,y,z range (A): 49.12000 46.29300 56.58000 scale (grids/A): 2.831389 object centre (A): -7.061000 -0.4845009 15.84300 number of atom coordinates read : 2594 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 83.26711 86.96542 89.57004 assigned negative charge : -387.4045 centred at (gu) : 82.85487 87.16727 89.02861 start vw surface at 0.1600000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 167470 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21236 grid for indexing accessible points = 1.400000 m= 83210 mr = 123056 m= 27870 mr = 68787 m= 6105 mr = 22193 m= 763 mr = 4543 m= 44 mr = 470 m= 0 mr = 19 time to grow re-entrant surface = 0.7100000 no. cavity mid-points inaccessible to solvent = 17839 time to turn everything in is 1.300000 number of dielectric boundary points 66394 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.430000 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.887593 object centre at (A) : -7.061000 -0.4845009 15.84300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1661609 0.4881079 midg,1,midg; midg,igrid,midg 0.1668829 2.8368449E-02 1,midg,midg; igrid,midg,midg -1.1464518E-02 0.4262189 gauss-seidel spectral radius is 0.9992417 estimated iterations to convergence 287 setup time was (sec) 1.610000 now iterating at: 21:15:09 rms-change max change #iterations 9.622371 377.3257 at 10iterations 5.538685 129.6306 at 20iterations 3.170645 65.49931 at 30iterations 1.810327 32.85445 at 40iterations 1.036321 19.49084 at 50iterations 0.5909203 11.63735 at 60iterations 0.3371045 5.956955 at 70iterations 0.1931426 3.734558 at 80iterations 0.1097918 2.015811 at 90iterations 6.2603064E-02 1.163167 at 100iterations 3.5829958E-02 0.8504219 at 110iterations 2.0403618E-02 0.3807220 at 120iterations 1.1645552E-02 0.2308655 at 130iterations 6.6443416E-03 0.1275425 at 140iterations 3.7835608E-03 7.6201439E-02 at 150iterations 2.1563496E-03 3.6612988E-02 at 160iterations 1.2312939E-03 2.2957325E-02 at 170iterations 7.0383673E-04 1.4406204E-02 at 180iterations finished qdiffx linear iterations at : 21:15:19 total time elapsed so far: 12.02000 # loops : 180 mean,max change (kT/e) : 7.0383673E-04 1.4406204E-02 energy calculations done at 12.02000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.24000 DelPhi exited at 21:15:20 12.240u 0.225s 0:12.84 97.0% 0+0k 0+0io 0pf+0w