Sat Oct 15 14:29:46 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 Sat Oct 15 2011 at 14:29: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: 271 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3184 !!! WARNING: HIR 148 has a net charge of 0.5140 !!! WARNING: GLN 355 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5985909 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): -24.54600 33.12400 ymin,ymax (A): -11.01300 43.58800 zmin,zma (A): 7.634000 67.10700 x,y,z range (A): 57.67000 54.60100 59.47300 scale (grids/A): 0.5985909 object centre (A): 4.289001 16.28750 37.37050 number of atom coordinates read : 3184 total number of charged atoms : 3041 net assigned charge : -5.257957 assigned positive charge : 480.6335 centred at (gu) : 89.97655 89.14076 91.05595 assigned negative charge : -485.8929 centred at (gu) : 90.05379 88.98544 91.16308 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 7589 nv = 96 ne = 84 npr = 64242 no. pairs analyzed = 64242 no. exposed pairs = 4149 no. arc points = 28893 no. surface atoms = 1407 nbur = 1777 mkacc time = 0.1700000 writing accessible surface arcs data to file ARCDAT initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 381 mr = 3981 m= 0 mr = 22 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 12 time to turn everything in is 0.3400000 number of dielectric boundary points 3967 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2955 ## 276 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 9560 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.0175448E-09 -8.6036813E-09 midg,1,midg; midg,igrid,midg -1.0870806E-08 3.7881591E-09 1,midg,midg; igrid,midg,midg 1.3298227E-09 -5.3897731E-09 gauss-seidel spectral radius is 0.9856099 estimated iterations to convergence 68 setup time was (sec) 0.6300000 now iterating at: 14:29:47 rms-change max change #iterations 0.1181200 19.67300 at 10iterations 1.0178688E-02 1.439090 at 20iterations 8.4158935E-04 0.1242752 at 30iterations 7.1415860E-05 9.8667145E-03 at 40iterations 6.7917836E-06 1.0452271E-03 at 50iterations finished qdiffx linear iterations at : 14:29:54 total time elapsed so far: 4.080000 # loops : 50 mean,max change (kT/e) : 6.7917836E-06 1.0452271E-03 energy calculations done at 4.080000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.250000 DelPhi exited at 14:29:54 4.259u 0.414s 0:08.62 54.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 15 2011 at 14:29:55 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: 271 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3184 !!! WARNING: HIR 148 has a net charge of 0.5140 !!! WARNING: GLN 355 has a net charge of -0.2720 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.795773 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): -24.54600 33.12400 ymin,ymax (A): -11.01300 43.58800 zmin,zma (A): 7.634000 67.10700 x,y,z range (A): 57.67000 54.60100 59.47300 scale (grids/A): 1.795773 object centre (A): 4.289001 16.28750 37.37050 number of atom coordinates read : 3184 total number of charged atoms : 3041 net assigned charge : -5.257957 assigned positive charge : 480.6335 centred at (gu) : 89.92879 87.42145 93.16702 assigned negative charge : -485.8929 centred at (gu) : 90.16089 86.95583 93.48895 start vw surface at 0.1400000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 83186 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28893 grid for indexing accessible points = 1.400000 m= 26963 mr = 56518 m= 3466 mr = 18585 m= 135 mr = 1785 m= 0 mr = 20 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 1690 time to turn everything in is 0.6600000 number of dielectric boundary points 36842 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 225 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.7900000 number of grid points assigned charge 23717 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.5985909 object centre at (A) : 4.289001 16.28750 37.37050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.8001420E-02 8.4404228E-03 midg,1,midg; midg,igrid,midg -4.5943931E-02 4.4783689E-03 1,midg,midg; igrid,midg,midg 1.6809640E-02 -3.9616220E-02 gauss-seidel spectral radius is 0.9985306 estimated iterations to convergence 207 setup time was (sec) 0.9700000 now iterating at: 14:29:56 rms-change max change #iterations 4.244369 174.6868 at 10iterations 1.920680 62.49806 at 20iterations 0.8665614 30.34811 at 30iterations 0.3956941 11.87450 at 40iterations 0.1794517 6.118631 at 50iterations 8.1549272E-02 2.566109 at 60iterations 3.7211537E-02 1.178313 at 70iterations 1.6856289E-02 0.5766106 at 80iterations 7.6609030E-03 0.2810173 at 90iterations 3.4913151E-03 0.1030273 at 100iterations 1.5908396E-03 4.9331665E-02 at 110iterations 7.2451605E-04 2.3690701E-02 at 120iterations finished qdiffx linear iterations at : 14:30:09 total time elapsed so far: 10.20000 # loops : 120 mean,max change (kT/e) : 7.2451605E-04 2.3690701E-02 energy calculations done at 10.20000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.38000 DelPhi exited at 14:30:10 10.387u 0.425s 0:14.99 72.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 15 2011 at 14:30:10 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: 271 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3184 !!! WARNING: HIR 148 has a net charge of 0.5140 !!! WARNING: GLN 355 has a net charge of -0.2720 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.693659 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): -24.54600 33.12400 ymin,ymax (A): -11.01300 43.58800 zmin,zma (A): 7.634000 67.10700 x,y,z range (A): 57.67000 54.60100 59.47300 scale (grids/A): 2.693659 object centre (A): 4.289001 16.28750 37.37050 number of atom coordinates read : 3184 total number of charged atoms : 3041 net assigned charge : -5.257957 assigned positive charge : 480.6335 centred at (gu) : 89.89281 86.13193 94.75020 assigned negative charge : -485.8929 centred at (gu) : 90.24118 85.43353 95.23328 start vw surface at 0.1300000 fill in re-entrant regions at 0.5500000 boundary points on vw surface= 192834 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28893 grid for indexing accessible points = 1.400000 m= 91293 mr = 138085 m= 28793 mr = 72223 m= 5631 mr = 21723 m= 599 mr = 3721 m= 15 mr = 328 m= 0 mr = 0 time to grow re-entrant surface = 1.110000 no. cavity mid-points inaccessible to solvent = 5406 time to turn everything in is 1.800000 number of dielectric boundary points 83085 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.950000 number of grid points assigned charge 24322 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.795773 object centre at (A) : 4.289001 16.28750 37.37050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.2270190E-02 0.2709521 midg,1,midg; midg,igrid,midg -0.5510430 3.5930835E-02 1,midg,midg; igrid,midg,midg 0.3477147 -0.4567938 gauss-seidel spectral radius is 0.9992526 estimated iterations to convergence 289 setup time was (sec) 2.160000 now iterating at: 14:30:12 rms-change max change #iterations 10.46346 311.8206 at 10iterations 6.163108 153.1289 at 20iterations 3.593491 86.33762 at 30iterations 2.084846 42.10556 at 40iterations 1.208316 25.34436 at 50iterations 0.6971817 14.03096 at 60iterations 0.4014494 7.322762 at 70iterations 0.2313148 5.461246 at 80iterations 0.1330168 2.360054 at 90iterations 7.6220207E-02 1.764437 at 100iterations 4.3729920E-02 0.7659454 at 110iterations 2.5161149E-02 0.4467335 at 120iterations 1.4392372E-02 0.2446475 at 130iterations 8.2612531E-03 0.1584272 at 140iterations 4.7387811E-03 8.3908081E-02 at 150iterations 2.7145888E-03 4.6585560E-02 at 160iterations 1.5608221E-03 2.9246330E-02 at 170iterations 8.9494535E-04 1.5444756E-02 at 180iterations finished qdiffx linear iterations at : 14:30:33 total time elapsed so far: 18.42000 # loops : 180 mean,max change (kT/e) : 8.9494535E-04 1.5444756E-02 energy calculations done at 18.42000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.60000 DelPhi exited at 14:30:34 18.600u 0.463s 0:24.44 77.9% 0+0k 0+0io 0pf+0w