Tue Oct 11 04:31:06 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 Tue Oct 11 2011 at 04:31:06 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2730 !!! WARNING: TYS 1 has a net charge of -0.3600 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.6527559 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): -11.00100 36.83200 ymin,ymax (A): -26.00200 22.39100 zmin,zma (A): -9.173000 45.36500 x,y,z range (A): 47.83300 48.39300 54.53800 scale (grids/A): 0.6527559 object centre (A): 12.91550 -1.805500 18.09600 number of atom coordinates read : 2730 total number of charged atoms : 2578 net assigned charge : 3.140011 assigned positive charge : 411.5787 centred at (gu) : 89.94483 90.31194 91.53845 assigned negative charge : -408.4393 centred at (gu) : 89.69188 90.14489 91.49739 start vw surface at 0.2100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 7680 nv = 96 ne = 84 npr = 56044 no. pairs analyzed = 56044 no. exposed pairs = 3276 no. arc points = 22798 no. surface atoms = 1110 nbur = 1620 mkacc time = 0.1700000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 430 mr = 4358 m= 3 mr = 67 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 47 time to turn everything in is 0.4200000 number of dielectric boundary points 3688 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2232 ## 242 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 9203 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.0246703E-10 1.8624503E-08 midg,1,midg; midg,igrid,midg -2.1366095E-08 3.7066840E-08 1,midg,midg; igrid,midg,midg -3.8807595E-08 4.8264095E-08 gauss-seidel spectral radius is 0.9878448 estimated iterations to convergence 74 setup time was (sec) 0.6800000 now iterating at: 04:31:07 rms-change max change #iterations 0.1625804 22.23161 at 10iterations 1.7144850E-02 2.395542 at 20iterations 1.8746315E-03 0.2676353 at 30iterations 2.2623160E-04 2.9338837E-02 at 40iterations 4.0367202E-05 5.4812431E-03 at 50iterations finished qdiffx linear iterations at : 04:31:10 total time elapsed so far: 3.810000 # loops : 50 mean,max change (kT/e) : 4.0367202E-05 5.4812431E-03 energy calculations done at 3.810000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.050000 DelPhi exited at 04:31:10 4.053u 0.168s 0:04.56 92.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 04:31:10 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2730 !!! WARNING: TYS 1 has a net charge of -0.3600 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: 1.958268 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): -11.00100 36.83200 ymin,ymax (A): -26.00200 22.39100 zmin,zma (A): -9.173000 45.36500 x,y,z range (A): 47.83300 48.39300 54.53800 scale (grids/A): 1.958268 object centre (A): 12.91550 -1.805500 18.09600 number of atom coordinates read : 2730 total number of charged atoms : 2578 net assigned charge : 3.140011 assigned positive charge : 411.5787 centred at (gu) : 89.83354 90.93494 94.61489 assigned negative charge : -408.4393 centred at (gu) : 89.07536 90.43428 94.49187 start vw surface at 0.2000000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 83355 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22798 grid for indexing accessible points = 1.400000 m= 30937 mr = 59099 m= 4740 mr = 23078 m= 268 mr = 2955 m= 1 mr = 89 m= 0 mr = 0 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 898 time to turn everything in is 0.7600000 number of dielectric boundary points 34080 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 169 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.9100000 number of grid points assigned charge 20340 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.6527559 object centre at (A) : 12.91550 -1.805500 18.09600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.8485075E-02 8.7609179E-03 midg,1,midg; midg,igrid,midg -1.1481295E-02 2.9101606E-02 1,midg,midg; igrid,midg,midg -1.2753240E-02 6.3053817E-02 gauss-seidel spectral radius is 0.9987155 estimated iterations to convergence 221 setup time was (sec) 1.110000 now iterating at: 04:31:12 rms-change max change #iterations 4.612162 191.4642 at 10iterations 2.213045 79.98477 at 20iterations 1.060794 33.77115 at 30iterations 0.5085565 15.49181 at 40iterations 0.2449928 6.848965 at 50iterations 0.1174313 3.207176 at 60iterations 5.6310773E-02 1.926821 at 70iterations 2.7096532E-02 0.8115129 at 80iterations 1.2973952E-02 0.4221287 at 90iterations 6.2334575E-03 0.1843061 at 100iterations 2.9983837E-03 8.8658333E-02 at 110iterations 1.4462589E-03 4.5562744E-02 at 120iterations finished qdiffx linear iterations at : 04:31:19 total time elapsed so far: 8.800000 # loops : 120 mean,max change (kT/e) : 1.4462589E-03 4.5562744E-02 energy calculations done at 8.800000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.020000 DelPhi exited at 04:31:20 9.027u 0.184s 0:09.62 95.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:31:20 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2730 !!! WARNING: TYS 1 has a net charge of -0.3600 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: 2.937401 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): -11.00100 36.83200 ymin,ymax (A): -26.00200 22.39100 zmin,zma (A): -9.173000 45.36500 x,y,z range (A): 47.83300 48.39300 54.53800 scale (grids/A): 2.937401 object centre (A): 12.91550 -1.805500 18.09600 number of atom coordinates read : 2730 total number of charged atoms : 2578 net assigned charge : 3.140011 assigned positive charge : 411.5787 centred at (gu) : 89.75014 91.40234 96.92210 assigned negative charge : -408.4393 centred at (gu) : 88.61303 90.65135 96.73771 start vw surface at 0.1900000 fill in re-entrant regions at 0.6400000 boundary points on vw surface= 192708 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22798 grid for indexing accessible points = 1.400000 m= 99849 mr = 142864 m= 36167 mr = 82491 m= 8609 mr = 29273 m= 1193 mr = 6382 m= 62 mr = 768 m= 1 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 1.140000 no. cavity mid-points inaccessible to solvent = 2912 time to turn everything in is 1.920000 number of dielectric boundary points 76791 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.080000 number of grid points assigned charge 20615 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.958268 object centre at (A) : 12.91550 -1.805500 18.09600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4444435 0.3545749 midg,1,midg; midg,igrid,midg -0.1328285 0.3326221 1,midg,midg; igrid,midg,midg -6.1630115E-02 0.5592585 gauss-seidel spectral radius is 0.9992775 estimated iterations to convergence 294 setup time was (sec) 2.270000 now iterating at: 04:31:22 rms-change max change #iterations 10.67415 528.9998 at 10iterations 6.264312 139.4849 at 20iterations 3.672521 83.12510 at 30iterations 2.146314 44.80777 at 40iterations 1.256082 26.03713 at 50iterations 0.7309672 12.91065 at 60iterations 0.4257678 8.486212 at 70iterations 0.2473028 4.476856 at 80iterations 0.1439721 2.558376 at 90iterations 8.3548218E-02 1.616118 at 100iterations 4.8472598E-02 0.8541679 at 110iterations 2.8206812E-02 0.4799519 at 120iterations 1.6389430E-02 0.2885447 at 130iterations 9.5315650E-03 0.1696568 at 140iterations 5.5517470E-03 9.8894119E-02 at 150iterations 3.2554315E-03 5.6632996E-02 at 160iterations 1.9214608E-03 3.6869049E-02 at 170iterations 1.1471979E-03 1.9411087E-02 at 180iterations finished qdiffx linear iterations at : 04:31:35 total time elapsed so far: 14.32000 # loops : 180 mean,max change (kT/e) : 1.1471979E-03 1.9411087E-02 energy calculations done at 14.32000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.58000 DelPhi exited at 04:31:35 14.577u 0.223s 0:15.37 96.2% 0+0k 0+0io 0pf+0w