Sat Oct 8 13:13:05 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 13:13:05 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3006 !!! WARNING: GLU 646 has a net charge of -2.0000 !!! WARNING: TPO 1 has a net charge of -1.2740 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.5975159 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): -5.293000 44.21400 ymin,ymax (A): -23.46900 27.42500 zmin,zma (A): -8.170000 51.41000 x,y,z range (A): 49.50700 50.89400 59.58000 scale (grids/A): 0.5975159 object centre (A): 19.46050 1.978000 21.62000 number of atom coordinates read : 3006 total number of charged atoms : 2858 net assigned charge : 0.2260203 assigned positive charge : 446.9540 centred at (gu) : 88.73686 89.98515 90.00800 assigned negative charge : -446.7290 centred at (gu) : 88.65533 90.03758 90.24827 start vw surface at 0.1600000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 7176 nv = 96 ne = 84 npr = 61081 no. pairs analyzed = 61081 no. exposed pairs = 3823 no. arc points = 26500 no. surface atoms = 1277 nbur = 1729 mkacc time = 0.2000000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 339 mr = 3932 m= 1 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 44 time to turn everything in is 0.4400000 number of dielectric boundary points 3567 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2749 ## 281 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 9000 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.2036281E-09 -9.4609618E-09 midg,1,midg; midg,igrid,midg 2.1791811E-09 -1.8923407E-09 1,midg,midg; igrid,midg,midg -4.0964148E-09 2.4562705E-09 gauss-seidel spectral radius is 0.9855398 estimated iterations to convergence 68 setup time was (sec) 0.7500000 now iterating at: 13:13:06 rms-change max change #iterations 0.1146848 14.83244 at 10iterations 1.0167214E-02 1.628731 at 20iterations 1.6142090E-03 0.3045425 at 30iterations 6.4996042E-04 0.1340961 at 40iterations 2.9866860E-04 6.1876297E-02 at 50iterations finished qdiffx linear iterations at : 13:13:10 total time elapsed so far: 4.610000 # loops : 50 mean,max change (kT/e) : 2.9866860E-04 6.1876297E-02 energy calculations done at 4.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.840000 DelPhi exited at 13:13:11 4.841u 0.444s 0:05.65 93.4% 0+0k 0+0io 5pf+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 13:13:11 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3006 !!! WARNING: GLU 646 has a net charge of -2.0000 !!! WARNING: TPO 1 has a net charge of -1.2740 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.792548 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): -5.293000 44.21400 ymin,ymax (A): -23.46900 27.42500 zmin,zma (A): -8.170000 51.41000 x,y,z range (A): 49.50700 50.89400 59.58000 scale (grids/A): 1.792548 object centre (A): 19.46050 1.978000 21.62000 number of atom coordinates read : 3006 total number of charged atoms : 2858 net assigned charge : 0.2260203 assigned positive charge : 446.9540 centred at (gu) : 86.20985 89.95473 90.02335 assigned negative charge : -446.7290 centred at (gu) : 85.96517 90.11238 90.74459 start vw surface at 0.1600000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 78034 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26500 grid for indexing accessible points = 1.400000 m= 27435 mr = 54197 m= 3572 mr = 19922 m= 161 mr = 1986 m= 2 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 2575 time to turn everything in is 0.7900000 number of dielectric boundary points 33078 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 238 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.9200000 number of grid points assigned charge 22324 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.5975159 object centre at (A) : 19.46050 1.978000 21.62000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.7463995E-02 -2.5805024E-02 midg,1,midg; midg,igrid,midg 6.3467561E-03 2.6626801E-03 1,midg,midg; igrid,midg,midg -3.0371523E-03 3.3171023E-03 gauss-seidel spectral radius is 0.9985074 estimated iterations to convergence 205 setup time was (sec) 1.120000 now iterating at: 13:13:12 rms-change max change #iterations 4.041007 183.5031 at 10iterations 1.820167 72.16491 at 20iterations 0.8261059 26.69552 at 30iterations 0.3734984 10.94131 at 40iterations 0.1689231 5.478122 at 50iterations 7.6522425E-02 2.359962 at 60iterations 3.4846861E-02 1.171051 at 70iterations 1.5949139E-02 0.5064287 at 80iterations 7.4703828E-03 0.2943687 at 90iterations 3.7040389E-03 0.1393204 at 100iterations 2.0301659E-03 8.9216232E-02 at 110iterations 1.2721876E-03 5.1445007E-02 at 120iterations finished qdiffx linear iterations at : 13:13:22 total time elapsed so far: 10.81000 # loops : 120 mean,max change (kT/e) : 1.2721876E-03 5.1445007E-02 energy calculations done at 10.81000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.04000 DelPhi exited at 13:13:23 11.041u 0.519s 0:11.94 96.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 Sat Oct 8 2011 at 13:13:23 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3006 !!! WARNING: GLU 646 has a net charge of -2.0000 !!! WARNING: TPO 1 has a net charge of -1.2740 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.688822 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): -5.293000 44.21400 ymin,ymax (A): -23.46900 27.42500 zmin,zma (A): -8.170000 51.41000 x,y,z range (A): 49.50700 50.89400 59.58000 scale (grids/A): 2.688822 object centre (A): 19.46050 1.978000 21.62000 number of atom coordinates read : 3006 total number of charged atoms : 2858 net assigned charge : 0.2260203 assigned positive charge : 446.9540 centred at (gu) : 84.31472 89.93174 90.03471 assigned negative charge : -446.7290 centred at (gu) : 83.94764 90.16843 91.11671 start vw surface at 0.1600000 fill in re-entrant regions at 0.6500000 boundary points on vw surface= 180654 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26500 grid for indexing accessible points = 1.400000 m= 90415 mr = 131420 m= 30030 mr = 73657 m= 6122 mr = 23503 m= 685 mr = 4325 m= 22 mr = 343 m= 0 mr = 2 time to grow re-entrant surface = 1.230000 no. cavity mid-points inaccessible to solvent = 8611 time to turn everything in is 2.020000 number of dielectric boundary points 74678 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 2.180000 number of grid points assigned charge 22854 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.792548 object centre at (A) : 19.46050 1.978000 21.62000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1166797 -0.2435151 midg,1,midg; midg,igrid,midg 8.1278816E-02 6.5260403E-02 1,midg,midg; igrid,midg,midg -1.6383447E-03 -1.9471899E-02 gauss-seidel spectral radius is 0.9992318 estimated iterations to convergence 285 setup time was (sec) 2.410000 now iterating at: 13:13:26 rms-change max change #iterations 9.851177 326.6608 at 10iterations 5.738911 157.5353 at 20iterations 3.311167 76.77843 at 30iterations 1.902912 42.41201 at 40iterations 1.096252 23.85110 at 50iterations 0.6277058 12.15379 at 60iterations 0.3591806 7.103917 at 70iterations 0.2053730 4.133915 at 80iterations 0.1174097 2.218694 at 90iterations 6.6960618E-02 1.326721 at 100iterations 3.8354851E-02 0.7138824 at 110iterations 2.1959582E-02 0.4312305 at 120iterations 1.2676614E-02 0.2520704 at 130iterations 7.4102664E-03 0.1507721 at 140iterations 4.4689318E-03 9.8482132E-02 at 150iterations 2.8396405E-03 6.9286346E-02 at 160iterations 1.9365780E-03 4.6630859E-02 at 170iterations 1.4325887E-03 3.6396027E-02 at 180iterations finished qdiffx linear iterations at : 13:13:46 total time elapsed so far: 22.58000 # loops : 180 mean,max change (kT/e) : 1.4325887E-03 3.6396027E-02 energy calculations done at 22.58000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 22.80000 DelPhi exited at 13:13:47 22.808u 0.519s 0:23.62 98.6% 0+0k 0+0io 0pf+0w