Sat Oct 15 11:27: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 15 2011 at 11:27: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2578 !!! 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: ZN8 803 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.6188076 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): -31.31100 17.54300 ymin,ymax (A): -23.65300 23.26200 zmin,zma (A): -12.41100 45.11900 x,y,z range (A): 48.85400 46.91500 57.53000 scale (grids/A): 0.6188076 object centre (A): -6.884001 -0.1955004 16.35400 number of atom coordinates read : 2578 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 88.39931 89.08015 89.59365 assigned negative charge : -387.4045 centred at (gu) : 88.29688 89.13438 89.46452 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6391 nv = 96 ne = 84 npr = 53841 no. pairs analyzed = 53841 no. exposed pairs = 2971 no. arc points = 21416 no. surface atoms = 1001 nbur = 1577 mkacc time = 8.9999996E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 318 mr = 3559 m= 3 mr = 33 m= 0 mr = 0 time to grow re-entrant surface = 9.9999987E-02 no. cavity mid-points inaccessible to solvent = 51 time to turn everything in is 0.2100000 number of dielectric boundary points 3120 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2155 ## 245 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 8013 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.6498028E-09 1.0371785E-08 midg,1,midg; midg,igrid,midg 8.1631013E-09 -1.8356965E-10 1,midg,midg; igrid,midg,midg -4.9644533E-09 6.8224053E-09 gauss-seidel spectral radius is 0.9864701 estimated iterations to convergence 70 setup time was (sec) 0.4300000 now iterating at: 11:27:06 rms-change max change #iterations 0.1250528 19.54421 at 10iterations 1.1567257E-02 1.554024 at 20iterations 1.0660706E-03 0.1695061 at 30iterations 9.9989309E-05 1.2985229E-02 at 40iterations 9.3444305E-06 1.2397766E-03 at 50iterations finished qdiffx linear iterations at : 11:27:09 total time elapsed so far: 3.640000 # loops : 50 mean,max change (kT/e) : 9.3444305E-06 1.2397766E-03 energy calculations done at 3.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.760000 DelPhi exited at 11:27:11 3.765u 0.249s 0:05.59 71.5% 0+0k 0+0io 6pf+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 15 2011 at 11:27: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2578 !!! 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: ZN8 803 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: 1.856423 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): -31.31100 17.54300 ymin,ymax (A): -23.65300 23.26200 zmin,zma (A): -12.41100 45.11900 x,y,z range (A): 48.85400 46.91500 57.53000 scale (grids/A): 1.856423 object centre (A): -6.884001 -0.1955004 16.35400 number of atom coordinates read : 2578 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 85.19748 87.23999 88.78029 assigned negative charge : -387.4045 centred at (gu) : 84.89041 87.40304 88.39323 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 69563 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21416 grid for indexing accessible points = 1.400000 m= 23834 mr = 48549 m= 3332 mr = 17547 m= 152 mr = 2047 m= 2 mr = 49 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 3855 time to turn everything in is 0.3600000 number of dielectric boundary points 28691 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 153 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 19272 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.6188076 object centre at (A) : -6.884001 -0.1955004 16.35400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.6736872E-02 2.7353482E-02 midg,1,midg; midg,igrid,midg 1.2862129E-02 8.7259471E-04 1,midg,midg; igrid,midg,midg -3.2937594E-03 3.0024979E-02 gauss-seidel spectral radius is 0.9985581 estimated iterations to convergence 209 setup time was (sec) 0.5900000 now iterating at: 11:27:13 rms-change max change #iterations 4.015031 161.9526 at 10iterations 1.833441 62.67082 at 20iterations 0.8415323 29.65236 at 30iterations 0.3870583 17.27257 at 40iterations 0.1774197 5.665705 at 50iterations 8.1360877E-02 2.795761 at 60iterations 3.7350532E-02 1.266941 at 70iterations 1.7100396E-02 0.5464354 at 80iterations 7.8493832E-03 0.2571969 at 90iterations 3.6070717E-03 0.1133337 at 100iterations 1.6602080E-03 5.5366516E-02 at 110iterations 7.5820088E-04 2.8278351E-02 at 120iterations finished qdiffx linear iterations at : 11:27:25 total time elapsed so far: 8.750000 # loops : 120 mean,max change (kT/e) : 7.5820088E-04 2.8278351E-02 energy calculations done at 8.750000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.880000 DelPhi exited at 11:27:25 8.879u 0.283s 0:13.82 66.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 Sat Oct 15 2011 at 11:27:25 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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2578 !!! 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: ZN8 803 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: 2.784634 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): -31.31100 17.54300 ymin,ymax (A): -23.65300 23.26200 zmin,zma (A): -12.41100 45.11900 x,y,z range (A): 48.85400 46.91500 57.53000 scale (grids/A): 2.784634 object centre (A): -6.884001 -0.1955004 16.35400 number of atom coordinates read : 2578 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 391.4040 centred at (gu) : 82.79601 85.85985 88.17027 assigned negative charge : -387.4045 centred at (gu) : 82.33558 86.10436 87.58985 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 161427 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21416 grid for indexing accessible points = 1.400000 m= 79151 mr = 117674 m= 26346 mr = 65151 m= 5792 mr = 21179 m= 655 mr = 4305 m= 29 mr = 422 m= 0 mr = 6 time to grow re-entrant surface = 0.4800000 no. cavity mid-points inaccessible to solvent = 13059 time to turn everything in is 0.9200000 number of dielectric boundary points 64663 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.020000 number of grid points assigned charge 19630 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.856423 object centre at (A) : -6.884001 -0.1955004 16.35400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.0258161E-02 0.3541515 midg,1,midg; midg,igrid,midg 0.1667311 9.2269238E-03 1,midg,midg; igrid,midg,midg -3.5072938E-02 0.3925565 gauss-seidel spectral radius is 0.9992318 estimated iterations to convergence 285 setup time was (sec) 1.170000 now iterating at: 11:27:27 rms-change max change #iterations 9.430737 296.8064 at 10iterations 5.407981 114.4346 at 20iterations 3.085064 65.21355 at 30iterations 1.760143 32.67091 at 40iterations 1.000927 18.62743 at 50iterations 0.5700334 12.27729 at 60iterations 0.3250279 6.246338 at 70iterations 0.1839790 3.419424 at 80iterations 0.1048169 2.312836 at 90iterations 5.9595793E-02 1.208152 at 100iterations 3.3806823E-02 0.7585297 at 110iterations 1.9198336E-02 0.3555183 at 120iterations 1.0913081E-02 0.2099447 at 130iterations 6.2091029E-03 0.1217346 at 140iterations 3.5291826E-03 6.9068909E-02 at 150iterations 2.0096155E-03 3.7586212E-02 at 160iterations 1.1451967E-03 2.2401333E-02 at 170iterations 6.5260206E-04 1.2123108E-02 at 180iterations finished qdiffx linear iterations at : 11:27:42 total time elapsed so far: 14.05000 # loops : 180 mean,max change (kT/e) : 6.5260206E-04 1.2123108E-02 energy calculations done at 14.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.17000 DelPhi exited at 11:27:43 14.175u 0.269s 0:17.74 81.3% 0+0k 0+0io 0pf+0w