Tue Oct 11 03:41:44 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 03:41:44 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: 331 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3086 !!! WARNING: HIR 79 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.6574816 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): -11.77000 37.21900 ymin,ymax (A): -27.26200 21.56200 zmin,zma (A): -8.514999 45.63100 x,y,z range (A): 48.98900 48.82400 54.14600 scale (grids/A): 0.6574816 object centre (A): 12.72450 -2.849999 18.55800 number of atom coordinates read : 3086 total number of charged atoms : 2682 net assigned charge : -0.8239797 assigned positive charge : 428.7996 centred at (gu) : 90.12842 90.67566 91.37485 assigned negative charge : -429.6242 centred at (gu) : 89.88303 90.59884 91.29308 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 8290 nv = 96 ne = 84 npr = 57573 no. pairs analyzed = 57573 no. exposed pairs = 3413 no. arc points = 23885 no. surface atoms = 1149 nbur = 1937 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 506 mr = 4796 m= 6 mr = 75 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 16 time to turn everything in is 0.3300000 number of dielectric boundary points 3931 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2261 ## 217 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 9680 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.4399561E-08 1.9246921E-08 midg,1,midg; midg,igrid,midg -1.5774752E-08 1.5380106E-08 1,midg,midg; igrid,midg,midg -5.2493075E-08 4.7973145E-08 gauss-seidel spectral radius is 0.9880295 estimated iterations to convergence 75 setup time was (sec) 0.5600000 now iterating at: 03:41:45 rms-change max change #iterations 0.1724907 22.51345 at 10iterations 1.8671352E-02 2.378210 at 20iterations 2.0117618E-03 0.2559470 at 30iterations 2.1469334E-04 2.9916286E-02 at 40iterations 2.6492282E-05 3.8223267E-03 at 50iterations finished qdiffx linear iterations at : 03:41:47 total time elapsed so far: 2.990000 # loops : 50 mean,max change (kT/e) : 2.6492282E-05 3.8223267E-03 energy calculations done at 2.990000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.160000 DelPhi exited at 03:41:48 3.167u 0.125s 0:03.98 82.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 03:41: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: 331 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3086 !!! WARNING: HIR 79 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.972445 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): -11.77000 37.21900 ymin,ymax (A): -27.26200 21.56200 zmin,zma (A): -8.514999 45.63100 x,y,z range (A): 48.98900 48.82400 54.14600 scale (grids/A): 1.972445 object centre (A): 12.72450 -2.849999 18.55800 number of atom coordinates read : 3086 total number of charged atoms : 2682 net assigned charge : -0.8239797 assigned positive charge : 428.7996 centred at (gu) : 90.38485 92.02643 94.12385 assigned negative charge : -429.6242 centred at (gu) : 89.64886 91.79604 93.87894 start vw surface at 0.1600000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 88943 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23885 grid for indexing accessible points = 1.400000 m= 35223 mr = 63579 m= 6549 mr = 26972 m= 447 mr = 4254 m= 7 mr = 159 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 470 time to turn everything in is 0.6400000 number of dielectric boundary points 36205 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 114 iepsmp to db, and charging done at 0.7700000 number of grid points assigned charge 21155 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.6574816 object centre at (A) : 12.72450 -2.849999 18.55800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.1536782E-02 -2.0794969E-03 midg,1,midg; midg,igrid,midg -1.1307608E-02 3.0391288E-03 1,midg,midg; igrid,midg,midg -1.2725604E-02 6.6985451E-02 gauss-seidel spectral radius is 0.9987460 estimated iterations to convergence 224 setup time was (sec) 0.9500000 now iterating at: 03:41:49 rms-change max change #iterations 4.834908 218.4940 at 10iterations 2.349595 82.34312 at 20iterations 1.136493 35.96783 at 30iterations 0.5511200 15.99339 at 40iterations 0.2670355 7.637640 at 50iterations 0.1290514 4.026765 at 60iterations 6.2489890E-02 1.714092 at 70iterations 3.0198684E-02 0.8647423 at 80iterations 1.4732713E-02 0.4260807 at 90iterations 7.1344022E-03 0.2112312 at 100iterations 3.4533096E-03 9.9750519E-02 at 110iterations 1.6809120E-03 4.8385620E-02 at 120iterations finished qdiffx linear iterations at : 03:41:56 total time elapsed so far: 7.790000 # loops : 120 mean,max change (kT/e) : 1.6809120E-03 4.8385620E-02 energy calculations done at 7.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.980000 DelPhi exited at 03:41:57 7.986u 0.251s 0:08.89 92.5% 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 03:41:57 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: 331 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3086 !!! WARNING: HIR 79 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.958667 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): -11.77000 37.21900 ymin,ymax (A): -27.26200 21.56200 zmin,zma (A): -8.514999 45.63100 x,y,z range (A): 48.98900 48.82400 54.14600 scale (grids/A): 2.958667 object centre (A): 12.72450 -2.849999 18.55800 number of atom coordinates read : 3086 total number of charged atoms : 2682 net assigned charge : -0.8239797 assigned positive charge : 428.7996 centred at (gu) : 90.57716 93.03966 96.18575 assigned negative charge : -429.6242 centred at (gu) : 89.47313 92.69393 95.81828 start vw surface at 0.1500000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 204935 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23885 grid for indexing accessible points = 1.400000 m= 110942 mr = 152937 m= 44563 mr = 92837 m= 12057 mr = 36729 m= 1913 mr = 9151 m= 132 mr = 1293 m= 3 mr = 53 m= 0 mr = 0 time to grow re-entrant surface = 0.9900000 no. cavity mid-points inaccessible to solvent = 1736 time to turn everything in is 1.640000 number of dielectric boundary points 81545 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.790000 number of grid points assigned charge 21440 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.972445 object centre at (A) : 12.72450 -2.849999 18.55800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.3443140 0.1984741 midg,1,midg; midg,igrid,midg -0.1416152 7.9249889E-02 1,midg,midg; igrid,midg,midg -3.5073332E-02 0.5914785 gauss-seidel spectral radius is 0.9992868 estimated iterations to convergence 295 setup time was (sec) 1.980000 now iterating at: 03:41:59 rms-change max change #iterations 11.02761 484.8441 at 10iterations 6.502784 142.1948 at 20iterations 3.818421 82.65440 at 30iterations 2.239119 41.37295 at 40iterations 1.310353 22.25866 at 50iterations 0.7677690 13.21996 at 60iterations 0.4487177 9.045041 at 70iterations 0.2613379 4.495071 at 80iterations 0.1526954 2.921706 at 90iterations 8.9011155E-02 1.552948 at 100iterations 5.1955782E-02 0.9454021 at 110iterations 3.0231658E-02 0.5055498 at 120iterations 1.7634591E-02 0.3072119 at 130iterations 1.0287305E-02 0.1615963 at 140iterations 6.0096956E-03 9.6910655E-02 at 150iterations 3.5160889E-03 5.9501648E-02 at 160iterations 2.0676095E-03 3.5734177E-02 at 170iterations 1.2273638E-03 2.3057938E-02 at 180iterations finished qdiffx linear iterations at : 03:42:12 total time elapsed so far: 15.08000 # loops : 180 mean,max change (kT/e) : 1.2273638E-03 2.3057938E-02 energy calculations done at 15.08000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.26000 DelPhi exited at 03:42:13 15.263u 0.267s 0:16.21 95.7% 0+0k 0+0io 0pf+0w