Sat Oct 8 14:38:48 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 14:38:49 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: 333 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3001 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NDP 318 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.6401956 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.07000 43.53800 ymin,ymax (A): -22.78600 22.64800 zmin,zma (A): -6.399000 47.62000 x,y,z range (A): 55.60800 45.43400 54.01900 scale (grids/A): 0.6401956 object centre (A): 15.73400 -6.9000244E-02 20.61050 number of atom coordinates read : 3001 total number of charged atoms : 2856 net assigned charge : 1.014008 assigned positive charge : 451.6647 centred at (gu) : 88.78032 89.64901 91.33328 assigned negative charge : -450.6513 centred at (gu) : 88.70596 89.49432 91.35042 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 8125 nv = 96 ne = 84 npr = 63077 no. pairs analyzed = 63077 no. exposed pairs = 3341 no. arc points = 23674 no. surface atoms = 1143 nbur = 1858 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 391 mr = 4761 m= 3 mr = 47 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 4 time to turn everything in is 0.3400000 number of dielectric boundary points 3711 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2271 ## 184 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 9917 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.0725913E-09 -7.9796997E-10 midg,1,midg; midg,igrid,midg -2.1155614E-08 2.0749667E-08 1,midg,midg; igrid,midg,midg -1.1030469E-08 9.0493266E-09 gauss-seidel spectral radius is 0.9873884 estimated iterations to convergence 73 setup time was (sec) 0.5600000 now iterating at: 14:38:49 rms-change max change #iterations 0.1585113 22.11306 at 10iterations 1.5836876E-02 2.073975 at 20iterations 1.6078325E-03 0.2251034 at 30iterations 1.6978028E-04 2.1598816E-02 at 40iterations 1.9549569E-05 3.2014847E-03 at 50iterations finished qdiffx linear iterations at : 14:38:52 total time elapsed so far: 3.010000 # loops : 50 mean,max change (kT/e) : 1.9549569E-05 3.2014847E-03 energy calculations done at 3.010000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.190000 DelPhi exited at 14:38:52 3.189u 0.167s 0:03.65 91.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:38:52 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: 333 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3001 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NDP 318 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: 1.920587 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.07000 43.53800 ymin,ymax (A): -22.78600 22.64800 zmin,zma (A): -6.399000 47.62000 x,y,z range (A): 55.60800 45.43400 54.01900 scale (grids/A): 1.920587 object centre (A): 15.73400 -6.9000244E-02 20.61050 number of atom coordinates read : 3001 total number of charged atoms : 2856 net assigned charge : 1.014008 assigned positive charge : 451.6647 centred at (gu) : 86.34042 88.94671 93.99956 assigned negative charge : -450.6513 centred at (gu) : 86.11758 88.48276 94.05111 start vw surface at 0.1500000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 88660 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23674 grid for indexing accessible points = 1.400000 m= 31425 mr = 64098 m= 4619 mr = 23674 m= 310 mr = 2852 m= 1 mr = 133 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 236 time to turn everything in is 0.6000000 number of dielectric boundary points 34258 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 170 iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 22535 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.6401956 object centre at (A) : 15.73400 -6.9000244E-02 20.61050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.8976336E-03 3.7803573E-03 midg,1,midg; midg,igrid,midg -9.0091564E-03 2.9456079E-02 1,midg,midg; igrid,midg,midg -3.8383424E-02 1.9117497E-02 gauss-seidel spectral radius is 0.9986882 estimated iterations to convergence 219 setup time was (sec) 0.8800000 now iterating at: 14:38:53 rms-change max change #iterations 4.718668 182.9095 at 10iterations 2.252509 65.02214 at 20iterations 1.072024 34.34515 at 30iterations 0.5112358 16.61234 at 40iterations 0.2427427 7.032246 at 50iterations 0.1159668 3.574799 at 60iterations 5.5227920E-02 1.690741 at 70iterations 2.6226973E-02 0.7679510 at 80iterations 1.2512872E-02 0.3437500 at 90iterations 5.9450404E-03 0.1618750 at 100iterations 2.8327210E-03 7.9223633E-02 at 110iterations 1.3523719E-03 3.7551880E-02 at 120iterations finished qdiffx linear iterations at : 14:39:00 total time elapsed so far: 7.190000 # loops : 120 mean,max change (kT/e) : 1.3523719E-03 3.7551880E-02 energy calculations done at 7.190000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.380000 DelPhi exited at 14:39:00 7.379u 0.212s 0:07.90 95.9% 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:39:00 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: 333 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3001 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NDP 318 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.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.880880 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.07000 43.53800 ymin,ymax (A): -22.78600 22.64800 zmin,zma (A): -6.399000 47.62000 x,y,z range (A): 55.60800 45.43400 54.01900 scale (grids/A): 2.880880 object centre (A): 15.73400 -6.9000244E-02 20.61050 number of atom coordinates read : 3001 total number of charged atoms : 2856 net assigned charge : 1.014008 assigned positive charge : 451.6647 centred at (gu) : 84.51045 88.41992 95.99925 assigned negative charge : -450.6513 centred at (gu) : 84.17633 87.72404 96.07662 start vw surface at 0.1600000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 205417 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23674 grid for indexing accessible points = 1.400000 m= 103774 mr = 154747 m= 35987 mr = 86557 m= 8270 mr = 29147 m= 1266 mr = 6160 m= 92 mr = 892 m= 0 mr = 53 time to grow re-entrant surface = 0.8900000 no. cavity mid-points inaccessible to solvent = 780 time to turn everything in is 1.530000 number of dielectric boundary points 77250 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.660000 number of grid points assigned charge 22847 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.920587 object centre at (A) : 15.73400 -6.9000244E-02 20.61050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.0400758E-02 0.1864112 midg,1,midg; midg,igrid,midg -7.1292371E-02 0.2999451 1,midg,midg; igrid,midg,midg -0.6305755 0.2456017 gauss-seidel spectral radius is 0.9992754 estimated iterations to convergence 293 setup time was (sec) 1.830000 now iterating at: 14:39:02 rms-change max change #iterations 10.89489 386.6139 at 10iterations 6.379060 123.0877 at 20iterations 3.706444 63.67263 at 30iterations 2.154303 41.21508 at 40iterations 1.248634 21.42426 at 50iterations 0.7251707 12.34392 at 60iterations 0.4201327 7.102310 at 70iterations 0.2430295 4.075321 at 80iterations 0.1406802 2.440271 at 90iterations 8.1224084E-02 1.403732 at 100iterations 4.7017585E-02 0.7544098 at 110iterations 2.7205726E-02 0.4739516 at 120iterations 1.5722068E-02 0.2591352 at 130iterations 9.0932874E-03 0.1438961 at 140iterations 5.2570133E-03 8.9344464E-02 at 150iterations 3.0372499E-03 5.6293488E-02 at 160iterations 1.7557209E-03 2.9655457E-02 at 170iterations 1.0184941E-03 1.5867233E-02 at 180iterations finished qdiffx linear iterations at : 14:39:13 total time elapsed so far: 12.14000 # loops : 180 mean,max change (kT/e) : 1.0184941E-03 1.5867233E-02 energy calculations done at 12.14000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.31000 DelPhi exited at 14:39:13 12.313u 0.249s 0:12.90 97.2% 0+0k 0+0io 0pf+0w