Tue Oct 11 08:23:38 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 Tue Oct 11 2011 at 08:23:39 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2733 !!! 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6615993 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.01300 36.85500 ymin,ymax (A): -25.71000 22.64500 zmin,zma (A): -8.584000 45.22500 x,y,z range (A): 47.86800 48.35500 53.80900 scale (grids/A): 0.6615993 object centre (A): 12.92100 -1.532499 18.32050 number of atom coordinates read : 2733 total number of charged atoms : 2581 net assigned charge : 2.162010 assigned positive charge : 411.6048 centred at (gu) : 90.09468 90.20896 91.27809 assigned negative charge : -409.4434 centred at (gu) : 89.82538 90.06329 91.19798 start vw surface at 0.1100000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 7938 nv = 96 ne = 84 npr = 56186 no. pairs analyzed = 56186 no. exposed pairs = 3305 no. arc points = 23360 no. surface atoms = 1112 nbur = 1621 mkacc time = 0.1500000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 457 mr = 4523 m= 2 mr = 55 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 32 time to turn everything in is 0.3100000 number of dielectric boundary points 3819 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2259 ## 227 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 9414 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.1702441E-09 2.9738283E-08 midg,1,midg; midg,igrid,midg -2.5502580E-08 3.8268031E-08 1,midg,midg; igrid,midg,midg -5.3642193E-08 6.3581737E-08 gauss-seidel spectral radius is 0.9881667 estimated iterations to convergence 75 setup time was (sec) 0.5700000 now iterating at: 08:24:03 rms-change max change #iterations 0.1719320 24.20115 at 10iterations 1.8812483E-02 2.904274 at 20iterations 2.0580199E-03 0.2853546 at 30iterations 2.4537966E-04 3.5423279E-02 at 40iterations 4.0368112E-05 4.6539307E-03 at 50iterations finished qdiffx linear iterations at : 08:24:07 total time elapsed so far: 4.680000 # loops : 50 mean,max change (kT/e) : 4.0368112E-05 4.6539307E-03 energy calculations done at 4.680000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.850000 DelPhi exited at 08:24:08 4.858u 0.474s 0:29.47 18.0% 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 08:24:08 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2733 !!! 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.984798 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.01300 36.85500 ymin,ymax (A): -25.71000 22.64500 zmin,zma (A): -8.584000 45.22500 x,y,z range (A): 47.86800 48.35500 53.80900 scale (grids/A): 1.984798 object centre (A): 12.92100 -1.532499 18.32050 number of atom coordinates read : 2733 total number of charged atoms : 2581 net assigned charge : 2.162010 assigned positive charge : 411.6048 centred at (gu) : 90.28362 90.62664 93.83405 assigned negative charge : -409.4434 centred at (gu) : 89.47581 90.18923 93.59371 start vw surface at 0.1200000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 85459 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23360 grid for indexing accessible points = 1.400000 m= 31823 mr = 60607 m= 5287 mr = 23801 m= 352 mr = 3385 m= 9 mr = 145 m= 0 mr = 2 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 1062 time to turn everything in is 0.7000000 number of dielectric boundary points 34990 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 142 iepsmp to db, and charging done at 0.8700000 number of grid points assigned charge 20366 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.6615993 object centre at (A) : 12.92100 -1.532499 18.32050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.4359091E-02 -6.4833011E-03 midg,1,midg; midg,igrid,midg -1.4674670E-02 3.0568996E-02 1,midg,midg; igrid,midg,midg -1.5933417E-02 7.5508930E-02 gauss-seidel spectral radius is 0.9987488 estimated iterations to convergence 224 setup time was (sec) 1.070000 now iterating at: 08:24:10 rms-change max change #iterations 4.747673 196.9504 at 10iterations 2.304723 79.20612 at 20iterations 1.117379 42.89308 at 30iterations 0.5417536 17.47343 at 40iterations 0.2625630 7.337852 at 50iterations 0.1272122 3.591675 at 60iterations 6.1691884E-02 2.159809 at 70iterations 2.9901979E-02 1.014570 at 80iterations 1.4510938E-02 0.4372590 at 90iterations 7.0533170E-03 0.2317657 at 100iterations 3.4435780E-03 0.1083755 at 110iterations 1.6848732E-03 4.9958706E-02 at 120iterations finished qdiffx linear iterations at : 08:24:19 total time elapsed so far: 10.89000 # loops : 120 mean,max change (kT/e) : 1.6848732E-03 4.9958706E-02 energy calculations done at 10.89000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.07000 DelPhi exited at 08:24:20 11.071u 0.449s 0:12.14 94.8% 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 08:24:20 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2733 !!! 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.977197 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.01300 36.85500 ymin,ymax (A): -25.71000 22.64500 zmin,zma (A): -8.584000 45.22500 x,y,z range (A): 47.86800 48.35500 53.80900 scale (grids/A): 2.977197 object centre (A): 12.92100 -1.532499 18.32050 number of atom coordinates read : 2733 total number of charged atoms : 2581 net assigned charge : 2.162010 assigned positive charge : 411.6048 centred at (gu) : 90.42524 90.93978 95.75082 assigned negative charge : -409.4434 centred at (gu) : 89.21383 90.28377 95.39057 start vw surface at 0.1200000 fill in re-entrant regions at 0.5800000 boundary points on vw surface= 197376 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23360 grid for indexing accessible points = 1.400000 m= 102539 mr = 146193 m= 38130 mr = 84785 m= 9718 mr = 31059 m= 1497 mr = 7415 m= 106 mr = 968 m= 3 mr = 64 m= 0 mr = 0 time to grow re-entrant surface = 1.130000 no. cavity mid-points inaccessible to solvent = 3459 time to turn everything in is 1.840000 number of dielectric boundary points 78885 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.980000 number of grid points assigned charge 20640 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.984798 object centre at (A) : 12.92100 -1.532499 18.32050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.196863 6.3675359E-02 midg,1,midg; midg,igrid,midg -0.1581182 0.3690561 1,midg,midg; igrid,midg,midg -9.2534408E-02 0.6248483 gauss-seidel spectral radius is 0.9992844 estimated iterations to convergence 295 setup time was (sec) 2.170000 now iterating at: 08:24:23 rms-change max change #iterations 10.83436 418.8547 at 10iterations 6.360550 146.4252 at 20iterations 3.728665 80.75436 at 30iterations 2.182749 49.17783 at 40iterations 1.279898 24.05689 at 50iterations 0.7470749 12.89465 at 60iterations 0.4358293 8.045235 at 70iterations 0.2542208 4.755925 at 80iterations 0.1483894 2.656658 at 90iterations 8.6310305E-02 1.432369 at 100iterations 5.0298996E-02 0.9088669 at 110iterations 2.9344674E-02 0.5136948 at 120iterations 1.7125938E-02 0.3319254 at 130iterations 1.0027238E-02 0.1760635 at 140iterations 5.9050759E-03 0.1010284 at 150iterations 3.4990699E-03 6.0523033E-02 at 160iterations 2.1083879E-03 3.9766312E-02 at 170iterations 1.2961640E-03 2.4368286E-02 at 180iterations finished qdiffx linear iterations at : 08:24:39 total time elapsed so far: 18.24000 # loops : 180 mean,max change (kT/e) : 1.2961640E-03 2.4368286E-02 energy calculations done at 18.24000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.41000 DelPhi exited at 08:24:40 18.412u 0.478s 0:19.98 94.4% 0+0k 0+0io 0pf+0w