Sun Oct 9 07:54:00 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 Sun Oct 9 2011 at 07:54:00 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: 316 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2220 !!! WARNING: NAP 207 has a net charge of -2.0000 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.7191338 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): 1.772000 48.14100 ymin,ymax (A): -16.37600 33.12800 zmin,zma (A): -4.669000 34.87700 x,y,z range (A): 46.36900 49.50400 39.54600 scale (grids/A): 0.7191338 object centre (A): 24.95650 8.376001 15.10400 number of atom coordinates read : 2220 total number of charged atoms : 2083 net assigned charge : 6.000018 assigned positive charge : 335.3084 centred at (gu) : 90.01408 90.69012 90.79994 assigned negative charge : -329.3089 centred at (gu) : 89.90471 90.77375 90.93842 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7689 nv = 96 ne = 84 npr = 46060 no. pairs analyzed = 46060 no. exposed pairs = 2768 no. arc points = 19330 no. surface atoms = 934 nbur = 1286 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 535 mr = 4300 m= 5 mr = 120 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 104 time to turn everything in is 0.3200000 number of dielectric boundary points 3810 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1800 ## 185 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 8609 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.3722099E-07 -3.2164802E-08 midg,1,midg; midg,igrid,midg 1.0851962E-07 1.1950060E-08 1,midg,midg; igrid,midg,midg -6.6723427E-09 1.4109598E-07 gauss-seidel spectral radius is 0.9899344 estimated iterations to convergence 81 setup time was (sec) 0.5900000 now iterating at: 07:54:01 rms-change max change #iterations 0.2222733 29.67841 at 10iterations 2.8489484E-02 4.154396 at 20iterations 3.5778021E-03 0.5502291 at 30iterations 4.5843466E-04 6.5290451E-02 at 40iterations 5.9151342E-05 7.8191757E-03 at 50iterations finished qdiffx linear iterations at : 07:54:04 total time elapsed so far: 3.890000 # loops : 50 mean,max change (kT/e) : 5.9151342E-05 7.8191757E-03 energy calculations done at 3.890000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.060000 DelPhi exited at 07:54:04 4.068u 0.276s 0:04.61 93.9% 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 Sun Oct 9 2011 at 07:54:04 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: 316 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2220 !!! WARNING: NAP 207 has a net charge of -2.0000 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.157401 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): 1.772000 48.14100 ymin,ymax (A): -16.37600 33.12800 zmin,zma (A): -4.669000 34.87700 x,y,z range (A): 46.36900 49.50400 39.54600 scale (grids/A): 2.157401 object centre (A): 24.95650 8.376001 15.10400 number of atom coordinates read : 2220 total number of charged atoms : 2083 net assigned charge : 6.000018 assigned positive charge : 335.3084 centred at (gu) : 90.04196 92.07011 92.39957 assigned negative charge : -329.3089 centred at (gu) : 89.71407 92.32111 92.81496 start vw surface at 0.1500000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 80915 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19330 grid for indexing accessible points = 1.400000 m= 32220 mr = 55900 m= 6845 mr = 24502 m= 793 mr = 4816 m= 41 mr = 439 m= 0 mr = 12 time to grow re-entrant surface = 0.4700000 no. cavity mid-points inaccessible to solvent = 2725 time to turn everything in is 0.8300000 number of dielectric boundary points 35145 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 85 iepsmp to db, and charging done at 0.9600000 number of grid points assigned charge 16580 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.7191338 object centre at (A) : 24.95650 8.376001 15.10400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.2938465E-02 7.2376765E-03 midg,1,midg; midg,igrid,midg 4.0003944E-02 3.4960937E-02 1,midg,midg; igrid,midg,midg -1.3411559E-02 4.4835065E-02 gauss-seidel spectral radius is 0.9988775 estimated iterations to convergence 236 setup time was (sec) 1.120000 now iterating at: 07:54:06 rms-change max change #iterations 4.989964 250.9615 at 10iterations 2.505403 83.31175 at 20iterations 1.258060 40.83057 at 30iterations 0.6322531 20.37559 at 40iterations 0.3166113 8.637543 at 50iterations 0.1593136 4.706421 at 60iterations 7.9995573E-02 2.248466 at 70iterations 4.0257450E-02 1.079863 at 80iterations 2.0159295E-02 0.5790863 at 90iterations 1.0122819E-02 0.2786446 at 100iterations 5.1146313E-03 0.1557388 at 110iterations 2.5654112E-03 7.1084976E-02 at 120iterations finished qdiffx linear iterations at : 07:54:14 total time elapsed so far: 9.470000 # loops : 120 mean,max change (kT/e) : 2.5654112E-03 7.1084976E-02 energy calculations done at 9.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.640000 DelPhi exited at 07:54:15 9.639u 0.308s 0:10.22 97.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 Sun Oct 9 2011 at 07:54:15 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: 316 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2220 !!! WARNING: NAP 207 has a net charge of -2.0000 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: 3.236102 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): 1.772000 48.14100 ymin,ymax (A): -16.37600 33.12800 zmin,zma (A): -4.669000 34.87700 x,y,z range (A): 46.36900 49.50400 39.54600 scale (grids/A): 3.236102 object centre (A): 24.95650 8.376001 15.10400 number of atom coordinates read : 2220 total number of charged atoms : 2083 net assigned charge : 6.000018 assigned positive charge : 335.3084 centred at (gu) : 90.06280 93.10505 93.59924 assigned negative charge : -329.3089 centred at (gu) : 89.57106 93.48164 94.22237 start vw surface at 0.1400000 fill in re-entrant regions at 1.080000 boundary points on vw surface= 186603 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19330 grid for indexing accessible points = 1.400000 m= 98671 mr = 134953 m= 42315 mr = 81829 m= 13397 mr = 35270 m= 3193 mr = 10630 m= 509 mr = 2441 m= 45 mr = 357 m= 0 mr = 13 time to grow re-entrant surface = 1.210000 no. cavity mid-points inaccessible to solvent = 8748 time to turn everything in is 2.410000 number of dielectric boundary points 79240 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.570000 number of grid points assigned charge 16664 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) : 2.157401 object centre at (A) : 24.95650 8.376001 15.10400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.6601368 8.7105058E-02 midg,1,midg; midg,igrid,midg 0.2600953 0.3663173 1,midg,midg; igrid,midg,midg -3.7786309E-02 0.2916888 gauss-seidel spectral radius is 0.9993006 estimated iterations to convergence 298 setup time was (sec) 2.740000 now iterating at: 07:54:18 rms-change max change #iterations 10.80901 386.9105 at 10iterations 6.310893 136.3491 at 20iterations 3.684115 61.31034 at 30iterations 2.148901 37.26294 at 40iterations 1.255740 23.95152 at 50iterations 0.7329565 12.47977 at 60iterations 0.4273108 7.071898 at 70iterations 0.2492798 4.014207 at 80iterations 0.1452876 2.406044 at 90iterations 8.4737003E-02 1.397591 at 100iterations 4.9302910E-02 0.8481216 at 110iterations 2.8755162E-02 0.4663448 at 120iterations 1.6785361E-02 0.2701912 at 130iterations 9.7890021E-03 0.1704407 at 140iterations 5.7024700E-03 9.8602295E-02 at 150iterations 3.3276603E-03 5.6771040E-02 at 160iterations 1.9383531E-03 3.1135559E-02 at 170iterations 1.1300561E-03 2.0381927E-02 at 180iterations finished qdiffx linear iterations at : 07:54:32 total time elapsed so far: 16.80000 # loops : 180 mean,max change (kT/e) : 1.1300561E-03 2.0381927E-02 energy calculations done at 16.80000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.97000 DelPhi exited at 07:54:32 16.971u 0.327s 0:17.60 98.2% 0+0k 0+0io 0pf+0w