Sat Oct 15 14:27:12 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 14:27:13 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2582 !!! WARNING: ASP 354 has a net charge of -0.5000 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.6461918 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): -21.08900 31.60200 ymin,ymax (A): -10.85400 38.78500 zmin,zma (A): 6.524000 61.61600 x,y,z range (A): 52.69100 49.63900 55.09200 scale (grids/A): 0.6461918 object centre (A): 5.256499 13.96550 34.07000 number of atom coordinates read : 2582 total number of charged atoms : 2442 net assigned charge : -1.999977 assigned positive charge : 388.3876 centred at (gu) : 90.56568 90.60763 90.75317 assigned negative charge : -390.3886 centred at (gu) : 90.65598 90.46805 90.80224 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 7489 nv = 96 ne = 84 npr = 50181 no. pairs analyzed = 50181 no. exposed pairs = 3618 no. arc points = 25787 no. surface atoms = 1219 nbur = 1363 mkacc time = 8.0000006E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 439 mr = 3767 m= 0 mr = 54 time to grow re-entrant surface = 9.0000011E-02 no. cavity mid-points inaccessible to solvent = 10 time to turn everything in is 0.2000000 number of dielectric boundary points 4107 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2485 ## 206 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 8701 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.7973084E-09 -1.2071322E-08 midg,1,midg; midg,igrid,midg -2.0263014E-08 1.7837463E-08 1,midg,midg; igrid,midg,midg 7.8993470E-09 -1.8153134E-08 gauss-seidel spectral radius is 0.9876038 estimated iterations to convergence 73 setup time was (sec) 0.4200000 now iterating at: 14:27:13 rms-change max change #iterations 0.1475958 24.80101 at 10iterations 1.4807913E-02 2.252464 at 20iterations 1.5097628E-03 0.2306070 at 30iterations 1.5018904E-04 2.1842957E-02 at 40iterations 1.5504518E-05 2.0217896E-03 at 50iterations finished qdiffx linear iterations at : 14:27:16 total time elapsed so far: 3.580000 # loops : 50 mean,max change (kT/e) : 1.5504518E-05 2.0217896E-03 energy calculations done at 3.580000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.720000 DelPhi exited at 14:27:17 3.721u 0.201s 0:04.39 89.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 14:27:17 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2582 !!! WARNING: ASP 354 has a net charge of -0.5000 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.938576 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): -21.08900 31.60200 ymin,ymax (A): -10.85400 38.78500 zmin,zma (A): 6.524000 61.61600 x,y,z range (A): 52.69100 49.63900 55.09200 scale (grids/A): 1.938576 object centre (A): 5.256499 13.96550 34.07000 number of atom coordinates read : 2582 total number of charged atoms : 2442 net assigned charge : -1.999977 assigned positive charge : 388.3876 centred at (gu) : 91.69612 91.82236 92.25915 assigned negative charge : -390.3886 centred at (gu) : 91.96767 91.40396 92.40651 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 79322 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25787 grid for indexing accessible points = 1.400000 m= 27812 mr = 51821 m= 4613 mr = 19529 m= 370 mr = 2799 m= 11 mr = 151 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 661 time to turn everything in is 0.4000000 number of dielectric boundary points 37828 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 155 iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 19255 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.6461918 object centre at (A) : 5.256499 13.96550 34.07000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.1298854E-02 1.1219625E-02 midg,1,midg; midg,igrid,midg -2.8291591E-02 1.9296298E-02 1,midg,midg; igrid,midg,midg -1.2581456E-02 -5.3934176E-02 gauss-seidel spectral radius is 0.9987010 estimated iterations to convergence 220 setup time was (sec) 0.6400000 now iterating at: 14:27:18 rms-change max change #iterations 4.355128 181.6391 at 10iterations 2.073391 82.98624 at 20iterations 0.9889190 32.83913 at 30iterations 0.4677996 16.51681 at 40iterations 0.2224905 7.378971 at 50iterations 0.1063841 3.579918 at 60iterations 5.0579578E-02 1.617503 at 70iterations 2.3957413E-02 0.7722359 at 80iterations 1.1421564E-02 0.3354645 at 90iterations 5.4463041E-03 0.1691151 at 100iterations 2.5947460E-03 8.4927082E-02 at 110iterations 1.2381376E-03 3.8436890E-02 at 120iterations finished qdiffx linear iterations at : 14:27:26 total time elapsed so far: 8.380000 # loops : 120 mean,max change (kT/e) : 1.2381376E-03 3.8436890E-02 energy calculations done at 8.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.510000 DelPhi exited at 14:27:26 8.510u 0.238s 0:09.09 96.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 15 2011 at 14:27: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2582 !!! WARNING: ASP 354 has a net charge of -0.5000 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.907863 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): -21.08900 31.60200 ymin,ymax (A): -10.85400 38.78500 zmin,zma (A): 6.524000 61.61600 x,y,z range (A): 52.69100 49.63900 55.09200 scale (grids/A): 2.907863 object centre (A): 5.256499 13.96550 34.07000 number of atom coordinates read : 2582 total number of charged atoms : 2442 net assigned charge : -1.999977 assigned positive charge : 388.3876 centred at (gu) : 92.54404 92.73344 93.38853 assigned negative charge : -390.3886 centred at (gu) : 92.95141 92.10590 93.60969 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 183177 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25787 grid for indexing accessible points = 1.400000 m= 89517 mr = 126607 m= 32609 mr = 70821 m= 8248 mr = 25367 m= 1522 mr = 5993 m= 140 mr = 1065 m= 1 mr = 40 m= 0 mr = 0 time to grow re-entrant surface = 0.6100000 no. cavity mid-points inaccessible to solvent = 2266 time to turn everything in is 1.070000 number of dielectric boundary points 85321 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.200000 number of grid points assigned charge 19532 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.938576 object centre at (A) : 5.256499 13.96550 34.07000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.3629063 0.4587453 midg,1,midg; midg,igrid,midg -0.2436158 0.2049201 1,midg,midg; igrid,midg,midg -8.2866497E-02 -0.5923159 gauss-seidel spectral radius is 0.9992985 estimated iterations to convergence 298 setup time was (sec) 1.370000 now iterating at: 14:27:28 rms-change max change #iterations 10.41906 400.7769 at 10iterations 6.227399 165.4640 at 20iterations 3.685489 91.85791 at 30iterations 2.172776 46.75410 at 40iterations 1.276204 24.53655 at 50iterations 0.7488640 16.00975 at 60iterations 0.4376940 8.602604 at 70iterations 0.2558379 4.539383 at 80iterations 0.1494510 2.825089 at 90iterations 8.7101400E-02 1.571922 at 100iterations 5.0917849E-02 0.9309978 at 110iterations 2.9601028E-02 0.5159798 at 120iterations 1.7259825E-02 0.3110495 at 130iterations 1.0063780E-02 0.1672010 at 140iterations 5.8595105E-03 9.8827362E-02 at 150iterations 3.4161722E-03 6.3683271E-02 at 160iterations 1.9900242E-03 3.5959244E-02 at 170iterations 1.1615071E-03 2.0763397E-02 at 180iterations finished qdiffx linear iterations at : 14:27:43 total time elapsed so far: 14.57000 # loops : 180 mean,max change (kT/e) : 1.1615071E-03 2.0763397E-02 energy calculations done at 14.57000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.71000 DelPhi exited at 14:27:44 14.708u 0.291s 0:17.69 84.7% 0+0k 0+0io 0pf+0w