Mon Oct 10 17:03:26 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 Mon Oct 10 2011 at 17:03:26 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3602 !!! WARNING: HEM 900 has a net charge of 1.4000 !!! WARNING: ZN9 951 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= 0.1100000 grid size : 179 scale,in grids/A, set to be: 0.5813668 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): -29.94800 30.59600 ymin,ymax (A): -29.43600 31.79900 zmin,zma (A): 28.94200 86.25300 x,y,z range (A): 60.54400 61.23500 57.31100 scale (grids/A): 0.5813668 object centre (A): 0.3239994 1.181499 57.59750 number of atom coordinates read : 3602 total number of charged atoms : 3408 net assigned charge : 5.800039 assigned positive charge : 541.3080 centred at (gu) : 90.78376 91.30692 91.37379 assigned negative charge : -535.5097 centred at (gu) : 90.92027 91.34579 91.36907 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 7855 nv = 96 ne = 84 npr = 73566 no. pairs analyzed = 73566 no. exposed pairs = 4600 no. arc points = 32315 no. surface atoms = 1550 nbur = 2052 mkacc time = 0.1700000 writing accessible surface arcs data to file ARCDAT initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 340 mr = 4099 m= 1 mr = 24 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 4073 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3305 ## 382 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 10089 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.1376862E-10 2.0594995E-09 midg,1,midg; midg,igrid,midg 1.8078349E-09 3.7465850E-10 1,midg,midg; igrid,midg,midg 4.2308197E-09 -2.9802782E-09 gauss-seidel spectral radius is 0.9847772 estimated iterations to convergence 67 setup time was (sec) 0.6700000 now iterating at: 17:03:27 rms-change max change #iterations 0.1088668 13.98898 at 10iterations 9.1063678E-03 1.394947 at 20iterations 1.3054556E-03 0.1935730 at 30iterations 3.8767120E-04 6.3278198E-02 at 40iterations 1.3437550E-04 2.2239685E-02 at 50iterations finished qdiffx linear iterations at : 17:03:30 total time elapsed so far: 3.480000 # loops : 50 mean,max change (kT/e) : 1.3437550E-04 2.2239685E-02 energy calculations done at 3.480000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.700000 DelPhi exited at 17:03:32 3.701u 0.296s 0:05.94 67.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 Mon Oct 10 2011 at 17:03:32 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3602 !!! WARNING: HEM 900 has a net charge of 1.4000 !!! WARNING: ZN9 951 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= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.744101 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): -29.94800 30.59600 ymin,ymax (A): -29.43600 31.79900 zmin,zma (A): 28.94200 86.25300 x,y,z range (A): 60.54400 61.23500 57.31100 scale (grids/A): 1.744101 object centre (A): 0.3239994 1.181499 57.59750 number of atom coordinates read : 3602 total number of charged atoms : 3408 net assigned charge : 5.800039 assigned positive charge : 541.3080 centred at (gu) : 92.35010 93.92033 94.12025 assigned negative charge : -535.5097 centred at (gu) : 92.76025 94.03695 94.10674 start vw surface at 0.2300000 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 85587 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32315 grid for indexing accessible points = 1.400000 m= 27971 mr = 57802 m= 3634 mr = 19583 m= 174 mr = 1908 m= 1 mr = 38 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 555 time to turn everything in is 0.7100000 number of dielectric boundary points 38036 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 305 iepsmp to db, and charging done at 0.8700000 number of grid points assigned charge 26450 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.5813668 object centre at (A) : 0.3239994 1.181499 57.59750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.9536553E-03 3.6954214E-03 midg,1,midg; midg,igrid,midg 2.6926350E-02 -8.4694931E-03 1,midg,midg; igrid,midg,midg 2.6309837E-02 -4.1406415E-03 gauss-seidel spectral radius is 0.9984757 estimated iterations to convergence 203 setup time was (sec) 1.070000 now iterating at: 17:03:34 rms-change max change #iterations 4.264305 179.6636 at 10iterations 1.897248 58.10406 at 20iterations 0.8490456 26.12251 at 30iterations 0.3788476 11.18593 at 40iterations 0.1706900 5.338650 at 50iterations 7.6465003E-02 2.576113 at 60iterations 3.4443326E-02 1.079517 at 70iterations 1.5559361E-02 0.5142555 at 80iterations 7.0873029E-03 0.2164650 at 90iterations 3.2739691E-03 0.1000595 at 100iterations 1.5601064E-03 4.9203873E-02 at 110iterations 7.8293280E-04 2.8244019E-02 at 120iterations finished qdiffx linear iterations at : 17:03:41 total time elapsed so far: 8.180000 # loops : 120 mean,max change (kT/e) : 7.8293280E-04 2.8244019E-02 energy calculations done at 8.180000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.420000 DelPhi exited at 17:03:42 8.422u 0.338s 0:09.49 92.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 Mon Oct 10 2011 at 17:03:42 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3602 !!! WARNING: HEM 900 has a net charge of 1.4000 !!! WARNING: ZN9 951 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.616151 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): -29.94800 30.59600 ymin,ymax (A): -29.43600 31.79900 zmin,zma (A): 28.94200 86.25300 x,y,z range (A): 60.54400 61.23500 57.31100 scale (grids/A): 2.616151 object centre (A): 0.3239994 1.181499 57.59750 number of atom coordinates read : 3602 total number of charged atoms : 3408 net assigned charge : 5.800039 assigned positive charge : 541.3080 centred at (gu) : 93.52480 95.88029 96.18012 assigned negative charge : -535.5097 centred at (gu) : 94.14043 96.05537 96.15989 start vw surface at 0.1800000 fill in re-entrant regions at 0.5600000 boundary points on vw surface= 198368 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32315 grid for indexing accessible points = 1.400000 m= 94392 mr = 141422 m= 29661 mr = 74849 m= 5945 mr = 22636 m= 660 mr = 4046 m= 33 mr = 371 m= 0 mr = 6 time to grow re-entrant surface = 0.9899999 no. cavity mid-points inaccessible to solvent = 2000 time to turn everything in is 1.700000 number of dielectric boundary points 85729 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.840000 number of grid points assigned charge 27257 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.744101 object centre at (A) : 0.3239994 1.181499 57.59750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.2698748E-02 8.8028476E-02 midg,1,midg; midg,igrid,midg 0.8589095 -0.1208670 1,midg,midg; igrid,midg,midg 0.3182805 -3.8926214E-02 gauss-seidel spectral radius is 0.9992375 estimated iterations to convergence 286 setup time was (sec) 2.020000 now iterating at: 17:03:44 rms-change max change #iterations 10.59783 331.8175 at 10iterations 6.190491 156.1949 at 20iterations 3.585407 79.92072 at 30iterations 2.073752 46.73389 at 40iterations 1.194960 26.68872 at 50iterations 0.6873870 13.63227 at 60iterations 0.3949212 8.683890 at 70iterations 0.2259957 4.619278 at 80iterations 0.1295492 2.344309 at 90iterations 7.4289963E-02 1.487669 at 100iterations 4.2541213E-02 0.8492889 at 110iterations 2.4344226E-02 0.4350719 at 120iterations 1.3914987E-02 0.2977924 at 130iterations 8.0017615E-03 0.1484785 at 140iterations 4.6091722E-03 8.7392807E-02 at 150iterations 2.6815848E-03 5.2827835E-02 at 160iterations 1.5789827E-03 3.0511856E-02 at 170iterations 9.5251499E-04 1.9349098E-02 at 180iterations finished qdiffx linear iterations at : 17:03:55 total time elapsed so far: 13.12000 # loops : 180 mean,max change (kT/e) : 9.5251499E-04 1.9349098E-02 energy calculations done at 13.12000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.32000 DelPhi exited at 17:03:56 13.326u 0.244s 0:14.09 96.2% 0+0k 0+0io 0pf+0w