Mon Oct 10 13:58:18 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 13:58: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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2806 !!! WARNING: MG8 801 has a net charge of 1.4000 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: 0.6349659 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): -45.15500 8.489000 ymin,ymax (A): -29.38400 26.68200 zmin,zma (A): -7.280000 41.68800 x,y,z range (A): 53.64400 56.06600 48.96800 scale (grids/A): 0.6349659 object centre (A): -18.33300 -1.350999 17.20400 number of atom coordinates read : 2806 total number of charged atoms : 2627 net assigned charge : -2.599971 assigned positive charge : 423.8254 centred at (gu) : 89.43940 90.79738 89.45757 assigned negative charge : -426.4261 centred at (gu) : 89.58806 90.78949 89.76562 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 7712 nv = 96 ne = 84 npr = 56087 no. pairs analyzed = 56087 no. exposed pairs = 3450 no. arc points = 24304 no. surface atoms = 1165 nbur = 1641 mkacc time = 0.1000000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 450 mr = 4369 m= 3 mr = 57 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 19 time to turn everything in is 0.2000000 number of dielectric boundary points 3739 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2352 ## 220 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 9170 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.3514493E-08 -3.4717242E-08 midg,1,midg; midg,igrid,midg -3.7209498E-09 -3.1101577E-09 1,midg,midg; igrid,midg,midg 1.4511198E-08 -1.8042929E-08 gauss-seidel spectral radius is 0.9871711 estimated iterations to convergence 72 setup time was (sec) 0.4000000 now iterating at: 13:58:19 rms-change max change #iterations 0.1461377 21.53422 at 10iterations 1.4333736E-02 2.208933 at 20iterations 1.4190684E-03 0.1902063 at 30iterations 1.4194219E-04 1.9786835E-02 at 40iterations 1.5887917E-05 3.0660629E-03 at 50iterations finished qdiffx linear iterations at : 13:58:22 total time elapsed so far: 3.310000 # loops : 50 mean,max change (kT/e) : 1.5887917E-05 3.0660629E-03 energy calculations done at 3.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.450000 DelPhi exited at 13:58:23 3.456u 0.174s 0:04.23 85.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 Mon Oct 10 2011 at 13:58:23 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2806 !!! WARNING: MG8 801 has a net charge of 1.4000 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: 1.904898 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): -45.15500 8.489000 ymin,ymax (A): -29.38400 26.68200 zmin,zma (A): -7.280000 41.68800 x,y,z range (A): 53.64400 56.06600 48.96800 scale (grids/A): 1.904898 object centre (A): -18.33300 -1.350999 17.20400 number of atom coordinates read : 2806 total number of charged atoms : 2627 net assigned charge : -2.599971 assigned positive charge : 423.8254 centred at (gu) : 88.31780 92.39174 88.37189 assigned negative charge : -426.4261 centred at (gu) : 88.76364 92.36798 89.29649 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 83891 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24304 grid for indexing accessible points = 1.400000 m= 31250 mr = 59468 m= 5091 mr = 23341 m= 303 mr = 3159 m= 5 mr = 119 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 1349 time to turn everything in is 0.4200000 number of dielectric boundary points 34454 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 164 iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 20687 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.6349659 object centre at (A) : -18.33300 -1.350999 17.20400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.2634573E-02 -8.2212813E-02 midg,1,midg; midg,igrid,midg -1.4452751E-02 -1.5097088E-02 1,midg,midg; igrid,midg,midg 5.2889224E-02 -3.1096878E-02 gauss-seidel spectral radius is 0.9986583 estimated iterations to convergence 216 setup time was (sec) 0.6400000 now iterating at: 13:58:24 rms-change max change #iterations 4.464624 234.5815 at 10iterations 2.109504 66.95990 at 20iterations 1.000100 31.66899 at 30iterations 0.4722809 16.65138 at 40iterations 0.2225311 7.417854 at 50iterations 0.1051776 3.004690 at 60iterations 4.9780965E-02 1.509332 at 70iterations 2.3511535E-02 0.7922478 at 80iterations 1.1120146E-02 0.3314896 at 90iterations 5.2556591E-03 0.1498566 at 100iterations 2.4803125E-03 7.5563431E-02 at 110iterations 1.1752915E-03 3.8843155E-02 at 120iterations finished qdiffx linear iterations at : 13:58:31 total time elapsed so far: 7.870000 # loops : 120 mean,max change (kT/e) : 1.1752915E-03 3.8843155E-02 energy calculations done at 7.870000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.010000 DelPhi exited at 13:58:31 8.010u 0.207s 0:08.68 94.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 Mon Oct 10 2011 at 13:58:32 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2806 !!! WARNING: MG8 801 has a net charge of 1.4000 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.857347 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): -45.15500 8.489000 ymin,ymax (A): -29.38400 26.68200 zmin,zma (A): -7.280000 41.68800 x,y,z range (A): 53.64400 56.06600 48.96800 scale (grids/A): 2.857347 object centre (A): -18.33300 -1.350999 17.20400 number of atom coordinates read : 2806 total number of charged atoms : 2627 net assigned charge : -2.599971 assigned positive charge : 423.8254 centred at (gu) : 87.47648 93.58747 87.55770 assigned negative charge : -426.4261 centred at (gu) : 88.14546 93.55195 88.94453 start vw surface at 0.1000000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 194019 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24304 grid for indexing accessible points = 1.400000 m= 100838 mr = 143666 m= 37070 mr = 83334 m= 9180 mr = 29948 m= 1399 mr = 6881 m= 73 mr = 966 m= 1 mr = 20 m= 0 mr = 0 time to grow re-entrant surface = 0.6299999 no. cavity mid-points inaccessible to solvent = 4230 time to turn everything in is 1.090000 number of dielectric boundary points 77765 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.180000 number of grid points assigned charge 21013 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.904898 object centre at (A) : -18.33300 -1.350999 17.20400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4697891 -1.091593 midg,1,midg; midg,igrid,midg -0.2455289 -0.3033505 1,midg,midg; igrid,midg,midg 0.3922257 -0.6154168 gauss-seidel spectral radius is 0.9992698 estimated iterations to convergence 292 setup time was (sec) 1.330000 now iterating at: 13:58:33 rms-change max change #iterations 10.55405 372.7386 at 10iterations 6.237422 163.9873 at 20iterations 3.662903 68.12683 at 30iterations 2.143084 43.11260 at 40iterations 1.251414 25.33479 at 50iterations 0.7298200 13.42486 at 60iterations 0.4242518 7.701719 at 70iterations 0.2465592 4.701031 at 80iterations 0.1428825 2.681680 at 90iterations 8.2738183E-02 1.504049 at 100iterations 4.7943242E-02 0.8879166 at 110iterations 2.7803281E-02 0.4806862 at 120iterations 1.6088795E-02 0.2838612 at 130iterations 9.3031526E-03 0.1602964 at 140iterations 5.3885290E-03 9.6980095E-02 at 150iterations 3.1169502E-03 5.6934357E-02 at 160iterations 1.8141135E-03 3.3111095E-02 at 170iterations 1.0575814E-03 1.7322540E-02 at 180iterations finished qdiffx linear iterations at : 13:58:45 total time elapsed so far: 12.83000 # loops : 180 mean,max change (kT/e) : 1.0575814E-03 1.7322540E-02 energy calculations done at 12.83000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.96000 DelPhi exited at 13:58:45 12.965u 0.203s 0:13.71 95.9% 0+0k 0+0io 0pf+0w