Sun Oct 9 00:22:45 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 00:22:45 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: 286 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2261 !!! WARNING: ARG 36 has a net charge of -0.2720 !!! WARNING: VAL 44 has a net charge of 0.0260 !!! WARNING: HIT 84 has a net charge of 0.5140 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.6682434 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): -27.18900 26.08500 ymin,ymax (A): 7.893000 50.87700 zmin,zma (A): -12.81400 39.30200 x,y,z range (A): 53.27400 42.98400 52.11600 scale (grids/A): 0.6682434 object centre (A): -0.5520000 29.38500 13.24400 number of atom coordinates read : 2261 total number of charged atoms : 2126 net assigned charge : 10.76803 assigned positive charge : 333.1104 centred at (gu) : 90.50112 90.68468 91.47294 assigned negative charge : -322.3431 centred at (gu) : 90.47053 90.64199 91.42513 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6931 nv = 96 ne = 84 npr = 45583 no. pairs analyzed = 45583 no. exposed pairs = 2959 no. arc points = 21111 no. surface atoms = 990 nbur = 1271 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 452 mr = 3654 m= 4 mr = 64 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 14 time to turn everything in is 0.1800000 number of dielectric boundary points 3669 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1996 ## 166 charges are in solution ## iepsmp to db, and charging done at 0.2600000 number of grid points assigned charge 7989 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.8144590E-08 5.8460198E-08 midg,1,midg; midg,igrid,midg 2.1996975E-08 4.8614968E-08 1,midg,midg; igrid,midg,midg 2.5006020E-08 4.4150383E-08 gauss-seidel spectral radius is 0.9883683 estimated iterations to convergence 76 setup time was (sec) 0.4100000 now iterating at: 00:22:46 rms-change max change #iterations 0.1587504 23.69887 at 10iterations 1.7494259E-02 2.882710 at 20iterations 1.9624005E-03 0.2700901 at 30iterations 2.7487089E-04 4.9877167E-02 at 40iterations 6.8687157E-05 1.3246536E-02 at 50iterations finished qdiffx linear iterations at : 00:22:49 total time elapsed so far: 3.530000 # loops : 50 mean,max change (kT/e) : 6.8687157E-05 1.3246536E-02 energy calculations done at 3.530000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.670000 DelPhi exited at 00:22:50 3.669u 0.190s 0:04.18 92.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 00:22:50 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: 286 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2261 !!! WARNING: ARG 36 has a net charge of -0.2720 !!! WARNING: VAL 44 has a net charge of 0.0260 !!! WARNING: HIT 84 has a net charge of 0.5140 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.004730 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): -27.18900 26.08500 ymin,ymax (A): 7.893000 50.87700 zmin,zma (A): -12.81400 39.30200 x,y,z range (A): 53.27400 42.98400 52.11600 scale (grids/A): 2.004730 object centre (A): -0.5520000 29.38500 13.24400 number of atom coordinates read : 2261 total number of charged atoms : 2126 net assigned charge : 10.76803 assigned positive charge : 333.1104 centred at (gu) : 91.50296 92.05378 94.41851 assigned negative charge : -322.3431 centred at (gu) : 91.41177 91.92602 94.27555 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 73848 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21111 grid for indexing accessible points = 1.400000 m= 27693 mr = 49920 m= 5041 mr = 19957 m= 411 mr = 3217 m= 3 mr = 182 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 1173 time to turn everything in is 0.3800000 number of dielectric boundary points 33720 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 85 iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 16811 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.6682434 object centre at (A) : -0.5520000 29.38500 13.24400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.2314792E-02 2.9984545E-02 midg,1,midg; midg,igrid,midg 1.0916105E-02 3.0870995E-02 1,midg,midg; igrid,midg,midg 4.9313609E-02 6.2501945E-02 gauss-seidel spectral radius is 0.9987383 estimated iterations to convergence 223 setup time was (sec) 0.6200000 now iterating at: 00:22:50 rms-change max change #iterations 4.216875 224.4383 at 10iterations 2.038254 69.06317 at 20iterations 0.9768235 31.61135 at 30iterations 0.4699221 14.26648 at 40iterations 0.2261273 7.558578 at 50iterations 0.1089898 3.413261 at 60iterations 5.2668691E-02 1.555424 at 70iterations 2.5378017E-02 0.7160034 at 80iterations 1.2228231E-02 0.3807645 at 90iterations 5.9199999E-03 0.1932397 at 100iterations 2.8794685E-03 9.7658157E-02 at 110iterations 1.4151142E-03 5.0943375E-02 at 120iterations finished qdiffx linear iterations at : 00:22:58 total time elapsed so far: 8.120000 # loops : 120 mean,max change (kT/e) : 1.4151142E-03 5.0943375E-02 energy calculations done at 8.120000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.260000 DelPhi exited at 00:22:58 8.260u 0.213s 0:08.83 95.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 00:22:59 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: 286 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2261 !!! WARNING: ARG 36 has a net charge of -0.2720 !!! WARNING: VAL 44 has a net charge of 0.0260 !!! WARNING: HIT 84 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.007095 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): -27.18900 26.08500 ymin,ymax (A): 7.893000 50.87700 zmin,zma (A): -12.81400 39.30200 x,y,z range (A): 53.27400 42.98400 52.11600 scale (grids/A): 3.007095 object centre (A): -0.5520000 29.38500 13.24400 number of atom coordinates read : 2261 total number of charged atoms : 2126 net assigned charge : 10.76803 assigned positive charge : 333.1104 centred at (gu) : 92.25443 93.08073 96.62762 assigned negative charge : -322.3431 centred at (gu) : 92.11761 92.88922 96.41344 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 170286 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21111 grid for indexing accessible points = 1.400000 m= 86992 mr = 120887 m= 33929 mr = 70313 m= 9380 mr = 26940 m= 1702 mr = 7081 m= 150 mr = 1169 m= 3 mr = 74 m= 0 mr = 0 time to grow re-entrant surface = 0.5700001 no. cavity mid-points inaccessible to solvent = 4019 time to turn everything in is 1.000000 number of dielectric boundary points 75978 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.100000 number of grid points assigned charge 17008 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.004730 object centre at (A) : -0.5520000 29.38500 13.24400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4576313 0.3469630 midg,1,midg; midg,igrid,midg 4.8515540E-02 0.2678947 1,midg,midg; igrid,midg,midg 0.4624062 0.5577202 gauss-seidel spectral radius is 0.9992911 estimated iterations to convergence 296 setup time was (sec) 1.260000 now iterating at: 00:23:00 rms-change max change #iterations 9.909895 422.4962 at 10iterations 5.902539 150.2887 at 20iterations 3.479699 78.30558 at 30iterations 2.050399 42.39285 at 40iterations 1.206679 24.29764 at 50iterations 0.7089478 16.28590 at 60iterations 0.4140733 7.771763 at 70iterations 0.2425024 4.484190 at 80iterations 0.1416899 2.924511 at 90iterations 8.2923420E-02 1.473106 at 100iterations 4.8240267E-02 0.9781733 at 110iterations 2.8127920E-02 0.5079461 at 120iterations 1.6435899E-02 0.2919807 at 130iterations 9.5779039E-03 0.1760426 at 140iterations 5.5811871E-03 0.1058331 at 150iterations 3.2598148E-03 5.5595398E-02 at 160iterations 1.9055549E-03 3.6827087E-02 at 170iterations 1.1234146E-03 2.0911217E-02 at 180iterations finished qdiffx linear iterations at : 00:23:13 total time elapsed so far: 13.75000 # loops : 180 mean,max change (kT/e) : 1.1234146E-03 2.0911217E-02 energy calculations done at 13.75000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.87000 DelPhi exited at 00:23:13 13.872u 0.256s 0:14.42 97.9% 0+0k 0+0io 0pf+0w