Sat Oct 8 14:17:31 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 Sat Oct 8 2011 at 14:17:31 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: 330 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3001 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: SEP 302 has a net charge of -0.4750 !!! WARNING: NAP 500 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= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.6320238 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): -35.49200 11.42800 ymin,ymax (A): -15.12700 36.11100 zmin,zma (A): -45.35200 10.97500 x,y,z range (A): 46.92000 51.23800 56.32700 scale (grids/A): 0.6320238 object centre (A): -12.03200 10.49200 -17.18850 number of atom coordinates read : 3001 total number of charged atoms : 2852 net assigned charge : -1.460992 assigned positive charge : 450.8506 centred at (gu) : 89.01171 88.98552 87.61559 assigned negative charge : -452.3124 centred at (gu) : 88.98653 88.91621 87.73138 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 7873 nv = 96 ne = 84 npr = 63097 no. pairs analyzed = 63097 no. exposed pairs = 3475 no. arc points = 23892 no. surface atoms = 1176 nbur = 1825 mkacc time = 0.1800000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 397 mr = 4605 m= 6 mr = 47 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4000000 number of dielectric boundary points 3624 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2338 ## 213 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 9696 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.7967791E-08 -8.7001943E-09 midg,1,midg; midg,igrid,midg -1.1798618E-08 4.4348560E-09 1,midg,midg; igrid,midg,midg -5.7212231E-09 6.5631722E-10 gauss-seidel spectral radius is 0.9870591 estimated iterations to convergence 72 setup time was (sec) 0.6900000 now iterating at: 14:17:32 rms-change max change #iterations 0.1534965 22.58505 at 10iterations 1.5021960E-02 2.041477 at 20iterations 1.5956514E-03 0.2149215 at 30iterations 1.9402073E-04 2.5032043E-02 at 40iterations 3.1450458E-05 4.3296814E-03 at 50iterations finished qdiffx linear iterations at : 14:17:35 total time elapsed so far: 4.020000 # loops : 50 mean,max change (kT/e) : 3.1450458E-05 4.3296814E-03 energy calculations done at 4.020000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.210000 DelPhi exited at 14:17:36 4.215u 0.253s 0:04.77 93.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 Sat Oct 8 2011 at 14:17:36 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: 330 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3001 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: SEP 302 has a net charge of -0.4750 !!! WARNING: NAP 500 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= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.896071 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): -35.49200 11.42800 ymin,ymax (A): -15.12700 36.11100 zmin,zma (A): -45.35200 10.97500 x,y,z range (A): 46.92000 51.23800 56.32700 scale (grids/A): 1.896071 object centre (A): -12.03200 10.49200 -17.18850 number of atom coordinates read : 3001 total number of charged atoms : 2852 net assigned charge : -1.460992 assigned positive charge : 450.8506 centred at (gu) : 87.03477 86.95603 82.84617 assigned negative charge : -452.3124 centred at (gu) : 86.95937 86.74832 83.19411 start vw surface at 0.1700000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 86412 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23892 grid for indexing accessible points = 1.400000 m= 31044 mr = 62560 m= 4416 mr = 23284 m= 202 mr = 2663 m= 0 mr = 62 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7600000 number of dielectric boundary points 33505 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 165 iepsmp to db, and charging done at 0.9000000 number of grid points assigned charge 22393 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.6320238 object centre at (A) : -12.03200 10.49200 -17.18850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.7318173E-02 -3.2529891E-02 midg,1,midg; midg,igrid,midg -3.4215502E-03 1.8861322E-02 1,midg,midg; igrid,midg,midg -1.1118903E-02 -8.1925783E-03 gauss-seidel spectral radius is 0.9986522 estimated iterations to convergence 216 setup time was (sec) 1.070000 now iterating at: 14:17:37 rms-change max change #iterations 4.622278 183.1625 at 10iterations 2.176391 71.72826 at 20iterations 1.028615 35.97429 at 30iterations 0.4837292 13.38104 at 40iterations 0.2282036 6.598288 at 50iterations 0.1077829 3.133120 at 60iterations 5.0934307E-02 1.533115 at 70iterations 2.3941748E-02 0.7159729 at 80iterations 1.1302397E-02 0.3498907 at 90iterations 5.3334506E-03 0.1747017 at 100iterations 2.5222038E-03 8.7142944E-02 at 110iterations 1.1918930E-03 4.0002823E-02 at 120iterations finished qdiffx linear iterations at : 14:17:46 total time elapsed so far: 9.620000 # loops : 120 mean,max change (kT/e) : 1.1918930E-03 4.0002823E-02 energy calculations done at 9.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.790000 DelPhi exited at 14:17:46 9.794u 0.302s 0:10.39 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 Sat Oct 8 2011 at 14:17:46 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: 330 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3001 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: SEP 302 has a net charge of -0.4750 !!! WARNING: NAP 500 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= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.844107 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): -35.49200 11.42800 ymin,ymax (A): -15.12700 36.11100 zmin,zma (A): -45.35200 10.97500 x,y,z range (A): 46.92000 51.23800 56.32700 scale (grids/A): 2.844107 object centre (A): -12.03200 10.49200 -17.18850 number of atom coordinates read : 3001 total number of charged atoms : 2852 net assigned charge : -1.460992 assigned positive charge : 450.8506 centred at (gu) : 85.55194 85.43385 79.26926 assigned negative charge : -452.3124 centred at (gu) : 85.43895 85.12247 79.79106 start vw surface at 0.1800000 fill in re-entrant regions at 0.6600000 boundary points on vw surface= 200205 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23892 grid for indexing accessible points = 1.400000 m= 102308 mr = 151076 m= 35362 mr = 85173 m= 7553 mr = 28567 m= 891 mr = 5522 m= 43 mr = 556 m= 0 mr = 9 time to grow re-entrant surface = 1.170000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.960000 number of dielectric boundary points 75459 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 2.120000 number of grid points assigned charge 22815 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.896071 object centre at (A) : -12.03200 10.49200 -17.18850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.7250286 -0.3290258 midg,1,midg; midg,igrid,midg 7.5337619E-02 0.2392267 1,midg,midg; igrid,midg,midg -7.5204268E-02 -5.2075561E-02 gauss-seidel spectral radius is 0.9992653 estimated iterations to convergence 291 setup time was (sec) 2.300000 now iterating at: 14:17:49 rms-change max change #iterations 10.76883 328.4841 at 10iterations 6.314449 172.4902 at 20iterations 3.670635 78.39075 at 30iterations 2.132741 40.93990 at 40iterations 1.240888 27.78031 at 50iterations 0.7172683 13.37045 at 60iterations 0.4146399 8.563010 at 70iterations 0.2394352 3.850807 at 80iterations 0.1383222 2.380598 at 90iterations 7.9898968E-02 1.371177 at 100iterations 4.6242673E-02 0.8238866 at 110iterations 2.6694635E-02 0.4568443 at 120iterations 1.5415976E-02 0.2661476 at 130iterations 8.9069894E-03 0.1537914 at 140iterations 5.1438725E-03 8.8203430E-02 at 150iterations 2.9776713E-03 5.0716400E-02 at 160iterations 1.7322277E-03 2.7938843E-02 at 170iterations 1.0113769E-03 1.6521454E-02 at 180iterations finished qdiffx linear iterations at : 14:18:03 total time elapsed so far: 16.57000 # loops : 180 mean,max change (kT/e) : 1.0113769E-03 1.6521454E-02 energy calculations done at 16.57000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.75000 DelPhi exited at 14:18:04 16.754u 0.316s 0:17.38 98.1% 0+0k 0+0io 0pf+0w