Sat Oct 8 17:31:50 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 8 2011 at 17:31:50 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: 321 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3508 !!! WARNING: ASL 294 has a net charge of -0.1000 !!! WARNING: ILE 447 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5235756 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): 0.3010000 44.45700 ymin,ymax (A): -30.40400 26.23300 zmin,zma (A): 1.267000 69.26100 x,y,z range (A): 44.15600 56.63700 67.99400 scale (grids/A): 0.5235756 object centre (A): 22.37900 -2.085500 35.26400 number of atom coordinates read : 3508 total number of charged atoms : 3361 net assigned charge : -5.871982 assigned positive charge : 536.6442 centred at (gu) : 90.31985 91.78281 90.55854 assigned negative charge : -542.5178 centred at (gu) : 90.27934 91.73715 90.55334 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 6046 nv = 96 ne = 84 npr = 71812 no. pairs analyzed = 71812 no. exposed pairs = 4305 no. arc points = 29173 no. surface atoms = 1463 nbur = 2045 mkacc time = 0.1200000 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.624000 m= 228 mr = 3211 m= 0 mr = 6 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2500000 number of dielectric boundary points 3057 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2982 ## 451 charges are in solution ## iepsmp to db, and charging done at 0.3200000 number of grid points assigned charge 8147 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.4536972E-10 -1.5192272E-10 midg,1,midg; midg,igrid,midg -1.9390324E-10 1.0330254E-11 1,midg,midg; igrid,midg,midg -2.6449884E-10 -1.4435152E-11 gauss-seidel spectral radius is 0.9812421 estimated iterations to convergence 60 setup time was (sec) 0.4400000 now iterating at: 17:31:50 rms-change max change #iterations 6.6327654E-02 11.07817 at 10iterations 4.1618305E-03 0.6689224 at 20iterations 3.9565386E-04 7.0881844E-02 at 30iterations 8.3355088E-05 1.6139030E-02 at 40iterations 2.1385362E-05 4.0302277E-03 at 50iterations finished qdiffx linear iterations at : 17:31:53 total time elapsed so far: 3.470000 # loops : 50 mean,max change (kT/e) : 2.1385362E-05 4.0302277E-03 energy calculations done at 3.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.600000 DelPhi exited at 17:31:54 3.605u 0.193s 0:04.10 92.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 17:31:54 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: 321 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3508 !!! WARNING: ASL 294 has a net charge of -0.1000 !!! WARNING: ILE 447 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.570727 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): 0.3010000 44.45700 ymin,ymax (A): -30.40400 26.23300 zmin,zma (A): 1.267000 69.26100 x,y,z range (A): 44.15600 56.63700 67.99400 scale (grids/A): 1.570727 object centre (A): 22.37900 -2.085500 35.26400 number of atom coordinates read : 3508 total number of charged atoms : 3361 net assigned charge : -5.871982 assigned positive charge : 536.6442 centred at (gu) : 90.95848 95.34777 91.67448 assigned negative charge : -542.5178 centred at (gu) : 90.83752 95.21095 91.65997 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 68224 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29173 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 20343 mr = 47346 m= 1867 mr = 13813 m= 34 mr = 805 m= 0 mr = 1 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 432 time to turn everything in is 0.3400000 number of dielectric boundary points 28503 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 424 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 25450 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.5235756 object centre at (A) : 22.37900 -2.085500 35.26400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.4785204E-03 1.1909866E-02 midg,1,midg; midg,igrid,midg -8.2721161E-03 -1.0957859E-02 1,midg,midg; igrid,midg,midg -4.6265265E-03 1.2797600E-03 gauss-seidel spectral radius is 0.9980718 estimated iterations to convergence 181 setup time was (sec) 0.5600000 now iterating at: 17:31:55 rms-change max change #iterations 3.402611 157.9395 at 10iterations 1.380122 51.65226 at 20iterations 0.5598386 21.57553 at 30iterations 0.2281922 7.682876 at 40iterations 9.2518672E-02 3.331097 at 50iterations 3.7656255E-02 1.519306 at 60iterations 1.5392063E-02 0.5598340 at 70iterations 6.2721297E-03 0.2259359 at 80iterations 2.5715791E-03 8.7773561E-02 at 90iterations 1.0668477E-03 4.6515465E-02 at 100iterations 4.5101839E-04 1.7061234E-02 at 110iterations 1.9947035E-04 7.2193146E-03 at 120iterations finished qdiffx linear iterations at : 17:32:02 total time elapsed so far: 8.000000 # loops : 120 mean,max change (kT/e) : 1.9947035E-04 7.2193146E-03 energy calculations done at 8.000000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.130000 DelPhi exited at 17:32:02 8.130u 0.237s 0:08.64 96.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 17:32:02 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: 321 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3508 !!! WARNING: ASL 294 has a net charge of -0.1000 !!! WARNING: ILE 447 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.356090 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): 0.3010000 44.45700 ymin,ymax (A): -30.40400 26.23300 zmin,zma (A): 1.267000 69.26100 x,y,z range (A): 44.15600 56.63700 67.99400 scale (grids/A): 2.356090 object centre (A): 22.37900 -2.085500 35.26400 number of atom coordinates read : 3508 total number of charged atoms : 3361 net assigned charge : -5.871982 assigned positive charge : 536.6442 centred at (gu) : 91.43758 98.02141 92.51154 assigned negative charge : -542.5178 centred at (gu) : 91.25633 97.81639 92.48983 start vw surface at 0.1000000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 159086 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29173 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 72676 mr = 116360 m= 18899 mr = 57293 m= 2696 mr = 13864 m= 147 mr = 1655 m= 2 mr = 33 m= 0 mr = 0 time to grow re-entrant surface = 0.4600000 no. cavity mid-points inaccessible to solvent = 1613 time to turn everything in is 0.8300000 number of dielectric boundary points 64301 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 45 iepsmp to db, and charging done at 0.9300000 number of grid points assigned charge 26848 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.570727 object centre at (A) : 22.37900 -2.085500 35.26400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2074784 0.1156676 midg,1,midg; midg,igrid,midg -0.1144078 -0.1440557 1,midg,midg; igrid,midg,midg -8.1501693E-02 3.2591432E-02 gauss-seidel spectral radius is 0.9991074 estimated iterations to convergence 264 setup time was (sec) 1.090000 now iterating at: 17:32:04 rms-change max change #iterations 8.987231 298.3335 at 10iterations 4.994575 133.8011 at 20iterations 2.761764 58.72802 at 30iterations 1.518299 34.47215 at 40iterations 0.8324085 17.27512 at 50iterations 0.4543304 9.474190 at 60iterations 0.2488084 5.713173 at 70iterations 0.1354013 2.942035 at 80iterations 7.3897853E-02 1.433127 at 90iterations 4.0201865E-02 0.8273582 at 100iterations 2.1903930E-02 0.4215469 at 110iterations 1.1933702E-02 0.2430725 at 120iterations 6.5014092E-03 0.1342945 at 130iterations 3.5434272E-03 6.7759514E-02 at 140iterations 1.9318910E-03 4.4136047E-02 at 150iterations 1.0535965E-03 2.1708488E-02 at 160iterations 5.7811243E-04 1.1848450E-02 at 170iterations 3.1853747E-04 6.8664551E-03 at 180iterations finished qdiffx linear iterations at : 17:32:16 total time elapsed so far: 13.11000 # loops : 180 mean,max change (kT/e) : 3.1853747E-04 6.8664551E-03 energy calculations done at 13.11000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.25000 DelPhi exited at 17:32:16 13.251u 0.243s 0:13.77 97.9% 0+0k 0+0io 0pf+0w