Tue Oct 11 03:16:24 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 03:16:24 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: 393 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5407 !!! WARNING: HIR 53 has a net charge of 0.5140 !!! WARNING: HIQ 351 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1600000 grid size : 179 scale,in grids/A, set to be: 0.3427460 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): -25.01600 54.67900 ymin,ymax (A): -21.84600 73.04600 zmin,zma (A): -18.31400 85.55300 x,y,z range (A): 79.69500 94.89200 103.8670 scale (grids/A): 0.3427460 object centre (A): 14.83150 25.60000 33.61950 number of atom coordinates read : 5407 total number of charged atoms : 5002 net assigned charge : 1.528015 assigned positive charge : 797.4186 centred at (gu) : 90.83992 85.76907 96.44298 assigned negative charge : -795.8973 centred at (gu) : 90.83463 85.77567 96.43990 start vw surface at 0.2500000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 3490 nv = 96 ne = 84 npr = 106779 no. pairs analyzed = 106779 no. exposed pairs = 6853 no. arc points = 48610 no. surface atoms = 2311 nbur = 3096 mkacc time = 0.2200000 writing accessible surface arcs data to file ARCDAT initial cube size too small, in assigning accessible points to a grid therefore rescaling... initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 2.504320 m= 72 mr = 1501 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5100000 number of dielectric boundary points 2061 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2628 ## 828 charges are in solution ## iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 4626 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.5197785E-18 5.5912611E-15 midg,1,midg; midg,igrid,midg 3.3778272E-15 -2.1805442E-17 1,midg,midg; igrid,midg,midg -3.1009936E-17 7.8786605E-16 gauss-seidel spectral radius is 0.9570991 estimated iterations to convergence 41 setup time was (sec) 0.7600000 now iterating at: 03:16:25 rms-change max change #iterations 8.5444944E-03 2.488714 at 10iterations 3.2618319E-04 9.6934319E-02 at 20iterations 5.5528173E-05 1.9298553E-02 at 30iterations 1.0102719E-05 3.7593842E-03 at 40iterations 1.8543010E-06 7.1525574E-04 at 50iterations finished qdiffx linear iterations at : 03:16:28 total time elapsed so far: 3.710000 # loops : 50 mean,max change (kT/e) : 1.8543010E-06 7.1525574E-04 energy calculations done at 3.710000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.870000 DelPhi exited at 03:16:29 3.872u 0.215s 0:04.73 86.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 Tue Oct 11 2011 at 03:16:29 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: 393 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5407 !!! WARNING: HIR 53 has a net charge of 0.5140 !!! WARNING: HIQ 351 has a net charge of 0.5140 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.028238 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): -25.01600 54.67900 ymin,ymax (A): -21.84600 73.04600 zmin,zma (A): -18.31400 85.55300 x,y,z range (A): 79.69500 94.89200 103.8670 scale (grids/A): 1.028238 object centre (A): 14.83150 25.60000 33.61950 number of atom coordinates read : 5407 total number of charged atoms : 5002 net assigned charge : 1.528015 assigned positive charge : 797.4186 centred at (gu) : 92.51788 77.30542 109.3272 assigned negative charge : -795.8973 centred at (gu) : 92.50356 77.32657 109.3189 start vw surface at 0.2200000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 43442 reading accessible surface arcs data from file ARCDAT no. of arc points read = 48610 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 2.268000 m= 6398 mr = 27123 m= 130 mr = 3035 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 1384 time to turn everything in is 0.4400000 number of dielectric boundary points 19813 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1164 ## 74 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 30025 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.3427460 object centre at (A) : 14.83150 25.60000 33.61950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.9980913E-05 -9.3567767E-04 midg,1,midg; midg,igrid,midg 1.0293267E-03 3.4133751E-05 1,midg,midg; igrid,midg,midg -5.8923859E-05 2.2586875E-04 gauss-seidel spectral radius is 0.9953664 estimated iterations to convergence 118 setup time was (sec) 0.7200000 now iterating at: 03:16:30 rms-change max change #iterations 1.358837 91.31377 at 10iterations 0.3360522 19.21425 at 20iterations 8.3605953E-02 4.749737 at 30iterations 2.0943806E-02 1.192627 at 40iterations 5.2307183E-03 0.2962189 at 50iterations 1.3810467E-03 7.7483177E-02 at 60iterations 4.3334436E-04 2.6294887E-02 at 70iterations 1.7953185E-04 1.0593414E-02 at 80iterations 8.9590321E-05 5.6800842E-03 at 90iterations 4.8198337E-05 3.1404495E-03 at 100iterations 2.6246902E-05 1.7309189E-03 at 110iterations 1.4340131E-05 9.5748901E-04 at 120iterations finished qdiffx linear iterations at : 03:16:36 total time elapsed so far: 7.280000 # loops : 120 mean,max change (kT/e) : 1.4340131E-05 9.5748901E-04 energy calculations done at 7.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.460000 DelPhi exited at 03:16:37 7.466u 0.244s 0:08.20 93.9% 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 03:16:37 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: 393 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5407 !!! WARNING: HIR 53 has a net charge of 0.5140 !!! WARNING: HIQ 351 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1700000 grid size : 179 scale,in grids/A, set to be: 1.542357 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): -25.01600 54.67900 ymin,ymax (A): -21.84600 73.04600 zmin,zma (A): -18.31400 85.55300 x,y,z range (A): 79.69500 94.89200 103.8670 scale (grids/A): 1.542357 object centre (A): 14.83150 25.60000 33.61950 number of atom coordinates read : 5407 total number of charged atoms : 5002 net assigned charge : 1.528015 assigned positive charge : 797.4186 centred at (gu) : 93.77602 70.95772 118.9904 assigned negative charge : -795.8973 centred at (gu) : 93.75519 70.98965 118.9782 start vw surface at 0.2700000 fill in re-entrant regions at 0.3900000 boundary points on vw surface= 103515 reading accessible surface arcs data from file ARCDAT no. of arc points read = 48610 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 2.240000 m= 29021 mr = 69484 m= 2431 mr = 19686 m= 52 mr = 981 m= 0 mr = 0 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 4664 time to turn everything in is 0.9000000 number of dielectric boundary points 44868 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 463 ## 2 charges are in solution ## iepsmp to db, and charging done at 1.020000 number of grid points assigned charge 37758 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.028238 object centre at (A) : 14.83150 25.60000 33.61950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.5372434E-03 -0.1814232 midg,1,midg; midg,igrid,midg 5.0005738E-02 1.5869531E-03 1,midg,midg; igrid,midg,midg -2.4666497E-03 9.2967786E-03 gauss-seidel spectral radius is 0.9980246 estimated iterations to convergence 179 setup time was (sec) 1.210000 now iterating at: 03:16:38 rms-change max change #iterations 4.718237 200.2640 at 10iterations 1.959107 81.96732 at 20iterations 0.8054284 31.46765 at 30iterations 0.3297900 11.94509 at 40iterations 0.1346776 4.256106 at 50iterations 5.4812726E-02 2.106186 at 60iterations 2.2287922E-02 0.8529329 at 70iterations 9.0782233E-03 0.2829020 at 80iterations 3.6983648E-03 0.1231613 at 90iterations 1.5138075E-03 4.4406891E-02 at 100iterations 6.3026935E-04 1.9304276E-02 at 110iterations 2.7196700E-04 9.4604492E-03 at 120iterations 1.2567507E-04 5.3701401E-03 at 130iterations 6.4989341E-05 2.8257370E-03 at 140iterations 3.7534905E-05 1.7375946E-03 at 150iterations 2.3362913E-05 1.1081696E-03 at 160iterations 1.5139257E-05 7.2574615E-04 at 170iterations 9.9740428E-06 4.7588348E-04 at 180iterations finished qdiffx linear iterations at : 03:16:49 total time elapsed so far: 11.64000 # loops : 180 mean,max change (kT/e) : 9.9740428E-06 4.7588348E-04 energy calculations done at 11.64000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.81000 DelPhi exited at 03:16:49 11.815u 0.268s 0:12.42 97.1% 0+0k 0+0io 0pf+0w