Tue Oct 11 00:32: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 Tue Oct 11 2011 at 00:32:12 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 = 2048 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.5843346 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): 20.00700 80.93100 ymin,ymax (A): -0.8860000 39.73700 zmin,zma (A): -6.972000 41.85500 x,y,z range (A): 60.92400 40.62300 48.82700 scale (grids/A): 0.5843346 object centre (A): 50.46900 19.42550 17.44150 number of atom coordinates read : 2048 total number of charged atoms : 1908 net assigned charge : 2.000002 assigned positive charge : 298.4927 centred at (gu) : 88.89359 89.96425 89.62724 assigned negative charge : -296.4930 centred at (gu) : 88.94773 90.12213 89.66061 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 4634 nv = 96 ne = 84 npr = 41286 no. pairs analyzed = 41286 no. exposed pairs = 2629 no. arc points = 19003 no. surface atoms = 885 nbur = 1163 mkacc time = 0.1300000 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= 201 mr = 2392 m= 3 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 32 time to turn everything in is 0.3000000 number of dielectric boundary points 2437 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1867 ## 248 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 5784 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.1527752E-09 -6.3809583E-11 midg,1,midg; midg,igrid,midg 3.1439127E-09 -2.2086935E-09 1,midg,midg; igrid,midg,midg 1.8209508E-09 -3.2414191E-10 gauss-seidel spectral radius is 0.9848071 estimated iterations to convergence 67 setup time was (sec) 0.6500000 now iterating at: 00:32:13 rms-change max change #iterations 8.3672956E-02 15.71404 at 10iterations 6.4445357E-03 1.260657 at 20iterations 4.9950212E-04 8.6185455E-02 at 30iterations 4.0130111E-05 8.6917877E-03 at 40iterations 3.1752970E-06 5.6076050E-04 at 50iterations finished qdiffx linear iterations at : 00:32:17 total time elapsed so far: 4.200000 # loops : 50 mean,max change (kT/e) : 3.1752970E-06 5.6076050E-04 energy calculations done at 4.200000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.420000 DelPhi exited at 00:32:18 4.423u 0.451s 0:05.32 91.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 00:32:18 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 = 2048 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.753004 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): 20.00700 80.93100 ymin,ymax (A): -0.8860000 39.73700 zmin,zma (A): -6.972000 41.85500 x,y,z range (A): 60.92400 40.62300 48.82700 scale (grids/A): 1.753004 object centre (A): 50.46900 19.42550 17.44150 number of atom coordinates read : 2048 total number of charged atoms : 1908 net assigned charge : 2.000002 assigned positive charge : 298.4927 centred at (gu) : 86.68041 89.89281 88.88156 assigned negative charge : -296.4930 centred at (gu) : 86.84318 90.36624 88.98180 start vw surface at 0.1300000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 50907 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19003 grid for indexing accessible points = 1.400000 m= 16410 mr = 33942 m= 2029 mr = 11622 m= 73 mr = 1133 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 2696 time to turn everything in is 0.5100000 number of dielectric boundary points 22722 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 199 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6400000 number of grid points assigned charge 14887 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.5843346 object centre at (A) : 50.46900 19.42550 17.44150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.0328768E-02 1.9057054E-03 midg,1,midg; midg,igrid,midg 6.2519754E-03 2.0037238E-03 1,midg,midg; igrid,midg,midg -6.8207099E-03 2.0952609E-03 gauss-seidel spectral radius is 0.9983343 estimated iterations to convergence 194 setup time was (sec) 0.8300000 now iterating at: 00:32:19 rms-change max change #iterations 3.082585 152.8195 at 10iterations 1.328727 55.69500 at 20iterations 0.5720044 25.91081 at 30iterations 0.2467418 10.17877 at 40iterations 0.1065723 4.278785 at 50iterations 4.6023477E-02 1.755058 at 60iterations 1.9949015E-02 0.8903656 at 70iterations 8.6062960E-03 0.3197584 at 80iterations 3.7159133E-03 0.1576900 at 90iterations 1.6102765E-03 6.2103271E-02 at 100iterations 6.9395994E-04 2.9049873E-02 at 110iterations 3.0008124E-04 1.3209343E-02 at 120iterations finished qdiffx linear iterations at : 00:32:28 total time elapsed so far: 9.570000 # loops : 120 mean,max change (kT/e) : 3.0008124E-04 1.3209343E-02 energy calculations done at 9.570000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.780000 DelPhi exited at 00:32:28 9.783u 0.498s 0:10.79 95.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 Tue Oct 11 2011 at 00:32:28 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 = 2048 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.629506 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): 20.00700 80.93100 ymin,ymax (A): -0.8860000 39.73700 zmin,zma (A): -6.972000 41.85500 x,y,z range (A): 60.92400 40.62300 48.82700 scale (grids/A): 2.629506 object centre (A): 50.46900 19.42550 17.44150 number of atom coordinates read : 2048 total number of charged atoms : 1908 net assigned charge : 2.000002 assigned positive charge : 298.4927 centred at (gu) : 85.02065 89.83880 88.32230 assigned negative charge : -296.4930 centred at (gu) : 85.26472 90.54947 88.47272 start vw surface at 0.1400000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 117845 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19003 grid for indexing accessible points = 1.400000 m= 54923 mr = 82654 m= 17664 mr = 43762 m= 3429 mr = 13806 m= 296 mr = 2422 m= 4 mr = 139 m= 0 mr = 0 time to grow re-entrant surface = 0.7600000 no. cavity mid-points inaccessible to solvent = 8959 time to turn everything in is 1.300000 number of dielectric boundary points 51378 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 1.440000 number of grid points assigned charge 15260 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.753004 object centre at (A) : 50.46900 19.42550 17.44150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1680845 8.0400966E-03 midg,1,midg; midg,igrid,midg 7.2042584E-02 6.7790858E-02 1,midg,midg; igrid,midg,midg -8.9779742E-02 8.3554238E-02 gauss-seidel spectral radius is 0.9991608 estimated iterations to convergence 273 setup time was (sec) 1.640000 now iterating at: 00:32:31 rms-change max change #iterations 7.535267 298.2648 at 10iterations 4.195946 126.7181 at 20iterations 2.325768 79.20474 at 30iterations 1.289259 31.83418 at 40iterations 0.7123142 17.25681 at 50iterations 0.3955574 9.288109 at 60iterations 0.2183191 4.545534 at 70iterations 0.1207932 2.653576 at 80iterations 6.6800103E-02 1.526598 at 90iterations 3.6963880E-02 0.8034382 at 100iterations 2.0350702E-02 0.4457827 at 110iterations 1.1278709E-02 0.2911243 at 120iterations 6.2246821E-03 0.1413746 at 130iterations 3.4349461E-03 7.5614929E-02 at 140iterations 1.9043499E-03 4.6567678E-02 at 150iterations 1.0515666E-03 2.2162437E-02 at 160iterations 5.8230432E-04 1.2989044E-02 at 170iterations 3.2077625E-04 7.0953369E-03 at 180iterations finished qdiffx linear iterations at : 00:32:45 total time elapsed so far: 15.60000 # loops : 180 mean,max change (kT/e) : 3.2077625E-04 7.0953369E-03 energy calculations done at 15.60000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.84000 DelPhi exited at 00:32:45 15.847u 0.542s 0:16.78 97.6% 0+0k 0+0io 0pf+0w