Sat Oct 8 13:30:23 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 Sat Oct 8 2011 at 13:30: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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3031 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 631 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6195830 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): -54.04800 -0.6569999 ymin,ymax (A): -18.98200 38.47600 zmin,zma (A): -66.57300 -19.81400 x,y,z range (A): 53.39100 57.45800 46.75900 scale (grids/A): 0.6195830 object centre (A): -27.35250 9.747001 -43.19350 number of atom coordinates read : 3031 total number of charged atoms : 2884 net assigned charge : 1.4008060E-02 assigned positive charge : 455.7146 centred at (gu) : 90.99258 91.51483 89.97989 assigned negative charge : -455.7013 centred at (gu) : 90.98438 91.41560 89.92976 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 7571 nv = 96 ne = 84 npr = 64440 no. pairs analyzed = 64440 no. exposed pairs = 3511 no. arc points = 23688 no. surface atoms = 1193 nbur = 1838 mkacc time = 0.1600000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 360 mr = 4443 m= 0 mr = 27 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 7 time to turn everything in is 0.3400000 number of dielectric boundary points 3461 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2239 ## 191 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 9388 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.0137684E-09 3.6954326E-09 midg,1,midg; midg,igrid,midg -5.5910836E-09 1.0467907E-08 1,midg,midg; igrid,midg,midg -6.0176253E-10 6.3805483E-10 gauss-seidel spectral radius is 0.9865369 estimated iterations to convergence 71 setup time was (sec) 0.5800000 now iterating at: 13:30:24 rms-change max change #iterations 0.1411939 19.28880 at 10iterations 1.3620143E-02 1.798481 at 20iterations 1.5163192E-03 0.2014446 at 30iterations 2.7036347E-04 4.5146942E-02 at 40iterations 6.3652478E-05 1.0374069E-02 at 50iterations finished qdiffx linear iterations at : 13:30:28 total time elapsed so far: 4.260000 # loops : 50 mean,max change (kT/e) : 6.3652478E-05 1.0374069E-02 energy calculations done at 4.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.430000 DelPhi exited at 13:30:28 4.437u 0.418s 0:05.11 94.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:30:28 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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3031 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 631 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.858749 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): -54.04800 -0.6569999 ymin,ymax (A): -18.98200 38.47600 zmin,zma (A): -66.57300 -19.81400 x,y,z range (A): 53.39100 57.45800 46.75900 scale (grids/A): 1.858749 object centre (A): -27.35250 9.747001 -43.19350 number of atom coordinates read : 3031 total number of charged atoms : 2884 net assigned charge : 1.4008060E-02 assigned positive charge : 455.7146 centred at (gu) : 92.97735 94.54391 89.93919 assigned negative charge : -455.7013 centred at (gu) : 92.95294 94.24630 89.78892 start vw surface at 0.1300000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 82414 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23688 grid for indexing accessible points = 1.400000 m= 29523 mr = 59476 m= 3934 mr = 22047 m= 152 mr = 2276 m= 2 mr = 27 m= 0 mr = 0 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6600000 number of dielectric boundary points 32199 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 136 iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 22622 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.6195830 object centre at (A) : -27.35250 9.747001 -43.19350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.9934292E-03 1.9725284E-03 midg,1,midg; midg,igrid,midg -2.3744304E-02 2.2331294E-02 1,midg,midg; igrid,midg,midg -3.3138744E-03 -2.3863202E-02 gauss-seidel spectral radius is 0.9986002 estimated iterations to convergence 212 setup time was (sec) 0.9700000 now iterating at: 13:30:30 rms-change max change #iterations 4.433479 173.2913 at 10iterations 2.055573 64.75496 at 20iterations 0.9565907 28.48541 at 30iterations 0.4427879 17.22745 at 40iterations 0.2072301 6.027977 at 50iterations 9.5863767E-02 2.666641 at 60iterations 4.4674072E-02 1.367266 at 70iterations 2.0853024E-02 0.5878105 at 80iterations 9.7676320E-03 0.3527756 at 90iterations 4.5956434E-03 0.1684151 at 100iterations 2.1750026E-03 6.4443588E-02 at 110iterations 1.0422589E-03 3.3035278E-02 at 120iterations finished qdiffx linear iterations at : 13:30:39 total time elapsed so far: 10.38000 # loops : 120 mean,max change (kT/e) : 1.0422589E-03 3.3035278E-02 energy calculations done at 10.38000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.55000 DelPhi exited at 13:30:40 10.552u 0.430s 0:11.23 97.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:30:40 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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3031 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 631 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.788124 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): -54.04800 -0.6569999 ymin,ymax (A): -18.98200 38.47600 zmin,zma (A): -66.57300 -19.81400 x,y,z range (A): 53.39100 57.45800 46.75900 scale (grids/A): 2.788124 object centre (A): -27.35250 9.747001 -43.19350 number of atom coordinates read : 3031 total number of charged atoms : 2884 net assigned charge : 1.4008060E-02 assigned positive charge : 455.7146 centred at (gu) : 94.46594 96.81577 89.90853 assigned negative charge : -455.7013 centred at (gu) : 94.42946 96.36936 89.68339 start vw surface at 0.1300000 fill in re-entrant regions at 0.5600000 boundary points on vw surface= 190887 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23688 grid for indexing accessible points = 1.400000 m= 96992 mr = 143718 m= 33314 mr = 80450 m= 6776 mr = 26731 m= 700 mr = 4840 m= 36 mr = 385 m= 0 mr = 7 time to grow re-entrant surface = 1.070000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.740000 number of dielectric boundary points 72574 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.870000 number of grid points assigned charge 23071 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.858749 object centre at (A) : -27.35250 9.747001 -43.19350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.3307765E-02 5.0601814E-02 midg,1,midg; midg,igrid,midg -0.1793095 0.2951876 1,midg,midg; igrid,midg,midg -0.1941846 -0.3477582 gauss-seidel spectral radius is 0.9992529 estimated iterations to convergence 289 setup time was (sec) 2.060000 now iterating at: 13:30:42 rms-change max change #iterations 10.51061 311.0281 at 10iterations 6.145692 140.1302 at 20iterations 3.564660 76.86888 at 30iterations 2.063854 39.75133 at 40iterations 1.193894 22.75696 at 50iterations 0.6873400 12.02586 at 60iterations 0.3952838 7.860489 at 70iterations 0.2274808 3.959500 at 80iterations 0.1310567 2.393202 at 90iterations 7.5344890E-02 1.333659 at 100iterations 4.3289971E-02 0.7513571 at 110iterations 2.4836475E-02 0.4448276 at 120iterations 1.4258528E-02 0.2471695 at 130iterations 8.2310168E-03 0.1412764 at 140iterations 4.7404519E-03 7.7188492E-02 at 150iterations 2.7405799E-03 5.0380707E-02 at 160iterations 1.6004376E-03 2.8404236E-02 at 170iterations 9.4456167E-04 1.7797470E-02 at 180iterations finished qdiffx linear iterations at : 13:30:58 total time elapsed so far: 17.84000 # loops : 180 mean,max change (kT/e) : 9.4456167E-04 1.7797470E-02 energy calculations done at 17.84000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.00000 DelPhi exited at 13:30:59 18.009u 0.475s 0:18.77 98.4% 0+0k 0+0io 0pf+0w