Sun Oct 9 17:13:41 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 Sun Oct 9 2011 at 17:13:41 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5258 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1600000 grid size : 179 scale,in grids/A, set to be: 0.5483503 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): 3.230000 68.15200 ymin,ymax (A): -8.582000 53.48700 zmin,zma (A): -1.171000 61.97800 x,y,z range (A): 64.92200 62.06900 63.14900 scale (grids/A): 0.5483503 object centre (A): 35.69100 22.45250 30.40350 number of atom coordinates read : 5258 total number of charged atoms : 5114 net assigned charge : 0.6210479 assigned positive charge : 809.0023 centred at (gu) : 88.22228 89.16255 89.48035 assigned negative charge : -808.3875 centred at (gu) : 88.10516 89.21747 89.42911 start vw surface at 0.2400000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 10300 nv = 96 ne = 84 npr = 106543 no. pairs analyzed = 106543 no. exposed pairs = 6150 no. arc points = 41668 no. surface atoms = 2099 nbur = 3159 mkacc time = 0.2600000 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.568000 m= 441 mr = 5878 m= 3 mr = 30 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5500000 number of dielectric boundary points 4836 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4260 ## 504 charges are in solution ## iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 13549 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.9098877E-10 6.4964201E-10 midg,1,midg; midg,igrid,midg 9.7161912E-10 -5.3104182E-10 1,midg,midg; igrid,midg,midg -2.3401023E-09 1.0214067E-09 gauss-seidel spectral radius is 0.9830150 estimated iterations to convergence 63 setup time was (sec) 0.7900000 now iterating at: 17:13:42 rms-change max change #iterations 0.1061026 13.66350 at 10iterations 9.8297428E-03 1.210754 at 20iterations 3.0365062E-03 0.3457565 at 30iterations 1.4364836E-03 0.1539078 at 40iterations 7.0472859E-04 7.9988480E-02 at 50iterations finished qdiffx linear iterations at : 17:13:45 total time elapsed so far: 3.420000 # loops : 50 mean,max change (kT/e) : 7.0472859E-04 7.9988480E-02 energy calculations done at 3.420000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.610000 DelPhi exited at 17:13:45 3.613u 0.147s 0:04.05 92.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 Sun Oct 9 2011 at 17:13: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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5258 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 1.645051 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): 3.230000 68.15200 ymin,ymax (A): -8.582000 53.48700 zmin,zma (A): -1.171000 61.97800 x,y,z range (A): 64.92200 62.06900 63.14900 scale (grids/A): 1.645051 object centre (A): 35.69100 22.45250 30.40350 number of atom coordinates read : 5258 total number of charged atoms : 5114 net assigned charge : 0.6210479 assigned positive charge : 809.0023 centred at (gu) : 84.66552 87.48657 88.43951 assigned negative charge : -808.3875 centred at (gu) : 84.31564 87.65210 88.28737 start vw surface at 0.2200000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 114812 reading accessible surface arcs data from file ARCDAT no. of arc points read = 41668 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 39536 mr = 83300 m= 4694 mr = 28459 m= 138 mr = 2506 m= 0 mr = 12 time to grow re-entrant surface = 0.3900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8100000 number of dielectric boundary points 44903 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 395 iepsmp to db, and charging done at 0.9500000 number of grid points assigned charge 39194 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.5483503 object centre at (A) : 35.69100 22.45250 30.40350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.5085444E-02 -9.4024129E-03 midg,1,midg; midg,igrid,midg 1.7183980E-02 7.6191402E-03 1,midg,midg; igrid,midg,midg -2.2362605E-02 6.5453746E-03 gauss-seidel spectral radius is 0.9984171 estimated iterations to convergence 199 setup time was (sec) 1.110000 now iterating at: 17:13:47 rms-change max change #iterations 4.801611 193.9547 at 10iterations 2.121416 58.10496 at 20iterations 0.9398007 25.61583 at 30iterations 0.4161812 12.09202 at 40iterations 0.1853371 5.508995 at 50iterations 8.2309663E-02 2.152018 at 60iterations 3.7055738E-02 1.085274 at 70iterations 1.7118907E-02 0.5348167 at 80iterations 8.5577816E-03 0.2466125 at 90iterations 4.8084236E-03 0.1319046 at 100iterations 3.1085936E-03 8.1924438E-02 at 110iterations 2.2355148E-03 5.4550171E-02 at 120iterations finished qdiffx linear iterations at : 17:13:53 total time elapsed so far: 7.760000 # loops : 120 mean,max change (kT/e) : 2.2355148E-03 5.4550171E-02 energy calculations done at 7.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.950000 DelPhi exited at 17:13:54 7.950u 0.176s 0:08.40 96.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 Sun Oct 9 2011 at 17:13: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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5258 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 2.467577 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): 3.230000 68.15200 ymin,ymax (A): -8.582000 53.48700 zmin,zma (A): -1.171000 61.97800 x,y,z range (A): 64.92200 62.06900 63.14900 scale (grids/A): 2.467577 object centre (A): 35.69100 22.45250 30.40350 number of atom coordinates read : 5258 total number of charged atoms : 5114 net assigned charge : 0.6210479 assigned positive charge : 809.0023 centred at (gu) : 81.99780 86.22950 87.65880 assigned negative charge : -808.3875 centred at (gu) : 81.47340 86.47808 87.43103 start vw surface at 0.2300000 fill in re-entrant regions at 0.6600000 boundary points on vw surface= 267008 reading accessible surface arcs data from file ARCDAT no. of arc points read = 41668 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 133812 mr = 202740 m= 41663 mr = 108987 m= 7506 mr = 32293 m= 661 mr = 5139 m= 10 mr = 328 m= 0 mr = 0 time to grow re-entrant surface = 1.250000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 2.050000 number of dielectric boundary points 101173 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 51 iepsmp to db, and charging done at 2.200000 number of grid points assigned charge 40880 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.645051 object centre at (A) : 35.69100 22.45250 30.40350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.3835576 -0.2939431 midg,1,midg; midg,igrid,midg 8.5876882E-02 -9.9848406E-03 1,midg,midg; igrid,midg,midg -0.4548613 0.1057722 gauss-seidel spectral radius is 0.9992515 estimated iterations to convergence 288 setup time was (sec) 2.370000 now iterating at: 17:13:57 rms-change max change #iterations 12.20707 300.9264 at 10iterations 7.189605 187.3954 at 20iterations 4.198659 80.08805 at 30iterations 2.446332 44.35677 at 40iterations 1.418819 25.61663 at 50iterations 0.8211049 13.87745 at 60iterations 0.4749458 7.431633 at 70iterations 0.2739732 4.529151 at 80iterations 0.1579965 2.675569 at 90iterations 9.1169521E-02 1.353340 at 100iterations 5.2652646E-02 0.8209395 at 110iterations 3.0512994E-02 0.5107231 at 120iterations 1.7906802E-02 0.2784443 at 130iterations 1.0738831E-02 0.1916046 at 140iterations 6.6861631E-03 0.1145420 at 150iterations 4.4003599E-03 7.3173523E-02 at 160iterations 3.1309733E-03 4.9575806E-02 at 170iterations 2.3862114E-03 3.6928177E-02 at 180iterations finished qdiffx linear iterations at : 17:14:07 total time elapsed so far: 13.05000 # loops : 180 mean,max change (kT/e) : 2.3862114E-03 3.6928177E-02 energy calculations done at 13.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.24000 DelPhi exited at 17:14:08 13.245u 0.164s 0:13.69 97.8% 0+0k 0+0io 0pf+0w