Sat Oct 8 20:02: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 Sat Oct 8 2011 at 20:02: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: 257 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2584 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN6 674 has a net charge of 1.4000 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.6178839 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): -32.11900 17.57700 ymin,ymax (A): -24.27400 23.77000 zmin,zma (A): -12.46700 45.14900 x,y,z range (A): 49.69600 48.04400 57.61600 scale (grids/A): 0.6178839 object centre (A): -7.271000 -0.2519999 16.34100 number of atom coordinates read : 2584 total number of charged atoms : 2467 net assigned charge : 3.500007 assigned positive charge : 393.8800 centred at (gu) : 88.70770 89.19072 89.58214 assigned negative charge : -390.3805 centred at (gu) : 88.60199 89.24679 89.47990 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6358 nv = 96 ne = 84 npr = 53864 no. pairs analyzed = 53864 no. exposed pairs = 3025 no. arc points = 21604 no. surface atoms = 1006 nbur = 1578 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 317 mr = 3473 m= 1 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 99 time to turn everything in is 0.2000000 number of dielectric boundary points 3168 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2242 ## 242 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 8086 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.1328962E-09 8.2725906E-09 midg,1,midg; midg,igrid,midg 7.4525310E-09 -6.4667732E-10 1,midg,midg; igrid,midg,midg -5.3802887E-09 6.9875372E-09 gauss-seidel spectral radius is 0.9864302 estimated iterations to convergence 70 setup time was (sec) 0.4100000 now iterating at: 20:02:07 rms-change max change #iterations 0.1230024 19.66445 at 10iterations 1.1275942E-02 1.631001 at 20iterations 1.0168093E-03 0.1393967 at 30iterations 9.3272516E-05 1.2649536E-02 at 40iterations 8.5372267E-06 1.2784004E-03 at 50iterations finished qdiffx linear iterations at : 20:02:10 total time elapsed so far: 3.610000 # loops : 50 mean,max change (kT/e) : 8.5372267E-06 1.2784004E-03 energy calculations done at 3.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.750000 DelPhi exited at 20:02:11 3.749u 0.214s 0:04.31 91.6% 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 20:02: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: 257 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2584 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN6 674 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.853652 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): -32.11900 17.57700 ymin,ymax (A): -24.27400 23.77000 zmin,zma (A): -12.46700 45.14900 x,y,z range (A): 49.69600 48.04400 57.61600 scale (grids/A): 1.853652 object centre (A): -7.271000 -0.2519999 16.34100 number of atom coordinates read : 2584 total number of charged atoms : 2467 net assigned charge : 3.500007 assigned positive charge : 393.8800 centred at (gu) : 86.12251 87.57185 88.74576 assigned negative charge : -390.3805 centred at (gu) : 85.80587 87.74036 88.43962 start vw surface at 0.1000000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 69540 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21604 grid for indexing accessible points = 1.400000 m= 23464 mr = 48321 m= 3224 mr = 17067 m= 133 mr = 1936 m= 1 mr = 34 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 4799 time to turn everything in is 0.3800000 number of dielectric boundary points 29004 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 211 iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 19353 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.6178839 object centre at (A) : -7.271000 -0.2519999 16.34100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3452366E-02 1.9457294E-02 midg,1,midg; midg,igrid,midg 1.2595015E-02 -1.6932461E-03 1,midg,midg; igrid,midg,midg -9.7099080E-04 3.8639531E-02 gauss-seidel spectral radius is 0.9985566 estimated iterations to convergence 209 setup time was (sec) 0.6500000 now iterating at: 20:02:12 rms-change max change #iterations 4.010432 174.8411 at 10iterations 1.833008 67.21045 at 20iterations 0.8398557 29.31295 at 30iterations 0.3864240 12.54084 at 40iterations 0.1775669 6.929939 at 50iterations 8.1367016E-02 2.839830 at 60iterations 3.7428506E-02 1.220911 at 70iterations 1.7102201E-02 0.5465560 at 80iterations 7.8294883E-03 0.2493095 at 90iterations 3.5808834E-03 0.1177988 at 100iterations 1.6502182E-03 4.9720764E-02 at 110iterations 7.5303070E-04 2.4106979E-02 at 120iterations finished qdiffx linear iterations at : 20:02:23 total time elapsed so far: 8.650000 # loops : 120 mean,max change (kT/e) : 7.5303070E-04 2.4106979E-02 energy calculations done at 8.650000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.780000 DelPhi exited at 20:02:24 8.781u 0.874s 0:13.38 72.1% 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 20:02: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: 257 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2584 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN6 674 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.780478 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): -32.11900 17.57700 ymin,ymax (A): -24.27400 23.77000 zmin,zma (A): -12.46700 45.14900 x,y,z range (A): 49.69600 48.04400 57.61600 scale (grids/A): 2.780478 object centre (A): -7.271000 -0.2519999 16.34100 number of atom coordinates read : 2584 total number of charged atoms : 2467 net assigned charge : 3.500007 assigned positive charge : 393.8800 centred at (gu) : 84.18378 86.35761 88.11847 assigned negative charge : -390.3805 centred at (gu) : 83.70880 86.61043 87.65934 start vw surface at 0.1000000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 161389 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21604 grid for indexing accessible points = 1.400000 m= 77966 mr = 117380 m= 25592 mr = 63415 m= 5624 mr = 20321 m= 671 mr = 4185 m= 24 mr = 459 m= 0 mr = 3 time to grow re-entrant surface = 0.5000000 no. cavity mid-points inaccessible to solvent = 16718 time to turn everything in is 0.9100000 number of dielectric boundary points 65503 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.030000 number of grid points assigned charge 19735 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.853652 object centre at (A) : -7.271000 -0.2519999 16.34100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.9583009E-04 0.2520536 midg,1,midg; midg,igrid,midg 0.1504788 -2.9573601E-02 1,midg,midg; igrid,midg,midg -1.6968699E-02 0.5111079 gauss-seidel spectral radius is 0.9992315 estimated iterations to convergence 285 setup time was (sec) 1.200000 now iterating at: 20:02:26 rms-change max change #iterations 9.433661 281.9867 at 10iterations 5.406718 139.8023 at 20iterations 3.077530 72.09760 at 30iterations 1.752528 36.78642 at 40iterations 0.9970697 20.08963 at 50iterations 0.5674545 13.15354 at 60iterations 0.3222182 6.101448 at 70iterations 0.1830461 3.422729 at 80iterations 0.1042398 2.071730 at 90iterations 5.9204653E-02 1.229889 at 100iterations 3.3585247E-02 0.6706982 at 110iterations 1.9075152E-02 0.3563862 at 120iterations 1.0846791E-02 0.2044258 at 130iterations 6.1551789E-03 0.1331587 at 140iterations 3.4950362E-03 7.1889877E-02 at 150iterations 1.9823215E-03 3.6598206E-02 at 160iterations 1.1267905E-03 2.2838593E-02 at 170iterations 6.3907506E-04 1.2067795E-02 at 180iterations finished qdiffx linear iterations at : 20:02:45 total time elapsed so far: 14.24000 # loops : 180 mean,max change (kT/e) : 6.3907506E-04 1.2067795E-02 energy calculations done at 14.24000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.37000 DelPhi exited at 20:02:45 14.373u 1.296s 0:21.32 73.4% 0+0k 0+0io 0pf+0w