Mon Oct 10 18:30:33 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 Mon Oct 10 2011 at 18:30:33 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 = 2392 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.7057610 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): -41.27900 3.752000 ymin,ymax (A): 56.40100 106.8430 zmin,zma (A): -20.52900 29.41200 x,y,z range (A): 45.03100 50.44201 49.94100 scale (grids/A): 0.7057610 object centre (A): -18.76350 81.62200 4.441500 number of atom coordinates read : 2392 total number of charged atoms : 2255 net assigned charge : 1.000006 assigned positive charge : 357.6959 centred at (gu) : 89.08129 87.10098 88.71136 assigned negative charge : -356.6965 centred at (gu) : 88.99055 87.21029 88.67933 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 7816 nv = 96 ne = 84 npr = 50337 no. pairs analyzed = 50337 no. exposed pairs = 2838 no. arc points = 19384 no. surface atoms = 971 nbur = 1421 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 473 mr = 4479 m= 6 mr = 63 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 69 time to turn everything in is 0.1800000 number of dielectric boundary points 3753 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1738 ## 132 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 9013 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.3629934E-08 1.8758646E-08 midg,1,midg; midg,igrid,midg 1.1704217E-07 -2.9578027E-08 1,midg,midg; igrid,midg,midg -5.1102230E-08 4.6160935E-08 gauss-seidel spectral radius is 0.9895634 estimated iterations to convergence 80 setup time was (sec) 0.3700000 now iterating at: 18:30:34 rms-change max change #iterations 0.2132767 31.99546 at 10iterations 2.6128143E-02 3.823174 at 20iterations 3.2285778E-03 0.4532127 at 30iterations 4.0703220E-04 6.1296940E-02 at 40iterations 5.6209439E-05 7.8067780E-03 at 50iterations finished qdiffx linear iterations at : 18:30:37 total time elapsed so far: 3.200000 # loops : 50 mean,max change (kT/e) : 5.6209439E-05 7.8067780E-03 energy calculations done at 3.200000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.340000 DelPhi exited at 18:30:37 3.340u 0.181s 0:04.00 88.0% 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 Mon Oct 10 2011 at 18:30:37 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 = 2392 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.117283 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): -41.27900 3.752000 ymin,ymax (A): 56.40100 106.8430 zmin,zma (A): -20.52900 29.41200 x,y,z range (A): 45.03100 50.44201 49.94100 scale (grids/A): 2.117283 object centre (A): -18.76350 81.62200 4.441500 number of atom coordinates read : 2392 total number of charged atoms : 2255 net assigned charge : 1.000006 assigned positive charge : 357.6959 centred at (gu) : 87.24338 81.30235 86.13364 assigned negative charge : -356.6965 centred at (gu) : 86.97155 81.63044 86.03762 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 82724 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19384 grid for indexing accessible points = 1.400000 m= 32214 mr = 58282 m= 6144 mr = 24504 m= 511 mr = 4074 m= 10 mr = 227 m= 0 mr = 2 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 1619 time to turn everything in is 0.4100000 number of dielectric boundary points 34514 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 63 iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 17927 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.7057610 object centre at (A) : -18.76350 81.62200 4.441500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.1829036E-02 2.9340915E-02 midg,1,midg; midg,igrid,midg 4.4724014E-02 -4.2439168E-03 1,midg,midg; igrid,midg,midg 1.2236903E-04 1.9488698E-02 gauss-seidel spectral radius is 0.9988475 estimated iterations to convergence 233 setup time was (sec) 0.6300000 now iterating at: 18:30:38 rms-change max change #iterations 4.968998 183.7998 at 10iterations 2.452549 82.09624 at 20iterations 1.221807 34.25199 at 30iterations 0.6132358 19.06468 at 40iterations 0.3042898 9.535942 at 50iterations 0.1521556 4.374565 at 60iterations 7.5724028E-02 1.960107 at 70iterations 3.7752084E-02 1.062238 at 80iterations 1.8806005E-02 0.5316734 at 90iterations 9.3704602E-03 0.2708893 at 100iterations 4.6657836E-03 0.1341515 at 110iterations 2.3383684E-03 6.4754486E-02 at 120iterations finished qdiffx linear iterations at : 18:30:45 total time elapsed so far: 7.810000 # loops : 120 mean,max change (kT/e) : 2.3383684E-03 6.4754486E-02 energy calculations done at 7.810000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.940000 DelPhi exited at 18:30:46 7.947u 0.220s 0:08.49 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 Mon Oct 10 2011 at 18:30: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2392 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: 3.175925 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): -41.27900 3.752000 ymin,ymax (A): 56.40100 106.8430 zmin,zma (A): -20.52900 29.41200 x,y,z range (A): 45.03100 50.44201 49.94100 scale (grids/A): 3.175925 object centre (A): -18.76350 81.62200 4.441500 number of atom coordinates read : 2392 total number of charged atoms : 2255 net assigned charge : 1.000006 assigned positive charge : 357.6959 centred at (gu) : 85.86492 76.95344 84.20029 assigned negative charge : -356.6965 centred at (gu) : 85.45716 77.44556 84.05640 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.5500000 boundary points on vw surface= 191041 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19384 grid for indexing accessible points = 1.400000 m= 100068 mr = 140665 m= 40827 mr = 83333 m= 11417 mr = 33562 m= 2026 mr = 8813 m= 215 mr = 1425 m= 10 mr = 136 m= 0 mr = 3 time to grow re-entrant surface = 0.6300000 no. cavity mid-points inaccessible to solvent = 5465 time to turn everything in is 1.280000 number of dielectric boundary points 77667 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.380000 number of grid points assigned charge 18040 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.117283 object centre at (A) : -18.76350 81.62200 4.441500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1687922 0.8410894 midg,1,midg; midg,igrid,midg 0.3467707 -2.9265663E-02 1,midg,midg; igrid,midg,midg 4.9936276E-02 6.4328007E-02 gauss-seidel spectral radius is 0.9993069 estimated iterations to convergence 300 setup time was (sec) 1.530000 now iterating at: 18:30:48 rms-change max change #iterations 11.07151 356.8692 at 10iterations 6.542368 117.5443 at 20iterations 3.859041 67.78715 at 30iterations 2.267414 38.64337 at 40iterations 1.337508 23.63131 at 50iterations 0.7856284 13.18108 at 60iterations 0.4600523 7.968826 at 70iterations 0.2697486 4.410263 at 80iterations 0.1582009 2.693781 at 90iterations 9.2581294E-02 1.507178 at 100iterations 5.4244649E-02 0.8612385 at 110iterations 3.1777602E-02 0.5257683 at 120iterations 1.8568849E-02 0.3014717 at 130iterations 1.0885141E-02 0.1783218 at 140iterations 6.3646343E-03 0.1083329 at 150iterations 3.7278186E-03 6.3285828E-02 at 160iterations 2.1798098E-03 3.4951210E-02 at 170iterations 1.2762811E-03 2.0702362E-02 at 180iterations finished qdiffx linear iterations at : 18:30:59 total time elapsed so far: 12.98000 # loops : 180 mean,max change (kT/e) : 1.2762811E-03 2.0702362E-02 energy calculations done at 12.98000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.12000 DelPhi exited at 18:31:00 13.127u 0.193s 0:13.77 96.6% 0+0k 0+0io 0pf+0w