Sat Oct 8 11:37:30 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 11:37:30 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 = 3364 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 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): 32.21600 81.65600 ymin,ymax (A): 25.58900 81.55800 zmin,zma (A): -3.330000 46.68000 x,y,z range (A): 49.43999 55.96900 50.01000 scale (grids/A): 0.6360664 object centre (A): 56.93600 53.57350 21.67500 number of atom coordinates read : 3364 total number of charged atoms : 3213 net assigned charge : -4.499964 assigned positive charge : 511.9683 centred at (gu) : 90.91753 89.43308 91.09888 assigned negative charge : -516.4693 centred at (gu) : 90.70970 89.51683 91.11544 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 8877 nv = 96 ne = 84 npr = 71543 no. pairs analyzed = 71543 no. exposed pairs = 3792 no. arc points = 25378 no. surface atoms = 1310 nbur = 2054 mkacc time = 0.1700000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 517 mr = 5356 m= 1 mr = 64 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 19 time to turn everything in is 0.4000000 number of dielectric boundary points 3975 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2467 ## 220 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 10878 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.0809988E-09 -1.0674165E-08 midg,1,midg; midg,igrid,midg 6.1685346E-09 -1.5845862E-08 1,midg,midg; igrid,midg,midg -2.9286515E-08 2.7163518E-08 gauss-seidel spectral radius is 0.9872493 estimated iterations to convergence 72 setup time was (sec) 0.6300000 now iterating at: 11:37:31 rms-change max change #iterations 0.1686092 23.73415 at 10iterations 1.6551526E-02 2.209572 at 20iterations 1.7073969E-03 0.2098236 at 30iterations 1.8539416E-04 2.5488853E-02 at 40iterations 2.6220003E-05 3.5581589E-03 at 50iterations finished qdiffx linear iterations at : 11:37:34 total time elapsed so far: 3.440000 # loops : 50 mean,max change (kT/e) : 2.6220003E-05 3.5581589E-03 energy calculations done at 3.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.620000 DelPhi exited at 11:37:35 3.627u 0.211s 0:04.82 79.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 8 2011 at 11:37:35 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 = 3364 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: 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): 32.21600 81.65600 ymin,ymax (A): 25.58900 81.55800 zmin,zma (A): -3.330000 46.68000 x,y,z range (A): 49.43999 55.96900 50.01000 scale (grids/A): 1.908199 object centre (A): 56.93600 53.57350 21.67500 number of atom coordinates read : 3364 total number of charged atoms : 3213 net assigned charge : -4.499964 assigned positive charge : 511.9683 centred at (gu) : 92.75151 88.29874 93.29549 assigned negative charge : -516.4693 centred at (gu) : 92.12863 88.55002 93.34571 start vw surface at 0.1500000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 96773 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25378 grid for indexing accessible points = 1.400000 m= 36543 mr = 70815 m= 5913 mr = 28138 m= 356 mr = 3962 m= 5 mr = 126 m= 0 mr = 0 time to grow re-entrant surface = 0.3500000 no. cavity mid-points inaccessible to solvent = 444 time to turn everything in is 0.6900000 number of dielectric boundary points 36549 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 132 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.8300000 number of grid points assigned charge 25248 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) : 56.93600 53.57350 21.67500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.8819109E-02 -4.9936362E-02 midg,1,midg; midg,igrid,midg 2.0378241E-02 -3.8535230E-02 1,midg,midg; igrid,midg,midg -3.6410663E-02 3.2926418E-02 gauss-seidel spectral radius is 0.9986976 estimated iterations to convergence 220 setup time was (sec) 1.010000 now iterating at: 11:37:37 rms-change max change #iterations 5.017023 213.9736 at 10iterations 2.387127 68.40162 at 20iterations 1.137488 37.18670 at 30iterations 0.5455055 15.20091 at 40iterations 0.2599247 6.814299 at 50iterations 0.1243639 3.278984 at 60iterations 5.9190758E-02 1.836821 at 70iterations 2.8337166E-02 0.7759151 at 80iterations 1.3517866E-02 0.3736520 at 90iterations 6.4687701E-03 0.1760216 at 100iterations 3.0969908E-03 8.3570719E-02 at 110iterations 1.4846351E-03 4.4642925E-02 at 120iterations finished qdiffx linear iterations at : 11:37:47 total time elapsed so far: 8.170000 # loops : 120 mean,max change (kT/e) : 1.4846351E-03 4.4642925E-02 energy calculations done at 8.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.360000 DelPhi exited at 11:37:48 8.358u 0.217s 0:13.22 64.7% 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 11:37:48 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 = 3364 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 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): 32.21600 81.65600 ymin,ymax (A): 25.58900 81.55800 zmin,zma (A): -3.330000 46.68000 x,y,z range (A): 49.43999 55.96900 50.01000 scale (grids/A): 2.862299 object centre (A): 56.93600 53.57350 21.67500 number of atom coordinates read : 3364 total number of charged atoms : 3213 net assigned charge : -4.499964 assigned positive charge : 511.9683 centred at (gu) : 94.12682 87.44785 94.94325 assigned negative charge : -516.4693 centred at (gu) : 93.19283 87.82484 95.01832 start vw surface at 0.1800000 fill in re-entrant regions at 0.6000000 boundary points on vw surface= 223983 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25378 grid for indexing accessible points = 1.400000 m= 117586 mr = 170485 m= 44141 mr = 98902 m= 10811 mr = 36855 m= 1572 mr = 8370 m= 85 mr = 1081 m= 1 mr = 39 m= 0 mr = 0 time to grow re-entrant surface = 1.110000 no. cavity mid-points inaccessible to solvent = 1460 time to turn everything in is 1.850000 number of dielectric boundary points 82447 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 2.000000 number of grid points assigned charge 25700 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) : 56.93600 53.57350 21.67500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2451761 -0.4974157 midg,1,midg; midg,igrid,midg 0.3318019 -0.2849980 1,midg,midg; igrid,midg,midg -0.3470628 0.3944481 gauss-seidel spectral radius is 0.9992798 estimated iterations to convergence 294 setup time was (sec) 2.180000 now iterating at: 11:37:51 rms-change max change #iterations 11.55140 315.3602 at 10iterations 6.811510 138.5903 at 20iterations 3.981174 76.69874 at 30iterations 2.325348 40.54443 at 40iterations 1.355844 24.40340 at 50iterations 0.7883294 12.97730 at 60iterations 0.4585718 7.840025 at 70iterations 0.2659822 4.577164 at 80iterations 0.1545031 2.358521 at 90iterations 8.9632429E-02 1.495885 at 100iterations 5.1989976E-02 0.8625908 at 110iterations 3.0131314E-02 0.4683533 at 120iterations 1.7459413E-02 0.2654419 at 130iterations 1.0132259E-02 0.1692734 at 140iterations 5.8821654E-03 8.9412689E-02 at 150iterations 3.4173583E-03 6.0609818E-02 at 160iterations 1.9860719E-03 3.2135010E-02 at 170iterations 1.1632437E-03 1.8481255E-02 at 180iterations finished qdiffx linear iterations at : 11:38:01 total time elapsed so far: 12.81000 # loops : 180 mean,max change (kT/e) : 1.1632437E-03 1.8481255E-02 energy calculations done at 12.81000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.99000 DelPhi exited at 11:38:02 12.997u 0.201s 0:13.86 95.1% 0+0k 0+0io 0pf+0w