Mon Oct 10 10:30:36 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 Mon Oct 10 2011 at 10:30: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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2533 !!! WARNING: HIR 536 has a net charge of 0.5140 !!! WARNING: MN9 955 has a net charge of 1.4000 !!! WARNING: MN9 956 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.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6111168 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): -30.93600 27.31800 ymin,ymax (A): 41.35500 98.21600 zmin,zma (A): 3.006000 52.69200 x,y,z range (A): 58.25400 56.86100 49.68600 scale (grids/A): 0.6111168 object centre (A): -1.809000 69.78550 27.84900 number of atom coordinates read : 2533 total number of charged atoms : 2390 net assigned charge : 10.31402 assigned positive charge : 386.4781 centred at (gu) : 87.74897 89.72985 87.58058 assigned negative charge : -376.1648 centred at (gu) : 87.61352 89.62797 87.55724 start vw surface at 0.1100000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 6568 nv = 96 ne = 84 npr = 48012 no. pairs analyzed = 48012 no. exposed pairs = 3604 no. arc points = 26025 no. surface atoms = 1191 nbur = 1342 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 341 mr = 3171 m= 0 mr = 20 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2900000 number of dielectric boundary points 3718 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2586 ## 285 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 7942 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 8.9556540E-09 4.5131920E-09 midg,1,midg; midg,igrid,midg 1.4750243E-09 1.0714539E-08 1,midg,midg; igrid,midg,midg -7.5591711E-10 7.9286524E-09 gauss-seidel spectral radius is 0.9861447 estimated iterations to convergence 70 setup time was (sec) 0.5900000 now iterating at: 10:30:37 rms-change max change #iterations 0.1162257 16.08005 at 10iterations 1.0411119E-02 1.453882 at 20iterations 1.0200916E-03 0.1427708 at 30iterations 1.4680740E-04 2.5276184E-02 at 40iterations 3.2427834E-05 5.8813095E-03 at 50iterations finished qdiffx linear iterations at : 10:30:41 total time elapsed so far: 4.280000 # loops : 50 mean,max change (kT/e) : 3.2427834E-05 5.8813095E-03 energy calculations done at 4.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.450000 DelPhi exited at 10:30:42 4.457u 0.402s 0:05.20 93.2% 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 10:30:42 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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2533 !!! WARNING: HIR 536 has a net charge of 0.5140 !!! WARNING: MN9 955 has a net charge of 1.4000 !!! WARNING: MN9 956 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.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.833351 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): -30.93600 27.31800 ymin,ymax (A): 41.35500 98.21600 zmin,zma (A): 3.006000 52.69200 x,y,z range (A): 58.25400 56.86100 49.68600 scale (grids/A): 1.833351 object centre (A): -1.809000 69.78550 27.84900 number of atom coordinates read : 2533 total number of charged atoms : 2390 net assigned charge : 10.31402 assigned positive charge : 386.4781 centred at (gu) : 83.24656 89.18925 82.74139 assigned negative charge : -376.1648 centred at (gu) : 82.84027 88.88375 82.67168 start vw surface at 0.1200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 70498 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26025 grid for indexing accessible points = 1.400000 m= 24020 mr = 45785 m= 3449 mr = 16278 m= 192 mr = 1783 m= 4 mr = 48 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5900000 number of dielectric boundary points 34269 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 181 iepsmp to db, and charging done at 0.7400000 number of grid points assigned charge 18725 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.6111168 object centre at (A) : -1.809000 69.78550 27.84900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.1839050E-02 4.6099606E-03 midg,1,midg; midg,igrid,midg 7.0005357E-03 2.6381455E-02 1,midg,midg; igrid,midg,midg 2.0700654E-02 1.2670306E-02 gauss-seidel spectral radius is 0.9985383 estimated iterations to convergence 207 setup time was (sec) 0.9200000 now iterating at: 10:30:43 rms-change max change #iterations 3.922017 187.9309 at 10iterations 1.783731 59.91912 at 20iterations 0.8099113 27.64498 at 30iterations 0.3683805 11.66817 at 40iterations 0.1675104 6.319802 at 50iterations 7.5975157E-02 2.997131 at 60iterations 3.4694865E-02 1.194546 at 70iterations 1.5866103E-02 0.4977531 at 80iterations 7.2087944E-03 0.2506294 at 90iterations 3.3099465E-03 0.1172180 at 100iterations 1.5141999E-03 5.0111294E-02 at 110iterations 7.0140557E-04 2.4192333E-02 at 120iterations finished qdiffx linear iterations at : 10:30:52 total time elapsed so far: 10.38000 # loops : 120 mean,max change (kT/e) : 7.0140557E-04 2.4192333E-02 energy calculations done at 10.38000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.55000 DelPhi exited at 10:30:53 10.555u 0.426s 0:11.25 97.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 10:30:53 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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2533 !!! WARNING: HIR 536 has a net charge of 0.5140 !!! WARNING: MN9 955 has a net charge of 1.4000 !!! WARNING: MN9 956 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.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.750026 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): -30.93600 27.31800 ymin,ymax (A): 41.35500 98.21600 zmin,zma (A): 3.006000 52.69200 x,y,z range (A): 58.25400 56.86100 49.68600 scale (grids/A): 2.750026 object centre (A): -1.809000 69.78550 27.84900 number of atom coordinates read : 2533 total number of charged atoms : 2390 net assigned charge : 10.31402 assigned positive charge : 386.4781 centred at (gu) : 79.86976 88.78379 79.11213 assigned negative charge : -376.1648 centred at (gu) : 79.26038 88.32555 79.00753 start vw surface at 0.1100000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 162919 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26025 grid for indexing accessible points = 1.400000 m= 78060 mr = 112182 m= 26991 mr = 60334 m= 5709 mr = 20267 m= 690 mr = 3849 m= 36 mr = 378 m= 0 mr = 10 time to grow re-entrant surface = 0.9300001 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.500000 number of dielectric boundary points 77385 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.670000 number of grid points assigned charge 19117 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.833351 object centre at (A) : -1.809000 69.78550 27.84900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3830655 -2.9318914E-02 midg,1,midg; midg,igrid,midg 0.1121682 0.4499336 1,midg,midg; igrid,midg,midg 0.3316934 6.0489117E-03 gauss-seidel spectral radius is 0.9992544 estimated iterations to convergence 289 setup time was (sec) 1.870000 now iterating at: 10:30:55 rms-change max change #iterations 9.748569 307.5989 at 10iterations 5.822348 144.7579 at 20iterations 3.415207 83.34648 at 30iterations 1.997707 41.25528 at 40iterations 1.163279 26.39849 at 50iterations 0.6756000 14.14369 at 60iterations 0.3899338 8.686447 at 70iterations 0.2255839 4.898176 at 80iterations 0.1301267 2.576456 at 90iterations 7.4956946E-02 1.561417 at 100iterations 4.3110173E-02 0.7975996 at 110iterations 2.4778025E-02 0.5358734 at 120iterations 1.4254103E-02 0.2775612 at 130iterations 8.1868097E-03 0.1737175 at 140iterations 4.7138925E-03 8.4416389E-02 at 150iterations 2.7162121E-03 5.0802231E-02 at 160iterations 1.5743587E-03 3.8324356E-02 at 170iterations 9.1645401E-04 1.8711090E-02 at 180iterations finished qdiffx linear iterations at : 10:31:13 total time elapsed so far: 19.27000 # loops : 180 mean,max change (kT/e) : 9.1645401E-04 1.8711090E-02 energy calculations done at 19.27000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.43000 DelPhi exited at 10:31:13 19.434u 0.476s 0:20.17 98.6% 0+0k 0+0io 0pf+0w