Sat Oct 8 14:03:42 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 Sat Oct 8 2011 at 14:03: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2993 !!! WARNING: GLU 314 has a net charge of -0.2720 !!! WARNING: NDP 319 has a net charge of -3.0000 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.6407487 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): -12.16800 43.39200 ymin,ymax (A): -22.91200 22.46000 zmin,zma (A): -6.572000 47.81100 x,y,z range (A): 55.56000 45.37200 54.38300 scale (grids/A): 0.6407487 object centre (A): 15.61200 -0.2259998 20.61950 number of atom coordinates read : 2993 total number of charged atoms : 2849 net assigned charge : 1.728008 assigned positive charge : 447.8306 centred at (gu) : 88.75070 89.79032 91.32140 assigned negative charge : -446.1033 centred at (gu) : 88.64087 89.64789 91.35026 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 8149 nv = 96 ne = 84 npr = 62644 no. pairs analyzed = 62644 no. exposed pairs = 3357 no. arc points = 23802 no. surface atoms = 1153 nbur = 1840 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 414 mr = 4744 m= 3 mr = 44 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 5 time to turn everything in is 0.3100000 number of dielectric boundary points 3778 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2323 ## 202 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 9929 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.1561688E-09 -1.4533121E-09 midg,1,midg; midg,igrid,midg -1.7614781E-08 2.1041259E-08 1,midg,midg; igrid,midg,midg -1.6176825E-08 1.3533329E-08 gauss-seidel spectral radius is 0.9874108 estimated iterations to convergence 73 setup time was (sec) 0.5800000 now iterating at: 14:03:43 rms-change max change #iterations 0.1541792 22.94836 at 10iterations 1.5536087E-02 2.211151 at 20iterations 1.5843459E-03 0.2087574 at 30iterations 1.6290469E-04 1.9742012E-02 at 40iterations 1.8140765E-05 2.2888184E-03 at 50iterations finished qdiffx linear iterations at : 14:03:47 total time elapsed so far: 4.020000 # loops : 50 mean,max change (kT/e) : 1.8140765E-05 2.2888184E-03 energy calculations done at 4.020000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.200000 DelPhi exited at 14:03:47 4.205u 0.267s 0:04.77 93.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 Sat Oct 8 2011 at 14:03:47 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2993 !!! WARNING: GLU 314 has a net charge of -0.2720 !!! WARNING: NDP 319 has a net charge of -3.0000 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.922246 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): -12.16800 43.39200 ymin,ymax (A): -22.91200 22.46000 zmin,zma (A): -6.572000 47.81100 x,y,z range (A): 55.56000 45.37200 54.38300 scale (grids/A): 1.922246 object centre (A): 15.61200 -0.2259998 20.61950 number of atom coordinates read : 2993 total number of charged atoms : 2849 net assigned charge : 1.728008 assigned positive charge : 447.8306 centred at (gu) : 86.25143 89.37080 93.96378 assigned negative charge : -446.1033 centred at (gu) : 85.92236 88.94343 94.05065 start vw surface at 0.1400000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 88891 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23802 grid for indexing accessible points = 1.400000 m= 31629 mr = 64039 m= 4577 mr = 23749 m= 276 mr = 2759 m= 2 mr = 81 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 225 time to turn everything in is 0.6200000 number of dielectric boundary points 34747 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 178 iepsmp to db, and charging done at 0.7600000 number of grid points assigned charge 22460 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.6407487 object centre at (A) : 15.61200 -0.2259998 20.61950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.7245030E-04 3.9741490E-03 midg,1,midg; midg,igrid,midg -6.9966950E-03 2.9301465E-02 1,midg,midg; igrid,midg,midg -3.8320776E-02 3.1746436E-02 gauss-seidel spectral radius is 0.9986922 estimated iterations to convergence 219 setup time was (sec) 0.9600000 now iterating at: 14:03:48 rms-change max change #iterations 4.649096 175.6973 at 10iterations 2.225924 65.72231 at 20iterations 1.057896 32.69813 at 30iterations 0.5052857 14.00800 at 40iterations 0.2408344 7.334145 at 50iterations 0.1145642 3.411819 at 60iterations 5.4695774E-02 1.575891 at 70iterations 2.6054703E-02 0.8248215 at 80iterations 1.2427628E-02 0.3598499 at 90iterations 5.9260358E-03 0.1620197 at 100iterations 2.8217353E-03 7.7098846E-02 at 110iterations 1.3476792E-03 3.7353516E-02 at 120iterations finished qdiffx linear iterations at : 14:03:57 total time elapsed so far: 9.650000 # loops : 120 mean,max change (kT/e) : 1.3476792E-03 3.7353516E-02 energy calculations done at 9.650000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.830000 DelPhi exited at 14:03:58 9.832u 0.279s 0:10.41 97.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 Sat Oct 8 2011 at 14:03:58 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2993 !!! WARNING: GLU 314 has a net charge of -0.2720 !!! WARNING: NDP 319 has a net charge of -3.0000 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.883369 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): -12.16800 43.39200 ymin,ymax (A): -22.91200 22.46000 zmin,zma (A): -6.572000 47.81100 x,y,z range (A): 55.56000 45.37200 54.38300 scale (grids/A): 2.883369 object centre (A): 15.61200 -0.2259998 20.61950 number of atom coordinates read : 2993 total number of charged atoms : 2849 net assigned charge : 1.728008 assigned positive charge : 447.8306 centred at (gu) : 84.37707 89.05613 95.94545 assigned negative charge : -446.1033 centred at (gu) : 83.88340 88.41508 96.07600 start vw surface at 0.1500000 fill in re-entrant regions at 0.5600000 boundary points on vw surface= 206084 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23802 grid for indexing accessible points = 1.400000 m= 104241 mr = 154836 m= 36096 mr = 86842 m= 7980 mr = 28952 m= 1123 mr = 5755 m= 55 mr = 730 m= 0 mr = 15 time to grow re-entrant surface = 0.9899999 no. cavity mid-points inaccessible to solvent = 759 time to turn everything in is 1.680000 number of dielectric boundary points 78449 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.850000 number of grid points assigned charge 22786 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.922246 object centre at (A) : 15.61200 -0.2259998 20.61950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1114808 0.1778684 midg,1,midg; midg,igrid,midg -5.6771930E-02 0.3075005 1,midg,midg; igrid,midg,midg -0.6108214 0.3558090 gauss-seidel spectral radius is 0.9992774 estimated iterations to convergence 294 setup time was (sec) 2.040000 now iterating at: 14:04:00 rms-change max change #iterations 10.83123 440.7484 at 10iterations 6.336285 142.9063 at 20iterations 3.688339 65.29823 at 30iterations 2.145203 41.57585 at 40iterations 1.244925 23.59707 at 50iterations 0.7217231 11.69470 at 60iterations 0.4184064 6.946562 at 70iterations 0.2424531 4.168618 at 80iterations 0.1403017 2.316419 at 90iterations 8.1200793E-02 1.310577 at 100iterations 4.6936203E-02 0.8140891 at 110iterations 2.7178491E-02 0.4695861 at 120iterations 1.5717559E-02 0.2779284 at 130iterations 9.0882089E-03 0.1562347 at 140iterations 5.2506663E-03 8.7505341E-02 at 150iterations 3.0377938E-03 4.9430609E-02 at 160iterations 1.7566194E-03 2.9627800E-02 at 170iterations 1.0176117E-03 1.6254425E-02 at 180iterations finished qdiffx linear iterations at : 14:04:14 total time elapsed so far: 15.92000 # loops : 180 mean,max change (kT/e) : 1.0176117E-03 1.6254425E-02 energy calculations done at 15.92000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.10000 DelPhi exited at 14:04:14 16.100u 0.288s 0:16.67 98.2% 0+0k 0+0io 0pf+0w