Mon Oct 10 09:44:57 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 Mon Oct 10 2011 at 09:44: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2888 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.5631486 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): 111.3700 174.5860 ymin,ymax (A): -44.13800 7.668000 zmin,zma (A): 48.63200 102.5880 x,y,z range (A): 63.21600 51.80600 53.95601 scale (grids/A): 0.5631486 object centre (A): 142.9780 -18.23500 75.61000 number of atom coordinates read : 2888 total number of charged atoms : 2738 net assigned charge : 6.000016 assigned positive charge : 422.6239 centred at (gu) : 89.48798 88.47549 88.87653 assigned negative charge : -416.6243 centred at (gu) : 89.51996 88.52382 88.74289 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6156 nv = 96 ne = 84 npr = 56002 no. pairs analyzed = 56002 no. exposed pairs = 4283 no. arc points = 30732 no. surface atoms = 1430 nbur = 1458 mkacc time = 0.1900000 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.512000 m= 303 mr = 2721 m= 0 mr = 18 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 3720 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3008 ## 348 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 7817 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.1298148E-09 1.7137285E-09 midg,1,midg; midg,igrid,midg 1.8445064E-09 1.2036083E-10 1,midg,midg; igrid,midg,midg 1.2326151E-09 3.1468106E-10 gauss-seidel spectral radius is 0.9837419 estimated iterations to convergence 64 setup time was (sec) 0.7100000 now iterating at: 09:44:58 rms-change max change #iterations 8.6053468E-02 16.23931 at 10iterations 6.0366434E-03 1.022248 at 20iterations 4.3912538E-04 7.7734947E-02 at 30iterations 3.3431214E-05 5.1681995E-03 at 40iterations 3.3600768E-06 4.5776367E-04 at 50iterations finished qdiffx linear iterations at : 09:45:01 total time elapsed so far: 4.320000 # loops : 50 mean,max change (kT/e) : 3.3600768E-06 4.5776367E-04 energy calculations done at 4.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.530000 DelPhi exited at 09:45:02 4.532u 0.434s 0:05.30 93.5% 0+0k 0+0io 6pf+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 09:45:02 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2888 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.689446 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): 111.3700 174.5860 ymin,ymax (A): -44.13800 7.668000 zmin,zma (A): 48.63200 102.5880 x,y,z range (A): 63.21600 51.80600 53.95601 scale (grids/A): 1.689446 object centre (A): 142.9780 -18.23500 75.61000 number of atom coordinates read : 2888 total number of charged atoms : 2738 net assigned charge : 6.000016 assigned positive charge : 422.6239 centred at (gu) : 88.46335 85.42562 86.62930 assigned negative charge : -416.6243 centred at (gu) : 88.55957 85.57111 86.22814 start vw surface at 0.1800000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 66317 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30732 grid for indexing accessible points = 1.400000 m= 20983 mr = 41034 m= 2828 mr = 13294 m= 130 mr = 1378 m= 1 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 33 time to turn everything in is 0.7100000 number of dielectric boundary points 34542 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 265 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.8500000 number of grid points assigned charge 21149 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.5631486 object centre at (A) : 142.9780 -18.23500 75.61000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.5263432E-03 2.0085827E-02 midg,1,midg; midg,igrid,midg 1.6378392E-02 4.8123500E-03 1,midg,midg; igrid,midg,midg 2.3694463E-02 8.4064305E-03 gauss-seidel spectral radius is 0.9983220 estimated iterations to convergence 194 setup time was (sec) 1.040000 now iterating at: 09:45:03 rms-change max change #iterations 3.493319 150.5753 at 10iterations 1.496828 62.81675 at 20iterations 0.6469424 22.65239 at 30iterations 0.2787793 9.773624 at 40iterations 0.1201088 4.134056 at 50iterations 5.1438097E-02 2.040205 at 60iterations 2.2248279E-02 0.7594886 at 70iterations 9.5875524E-03 0.3437405 at 80iterations 4.1414886E-03 0.1512661 at 90iterations 1.7802347E-03 6.7542076E-02 at 100iterations 7.6580554E-04 2.9397964E-02 at 110iterations 3.2988482E-04 1.2882233E-02 at 120iterations finished qdiffx linear iterations at : 09:45:13 total time elapsed so far: 10.19000 # loops : 120 mean,max change (kT/e) : 3.2988482E-04 1.2882233E-02 energy calculations done at 10.19000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.41000 DelPhi exited at 09:45:13 10.410u 0.447s 0:11.12 97.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 Mon Oct 10 2011 at 09:45: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2888 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.534168 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): 111.3700 174.5860 ymin,ymax (A): -44.13800 7.668000 zmin,zma (A): 48.63200 102.5880 x,y,z range (A): 63.21600 51.80600 53.95601 scale (grids/A): 2.534168 object centre (A): 142.9780 -18.23500 75.61000 number of atom coordinates read : 2888 total number of charged atoms : 2738 net assigned charge : 6.000016 assigned positive charge : 422.6239 centred at (gu) : 87.69500 83.13833 84.94380 assigned negative charge : -416.6243 centred at (gu) : 87.83923 83.35661 84.34208 start vw surface at 0.1700000 fill in re-entrant regions at 0.5600000 boundary points on vw surface= 153396 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30732 grid for indexing accessible points = 1.400000 m= 68768 mr = 101103 m= 22320 mr = 51356 m= 4447 mr = 16028 m= 420 mr = 2798 m= 10 mr = 195 m= 0 mr = 0 time to grow re-entrant surface = 1.040000 no. cavity mid-points inaccessible to solvent = 113 time to turn everything in is 1.720000 number of dielectric boundary points 77881 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.880000 number of grid points assigned charge 21891 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.689446 object centre at (A) : 142.9780 -18.23500 75.61000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.3984055E-02 0.2554063 midg,1,midg; midg,igrid,midg 0.2498316 0.1061732 1,midg,midg; igrid,midg,midg 0.3432652 9.7022839E-02 gauss-seidel spectral radius is 0.9991970 estimated iterations to convergence 279 setup time was (sec) 2.080000 now iterating at: 09:45:16 rms-change max change #iterations 9.100241 357.8959 at 10iterations 5.312358 163.2439 at 20iterations 3.059929 76.04770 at 30iterations 1.753787 43.34535 at 40iterations 1.000512 30.85441 at 50iterations 0.5687472 13.02539 at 60iterations 0.3216729 8.121521 at 70iterations 0.1819638 4.064013 at 80iterations 0.1027771 2.235145 at 90iterations 5.7875928E-02 1.291813 at 100iterations 3.2569278E-02 0.6171851 at 110iterations 1.8312667E-02 0.3650150 at 120iterations 1.0277896E-02 0.2217903 at 130iterations 5.7881773E-03 0.1227779 at 140iterations 3.2531503E-03 7.9484940E-02 at 150iterations 1.8244778E-03 3.7044525E-02 at 160iterations 1.0241180E-03 2.1013260E-02 at 170iterations 5.7526422E-04 1.3180256E-02 at 180iterations finished qdiffx linear iterations at : 09:45:31 total time elapsed so far: 16.99000 # loops : 180 mean,max change (kT/e) : 5.7526422E-04 1.3180256E-02 energy calculations done at 16.99000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.20000 DelPhi exited at 09:45:31 17.206u 0.483s 0:18.06 97.8% 0+0k 0+0io 0pf+0w