Tue Oct 11 04:24:48 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 04:24:48 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: 352 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2768 !!! WARNING: HIR 71 has a net charge of 0.5140 !!! 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= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6598092 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): -14.50200 33.53600 ymin,ymax (A): 6.796000 55.05400 zmin,zma (A): 25.47100 79.42599 x,y,z range (A): 48.03800 48.25800 53.95499 scale (grids/A): 0.6598092 object centre (A): 9.517000 30.92500 52.44850 number of atom coordinates read : 2768 total number of charged atoms : 2616 net assigned charge : 3.154009 assigned positive charge : 422.6077 centred at (gu) : 89.92768 90.36343 88.53148 assigned negative charge : -419.4543 centred at (gu) : 90.22654 90.17763 88.53886 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 8044 nv = 96 ne = 84 npr = 57163 no. pairs analyzed = 57163 no. exposed pairs = 3383 no. arc points = 23480 no. surface atoms = 1138 nbur = 1630 mkacc time = 0.1000000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 461 mr = 4560 m= 3 mr = 61 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 12 time to turn everything in is 0.2100000 number of dielectric boundary points 3887 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2301 ## 220 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 9544 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.2733786E-08 4.7250039E-09 midg,1,midg; midg,igrid,midg -2.9948062E-08 5.0268468E-08 1,midg,midg; igrid,midg,midg 7.0436620E-08 -5.6779303E-08 gauss-seidel spectral radius is 0.9881063 estimated iterations to convergence 75 setup time was (sec) 0.4100000 now iterating at: 04:24:48 rms-change max change #iterations 0.1787741 23.71671 at 10iterations 1.9661982E-02 2.853325 at 20iterations 2.2025297E-03 0.3662148 at 30iterations 3.0810558E-04 3.9710999E-02 at 40iterations 6.8351670E-05 7.8849792E-03 at 50iterations finished qdiffx linear iterations at : 04:24:51 total time elapsed so far: 3.330000 # loops : 50 mean,max change (kT/e) : 6.8351670E-05 7.8849792E-03 energy calculations done at 3.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.460000 DelPhi exited at 04:24:52 3.464u 0.179s 0:03.95 91.8% 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:24:52 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: 352 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2768 !!! WARNING: HIR 71 has a net charge of 0.5140 !!! 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= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.979427 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): -14.50200 33.53600 ymin,ymax (A): 6.796000 55.05400 zmin,zma (A): 25.47100 79.42599 x,y,z range (A): 48.03800 48.25800 53.95499 scale (grids/A): 1.979427 object centre (A): 9.517000 30.92500 52.44850 number of atom coordinates read : 2768 total number of charged atoms : 2616 net assigned charge : 3.154009 assigned positive charge : 422.6077 centred at (gu) : 89.78266 91.08990 85.59418 assigned negative charge : -419.4543 centred at (gu) : 90.67918 90.53242 85.61623 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 86644 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23480 grid for indexing accessible points = 1.400000 m= 32263 mr = 61286 m= 5313 mr = 24088 m= 340 mr = 3315 m= 6 mr = 130 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 627 time to turn everything in is 0.4300000 number of dielectric boundary points 35747 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 115 iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 20644 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.6598092 object centre at (A) : 9.517000 30.92500 52.44850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.8746437E-03 -2.0876046E-02 midg,1,midg; midg,igrid,midg -1.5429966E-02 4.3080021E-02 1,midg,midg; igrid,midg,midg 7.7196978E-02 -1.5178684E-02 gauss-seidel spectral radius is 0.9987478 estimated iterations to convergence 224 setup time was (sec) 0.6500000 now iterating at: 04:24:53 rms-change max change #iterations 4.880444 189.6308 at 10iterations 2.369343 70.67053 at 20iterations 1.144385 36.23045 at 30iterations 0.5558937 18.30580 at 40iterations 0.2695621 7.339892 at 50iterations 0.1302453 3.661483 at 60iterations 6.3354567E-02 1.819679 at 70iterations 3.0729217E-02 0.8952999 at 80iterations 1.4947752E-02 0.4963646 at 90iterations 7.2634318E-03 0.2137985 at 100iterations 3.5602474E-03 0.1046238 at 110iterations 1.7606298E-03 5.1743507E-02 at 120iterations finished qdiffx linear iterations at : 04:25:00 total time elapsed so far: 7.840000 # loops : 120 mean,max change (kT/e) : 1.7606298E-03 5.1743507E-02 energy calculations done at 7.840000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.970000 DelPhi exited at 04:25:00 7.974u 0.222s 0:08.67 94.4% 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:25:00 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: 352 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2768 !!! WARNING: HIR 71 has a net charge of 0.5140 !!! 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= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.969141 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): -14.50200 33.53600 ymin,ymax (A): 6.796000 55.05400 zmin,zma (A): 25.47100 79.42599 x,y,z range (A): 48.03800 48.25800 53.95499 scale (grids/A): 2.969141 object centre (A): 9.517000 30.92500 52.44850 number of atom coordinates read : 2768 total number of charged atoms : 2616 net assigned charge : 3.154009 assigned positive charge : 422.6077 centred at (gu) : 89.67384 91.63470 83.39104 assigned negative charge : -419.4543 centred at (gu) : 91.01868 90.79859 83.42432 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 200104 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23480 grid for indexing accessible points = 1.400000 m= 104171 mr = 148198 m= 38648 mr = 86037 m= 9721 mr = 31121 m= 1436 mr = 7271 m= 93 mr = 963 m= 1 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 2131 time to turn everything in is 1.130000 number of dielectric boundary points 80549 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.240000 number of grid points assigned charge 20919 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.979427 object centre at (A) : 9.517000 30.92500 52.44850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2024632 -0.2799653 midg,1,midg; midg,igrid,midg -0.1702815 0.4963196 1,midg,midg; igrid,midg,midg 0.6091112 -6.8365142E-02 gauss-seidel spectral radius is 0.9992877 estimated iterations to convergence 296 setup time was (sec) 1.400000 now iterating at: 04:25:02 rms-change max change #iterations 11.10699 451.1396 at 10iterations 6.541458 136.5578 at 20iterations 3.850017 76.24767 at 30iterations 2.261839 43.45573 at 40iterations 1.325947 25.78028 at 50iterations 0.7769272 15.61666 at 60iterations 0.4537953 7.944031 at 70iterations 0.2650191 4.531359 at 80iterations 0.1543715 2.663517 at 90iterations 9.0179302E-02 1.572742 at 100iterations 5.2570932E-02 0.9030266 at 110iterations 3.0796327E-02 0.5851974 at 120iterations 1.7977461E-02 0.2929728 at 130iterations 1.0550367E-02 0.2012310 at 140iterations 6.2241503E-03 0.1149864 at 150iterations 3.7255902E-03 6.6041946E-02 at 160iterations 2.2628338E-03 4.0740967E-02 at 170iterations 1.4126875E-03 2.7744293E-02 at 180iterations finished qdiffx linear iterations at : 04:25:14 total time elapsed so far: 13.46000 # loops : 180 mean,max change (kT/e) : 1.4126875E-03 2.7744293E-02 energy calculations done at 13.46000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.60000 DelPhi exited at 04:25:15 13.597u 0.265s 0:14.41 96.1% 0+0k 0+0io 0pf+0w