Sat Oct 15 12:08:14 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 15 2011 at 12:08:14 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2266 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6360664 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): -5.4000020E-02 52.83100 ymin,ymax (A): -16.43300 27.41500 zmin,zma (A): 28.55900 84.52800 x,y,z range (A): 52.88500 43.84800 55.96900 scale (grids/A): 0.6360664 object centre (A): 26.38850 5.491000 56.54350 number of atom coordinates read : 2266 total number of charged atoms : 2132 net assigned charge : 10.00002 assigned positive charge : 329.0307 centred at (gu) : 90.74702 89.50068 89.24157 assigned negative charge : -319.0313 centred at (gu) : 90.73266 89.58216 89.22617 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 6365 nv = 96 ne = 84 npr = 44887 no. pairs analyzed = 44887 no. exposed pairs = 3018 no. arc points = 22088 no. surface atoms = 1005 nbur = 1261 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 352 mr = 3286 m= 0 mr = 37 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1700000 number of dielectric boundary points 3394 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2150 ## 196 charges are in solution ## iepsmp to db, and charging done at 0.2400000 number of grid points assigned charge 7511 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.3594370E-08 1.2186730E-08 midg,1,midg; midg,igrid,midg 2.2116554E-08 5.3336819E-09 1,midg,midg; igrid,midg,midg 1.0041461E-08 1.6581007E-08 gauss-seidel spectral radius is 0.9871773 estimated iterations to convergence 72 setup time was (sec) 0.3800000 now iterating at: 12:08:14 rms-change max change #iterations 0.1272685 21.18738 at 10iterations 1.2390610E-02 1.746303 at 20iterations 1.2109315E-03 0.1942444 at 30iterations 1.3003295E-04 2.0844460E-02 at 40iterations 1.7732757E-05 3.0384064E-03 at 50iterations finished qdiffx linear iterations at : 12:08:17 total time elapsed so far: 3.370000 # loops : 50 mean,max change (kT/e) : 1.7732757E-05 3.0384064E-03 energy calculations done at 3.370000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.500000 DelPhi exited at 12:08:18 3.500u 0.208s 0:04.09 90.4% 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 12:08: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2266 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.908199 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): -5.4000020E-02 52.83100 ymin,ymax (A): -16.43300 27.41500 zmin,zma (A): 28.55900 84.52800 x,y,z range (A): 52.88500 43.84800 55.96900 scale (grids/A): 1.908199 object centre (A): 26.38850 5.491000 56.54350 number of atom coordinates read : 2266 total number of charged atoms : 2132 net assigned charge : 10.00002 assigned positive charge : 329.0307 centred at (gu) : 92.24109 88.50191 87.72472 assigned negative charge : -319.0313 centred at (gu) : 92.19817 88.74672 87.67867 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 67988 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22088 grid for indexing accessible points = 1.400000 m= 24135 mr = 45130 m= 3862 mr = 17224 m= 244 mr = 2305 m= 3 mr = 86 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 31487 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 138 iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 16793 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.6360664 object centre at (A) : 26.38850 5.491000 56.54350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.7668172E-02 3.3652149E-02 midg,1,midg; midg,igrid,midg 2.4163768E-02 -2.3140286E-03 1,midg,midg; igrid,midg,midg 3.7992381E-02 4.2949434E-02 gauss-seidel spectral radius is 0.9986195 estimated iterations to convergence 213 setup time was (sec) 0.5700000 now iterating at: 12:08:19 rms-change max change #iterations 3.812807 176.5166 at 10iterations 1.774057 69.39462 at 20iterations 0.8255101 31.51508 at 30iterations 0.3811864 13.44295 at 40iterations 0.1780474 6.720707 at 50iterations 8.2937151E-02 2.887315 at 60iterations 3.8570486E-02 1.445539 at 70iterations 1.7967591E-02 0.5601044 at 80iterations 8.3802268E-03 0.2714806 at 90iterations 3.8887460E-03 0.1285856 at 100iterations 1.8074234E-03 5.8338165E-02 at 110iterations 8.4720901E-04 2.7978897E-02 at 120iterations finished qdiffx linear iterations at : 12:08:26 total time elapsed so far: 7.930000 # loops : 120 mean,max change (kT/e) : 8.4720901E-04 2.7978897E-02 energy calculations done at 7.930000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.070000 DelPhi exited at 12:08:27 8.072u 0.226s 0:08.67 95.6% 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 12:08: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2266 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.862299 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): -5.4000020E-02 52.83100 ymin,ymax (A): -16.43300 27.41500 zmin,zma (A): 28.55900 84.52800 x,y,z range (A): 52.88500 43.84800 55.96900 scale (grids/A): 2.862299 object centre (A): 26.38850 5.491000 56.54350 number of atom coordinates read : 2266 total number of charged atoms : 2132 net assigned charge : 10.00002 assigned positive charge : 329.0307 centred at (gu) : 93.36156 87.75282 86.58700 assigned negative charge : -319.0313 centred at (gu) : 93.29727 88.12015 86.51795 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 157124 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22088 grid for indexing accessible points = 1.400000 m= 77241 mr = 109874 m= 28235 mr = 61838 m= 6930 mr = 22106 m= 1058 mr = 5055 m= 42 mr = 709 m= 0 mr = 14 time to grow re-entrant surface = 0.4900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8700000 number of dielectric boundary points 71034 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.9700000 number of grid points assigned charge 17056 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.908199 object centre at (A) : 26.38850 5.491000 56.54350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3397955 0.6227280 midg,1,midg; midg,igrid,midg 0.2353963 -2.7630415E-02 1,midg,midg; igrid,midg,midg 0.4049198 0.4128704 gauss-seidel spectral radius is 0.9992598 estimated iterations to convergence 290 setup time was (sec) 1.120000 now iterating at: 12:08:28 rms-change max change #iterations 9.162521 354.4155 at 10iterations 5.401660 137.3790 at 20iterations 3.133861 72.21208 at 30iterations 1.821550 41.67494 at 40iterations 1.057287 21.33708 at 50iterations 0.6108645 13.23131 at 60iterations 0.3523026 7.357036 at 70iterations 0.2035429 4.550205 at 80iterations 0.1171096 2.123611 at 90iterations 6.7351907E-02 1.255532 at 100iterations 3.8834661E-02 0.7740288 at 110iterations 2.2304993E-02 0.4411392 at 120iterations 1.2822995E-02 0.2541637 at 130iterations 7.3764240E-03 0.1403809 at 140iterations 4.2337705E-03 8.9017391E-02 at 150iterations 2.4324351E-03 5.0804138E-02 at 160iterations 1.4013603E-03 2.9334545E-02 at 170iterations 8.0773304E-04 1.6084671E-02 at 180iterations finished qdiffx linear iterations at : 12:08:40 total time elapsed so far: 12.95000 # loops : 180 mean,max change (kT/e) : 8.0773304E-04 1.6084671E-02 energy calculations done at 12.95000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.08000 DelPhi exited at 12:08:40 13.085u 0.233s 0:13.85 96.1% 0+0k 0+0io 0pf+0w