Sun Oct 9 08:16: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 Sun Oct 9 2011 at 08:16: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5631 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 0.5210316 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): -22.33700 45.98900 ymin,ymax (A): 4.810000 68.06001 zmin,zma (A): -110.9840 -43.64500 x,y,z range (A): 68.32600 63.25000 67.33900 scale (grids/A): 0.5210316 object centre (A): 11.82600 36.43500 -77.31450 number of atom coordinates read : 5631 total number of charged atoms : 5463 net assigned charge : -0.4999426 assigned positive charge : 845.5505 centred at (gu) : 90.62791 90.77285 89.13914 assigned negative charge : -846.0577 centred at (gu) : 90.65218 90.74824 88.98855 start vw surface at 0.2200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 9736 nv = 96 ne = 84 npr = 113036 no. pairs analyzed = 113036 no. exposed pairs = 7268 no. arc points = 50694 no. surface atoms = 2424 nbur = 3207 mkacc time = 0.2500000 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.652000 m= 354 mr = 4966 m= 0 mr = 14 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 13 time to turn everything in is 0.5200000 number of dielectric boundary points 5110 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4937 ## 677 charges are in solution ## iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 13039 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.2085112E-10 5.5673410E-10 midg,1,midg; midg,igrid,midg -9.9143818E-11 1.3811959E-10 1,midg,midg; igrid,midg,midg 9.4055860E-11 -1.4111179E-10 gauss-seidel spectral radius is 0.9812247 estimated iterations to convergence 60 setup time was (sec) 0.7400000 now iterating at: 08:16:07 rms-change max change #iterations 8.3251506E-02 14.78054 at 10iterations 5.1211040E-03 0.8570175 at 20iterations 4.6244249E-04 8.4394455E-02 at 30iterations 1.0313121E-04 2.0023346E-02 at 40iterations 3.0350609E-05 5.4512024E-03 at 50iterations finished qdiffx linear iterations at : 08:16:09 total time elapsed so far: 3.340000 # loops : 50 mean,max change (kT/e) : 3.0350609E-05 5.4512024E-03 energy calculations done at 3.340000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.530000 DelPhi exited at 08:16:10 3.530u 0.202s 0:04.02 92.7% 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 Sun Oct 9 2011 at 08:16: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5631 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.563095 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): -22.33700 45.98900 ymin,ymax (A): 4.810000 68.06001 zmin,zma (A): -110.9840 -43.64500 x,y,z range (A): 68.32600 63.25000 67.33900 scale (grids/A): 1.563095 object centre (A): 11.82600 36.43500 -77.31450 number of atom coordinates read : 5631 total number of charged atoms : 5463 net assigned charge : -0.4999426 assigned positive charge : 845.5505 centred at (gu) : 91.88191 92.31699 87.41560 assigned negative charge : -846.0577 centred at (gu) : 91.95590 92.24458 86.96550 start vw surface at 0.2000000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 108416 reading accessible surface arcs data from file ARCDAT no. of arc points read = 50694 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 32230 mr = 73333 m= 3154 mr = 21675 m= 69 mr = 1421 m= 0 mr = 6 time to grow re-entrant surface = 0.3500000 no. cavity mid-points inaccessible to solvent = 2810 time to turn everything in is 0.7400000 number of dielectric boundary points 47434 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 562 ## 9 charges are in solution ## iepsmp to db, and charging done at 0.8800000 number of grid points assigned charge 41241 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.5210316 object centre at (A) : 11.82600 36.43500 -77.31450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.3966161E-02 1.9355899E-02 midg,1,midg; midg,igrid,midg -4.1797343E-03 -4.0653310E-04 1,midg,midg; igrid,midg,midg 1.5272507E-02 8.4115891E-03 gauss-seidel spectral radius is 0.9982771 estimated iterations to convergence 191 setup time was (sec) 1.050000 now iterating at: 08:16:11 rms-change max change #iterations 4.359331 155.2860 at 10iterations 1.859228 53.91962 at 20iterations 0.7927836 23.33175 at 30iterations 0.3383666 10.27685 at 40iterations 0.1442608 4.864747 at 50iterations 6.1643042E-02 1.832422 at 60iterations 2.6283726E-02 0.7542534 at 70iterations 1.1263203E-02 0.3284302 at 80iterations 4.8233424E-03 0.1888841 at 90iterations 2.0797709E-03 6.0878754E-02 at 100iterations 9.0190920E-04 2.6136994E-02 at 110iterations 3.9885278E-04 1.2767792E-02 at 120iterations finished qdiffx linear iterations at : 08:16:19 total time elapsed so far: 8.410000 # loops : 120 mean,max change (kT/e) : 3.9885278E-04 1.2767792E-02 energy calculations done at 8.410000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.610000 DelPhi exited at 08:16:19 8.610u 0.211s 0:09.21 95.7% 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 Sun Oct 9 2011 at 08:16:19 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 = 5631 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 2.344642 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): -22.33700 45.98900 ymin,ymax (A): 4.810000 68.06001 zmin,zma (A): -110.9840 -43.64500 x,y,z range (A): 68.32600 63.25000 67.33900 scale (grids/A): 2.344642 object centre (A): 11.82600 36.43500 -77.31450 number of atom coordinates read : 5631 total number of charged atoms : 5463 net assigned charge : -0.4999426 assigned positive charge : 845.5505 centred at (gu) : 92.82252 93.47519 86.12313 assigned negative charge : -846.0577 centred at (gu) : 92.93389 93.36673 85.44816 start vw surface at 0.2200000 fill in re-entrant regions at 0.5900000 boundary points on vw surface= 252339 reading accessible surface arcs data from file ARCDAT no. of arc points read = 50694 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 114022 mr = 180275 m= 30337 mr = 88780 m= 4605 mr = 22395 m= 272 mr = 2935 m= 3 mr = 122 m= 0 mr = 0 time to grow re-entrant surface = 1.070000 no. cavity mid-points inaccessible to solvent = 9706 time to turn everything in is 1.780000 number of dielectric boundary points 107071 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 84 iepsmp to db, and charging done at 1.920000 number of grid points assigned charge 43602 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.563095 object centre at (A) : 11.82600 36.43500 -77.31450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.5740064 0.2990527 midg,1,midg; midg,igrid,midg -2.3510566E-03 4.5265116E-02 1,midg,midg; igrid,midg,midg 0.1974004 0.3820821 gauss-seidel spectral radius is 0.9992363 estimated iterations to convergence 286 setup time was (sec) 2.070000 now iterating at: 08:16:21 rms-change max change #iterations 11.63946 318.1209 at 10iterations 6.857906 144.3212 at 20iterations 4.021603 78.31411 at 30iterations 2.346029 49.58953 at 40iterations 1.362123 25.25138 at 50iterations 0.7896402 13.99701 at 60iterations 0.4567877 7.894852 at 70iterations 0.2633599 4.815837 at 80iterations 0.1516948 2.464460 at 90iterations 8.7218620E-02 1.519062 at 100iterations 5.0161373E-02 0.8697307 at 110iterations 2.8757671E-02 0.4960687 at 120iterations 1.6547114E-02 0.2760887 at 130iterations 9.4651636E-03 0.1597853 at 140iterations 5.4239216E-03 0.1120567 at 150iterations 3.1080504E-03 5.1645517E-02 at 160iterations 1.7823252E-03 3.0906677E-02 at 170iterations 1.0221876E-03 1.7716408E-02 at 180iterations finished qdiffx linear iterations at : 08:16:32 total time elapsed so far: 13.02000 # loops : 180 mean,max change (kT/e) : 1.0221876E-03 1.7716408E-02 energy calculations done at 13.02000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.20000 DelPhi exited at 08:16:33 13.206u 0.152s 0:13.64 97.8% 0+0k 0+0io 0pf+0w