Tue Oct 11 04:19:11 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 Tue Oct 11 2011 at 04:19:11 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2733 !!! WARNING: TYS 1 has a net charge of -0.3600 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6629793 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): -10.75100 37.45700 ymin,ymax (A): -25.57900 22.67100 zmin,zma (A): -8.642000 45.05500 x,y,z range (A): 48.20800 48.25000 53.69700 scale (grids/A): 0.6629793 object centre (A): 13.35300 -1.454000 18.20650 number of atom coordinates read : 2733 total number of charged atoms : 2581 net assigned charge : 3.140010 assigned positive charge : 412.8918 centred at (gu) : 89.85430 90.29591 91.35706 assigned negative charge : -409.7524 centred at (gu) : 89.58482 90.10813 91.31904 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 8005 nv = 96 ne = 84 npr = 56384 no. pairs analyzed = 56384 no. exposed pairs = 3363 no. arc points = 22977 no. surface atoms = 1120 nbur = 1613 mkacc time = 0.1600000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 465 mr = 4580 m= 4 mr = 63 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 42 time to turn everything in is 0.3600000 number of dielectric boundary points 3831 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2245 ## 223 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 9482 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.1029511E-10 2.2685358E-08 midg,1,midg; midg,igrid,midg -3.2385021E-08 5.3228991E-08 1,midg,midg; igrid,midg,midg -5.5510519E-08 6.5514548E-08 gauss-seidel spectral radius is 0.9882151 estimated iterations to convergence 75 setup time was (sec) 0.6500000 now iterating at: 04:19:12 rms-change max change #iterations 0.1711448 27.16327 at 10iterations 1.8882459E-02 2.654350 at 20iterations 2.1335592E-03 0.2849951 at 30iterations 2.9338789E-04 3.8362503E-02 at 40iterations 6.2759944E-05 8.6898804E-03 at 50iterations finished qdiffx linear iterations at : 04:19:15 total time elapsed so far: 3.990000 # loops : 50 mean,max change (kT/e) : 6.2759944E-05 8.6898804E-03 energy calculations done at 3.990000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.160000 DelPhi exited at 04:19:16 4.165u 0.273s 0:05.30 83.5% 0+0k 0+0io 3pf+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 Tue Oct 11 2011 at 04:19:16 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2733 !!! WARNING: TYS 1 has a net charge of -0.3600 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.988938 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): -10.75100 37.45700 ymin,ymax (A): -25.57900 22.67100 zmin,zma (A): -8.642000 45.05500 x,y,z range (A): 48.20800 48.25000 53.69700 scale (grids/A): 1.988938 object centre (A): 13.35300 -1.454000 18.20650 number of atom coordinates read : 2733 total number of charged atoms : 2581 net assigned charge : 3.140010 assigned positive charge : 412.8918 centred at (gu) : 89.56251 90.88721 94.07071 assigned negative charge : -409.7524 centred at (gu) : 88.75424 90.32391 93.95686 start vw surface at 0.1500000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 86242 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22977 grid for indexing accessible points = 1.400000 m= 32084 mr = 61355 m= 5228 mr = 23959 m= 358 mr = 3279 m= 6 mr = 128 m= 0 mr = 0 time to grow re-entrant surface = 0.3900000 no. cavity mid-points inaccessible to solvent = 2224 time to turn everything in is 0.7500000 number of dielectric boundary points 35197 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 133 iepsmp to db, and charging done at 0.8900000 number of grid points assigned charge 20408 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.6629793 object centre at (A) : 13.35300 -1.454000 18.20650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.1396911E-02 6.8345605E-03 midg,1,midg; midg,igrid,midg -1.6415348E-02 3.9364271E-02 1,midg,midg; igrid,midg,midg -2.0867582E-02 7.5202718E-02 gauss-seidel spectral radius is 0.9987544 estimated iterations to convergence 224 setup time was (sec) 1.060000 now iterating at: 04:19:17 rms-change max change #iterations 4.727469 211.4757 at 10iterations 2.300897 72.26057 at 20iterations 1.109977 32.11534 at 30iterations 0.5408493 15.90469 at 40iterations 0.2622462 7.373112 at 50iterations 0.1270989 3.744183 at 60iterations 6.1992195E-02 1.905018 at 70iterations 2.9966466E-02 0.8472176 at 80iterations 1.4584287E-02 0.4271886 at 90iterations 7.0832069E-03 0.2040567 at 100iterations 3.4482395E-03 9.9979401E-02 at 110iterations 1.6844559E-03 4.6928406E-02 at 120iterations finished qdiffx linear iterations at : 04:19:26 total time elapsed so far: 9.640000 # loops : 120 mean,max change (kT/e) : 1.6844559E-03 4.6928406E-02 energy calculations done at 9.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.820000 DelPhi exited at 04:19:27 9.823u 0.323s 0:10.90 93.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 Tue Oct 11 2011 at 04:19:27 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: 254 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2733 !!! WARNING: TYS 1 has a net charge of -0.3600 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.983407 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): -10.75100 37.45700 ymin,ymax (A): -25.57900 22.67100 zmin,zma (A): -8.642000 45.05500 x,y,z range (A): 48.20800 48.25000 53.69700 scale (grids/A): 2.983407 object centre (A): 13.35300 -1.454000 18.20650 number of atom coordinates read : 2733 total number of charged atoms : 2581 net assigned charge : 3.140010 assigned positive charge : 412.8918 centred at (gu) : 89.34351 91.33064 96.10605 assigned negative charge : -409.7524 centred at (gu) : 88.13145 90.48570 95.93522 start vw surface at 0.1600000 fill in re-entrant regions at 0.6500000 boundary points on vw surface= 199401 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22977 grid for indexing accessible points = 1.400000 m= 103237 mr = 148125 m= 37862 mr = 85394 m= 9340 mr = 30548 m= 1417 mr = 6939 m= 97 mr = 957 m= 1 mr = 41 m= 0 mr = 0 time to grow re-entrant surface = 1.220000 no. cavity mid-points inaccessible to solvent = 7462 time to turn everything in is 2.000000 number of dielectric boundary points 79351 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.160000 number of grid points assigned charge 20636 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.988938 object centre at (A) : 13.35300 -1.454000 18.20650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4578602 0.2709358 midg,1,midg; midg,igrid,midg -0.1730858 0.4431567 1,midg,midg; igrid,midg,midg -0.1580950 0.6473781 gauss-seidel spectral radius is 0.9992876 estimated iterations to convergence 296 setup time was (sec) 2.350000 now iterating at: 04:19:30 rms-change max change #iterations 10.92874 465.1613 at 10iterations 6.429536 149.8836 at 20iterations 3.776764 74.21265 at 30iterations 2.215054 43.59924 at 40iterations 1.298729 23.33324 at 50iterations 0.7597980 15.32984 at 60iterations 0.4435514 8.932808 at 70iterations 0.2594557 4.023575 at 80iterations 0.1509129 2.694437 at 90iterations 8.8002205E-02 1.675999 at 100iterations 5.1374014E-02 0.9204321 at 110iterations 2.9983630E-02 0.5221658 at 120iterations 1.7471891E-02 0.3175650 at 130iterations 1.0203910E-02 0.1744628 at 140iterations 5.9912810E-03 0.1036471 at 150iterations 3.5441248E-03 7.0154190E-02 at 160iterations 2.1127227E-03 3.7940979E-02 at 170iterations 1.2842611E-03 2.3391724E-02 at 180iterations finished qdiffx linear iterations at : 04:19:44 total time elapsed so far: 16.64000 # loops : 180 mean,max change (kT/e) : 1.2842611E-03 2.3391724E-02 energy calculations done at 16.64000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.82000 DelPhi exited at 04:19:45 16.821u 0.331s 0:17.51 97.9% 0+0k 0+0io 0pf+0w