Sun Oct 9 07:20:54 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 Sun Oct 9 2011 at 07:20: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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1697 !!! WARNING: NAP 164 has a net charge of -2.0000 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.6994244 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): -9.016000 33.83300 ymin,ymax (A): 2.370000 43.14500 zmin,zma (A): 9.492001 60.39100 x,y,z range (A): 42.84900 40.77500 50.89900 scale (grids/A): 0.6994244 object centre (A): 12.40850 22.75750 34.94150 number of atom coordinates read : 1697 total number of charged atoms : 1560 net assigned charge : -11.49999 assigned positive charge : 252.2242 centred at (gu) : 91.92940 89.45406 89.47587 assigned negative charge : -263.7241 centred at (gu) : 91.70711 89.63903 89.70232 start vw surface at 0.1400000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 5531 nv = 96 ne = 84 npr = 36981 no. pairs analyzed = 36981 no. exposed pairs = 2107 no. arc points = 14687 no. surface atoms = 721 nbur = 976 mkacc time = 6.9999993E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 335 mr = 3065 m= 2 mr = 59 m= 0 mr = 0 time to grow re-entrant surface = 7.9999983E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2400000 number of dielectric boundary points 2744 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1253 ## 89 charges are in solution ## iepsmp to db, and charging done at 0.3500000 number of grid points assigned charge 6150 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.0803437E-09 -1.4679310E-07 midg,1,midg; midg,igrid,midg -2.0531026E-08 -1.3270135E-07 1,midg,midg; igrid,midg,midg -1.1087001E-07 -6.8630603E-09 gauss-seidel spectral radius is 0.9893109 estimated iterations to convergence 79 setup time was (sec) 0.5100000 now iterating at: 07:20:55 rms-change max change #iterations 0.1770556 43.23708 at 10iterations 2.1153010E-02 3.188335 at 20iterations 2.5503566E-03 0.3916674 at 30iterations 3.0031192E-04 5.5630684E-02 at 40iterations 3.6209065E-05 5.0888062E-03 at 50iterations finished qdiffx linear iterations at : 07:20:58 total time elapsed so far: 3.410000 # loops : 50 mean,max change (kT/e) : 3.6209065E-05 5.0888062E-03 energy calculations done at 3.410000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.590000 DelPhi exited at 07:20:58 3.598u 0.229s 0:04.09 93.1% 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 07:20:58 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1697 !!! WARNING: NAP 164 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.098273 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): -9.016000 33.83300 ymin,ymax (A): 2.370000 43.14500 zmin,zma (A): 9.492001 60.39100 x,y,z range (A): 42.84900 40.77500 50.89900 scale (grids/A): 2.098273 object centre (A): 12.40850 22.75750 34.94150 number of atom coordinates read : 1697 total number of charged atoms : 1560 net assigned charge : -11.49999 assigned positive charge : 252.2242 centred at (gu) : 95.78841 88.36228 88.42754 assigned negative charge : -263.7241 centred at (gu) : 95.12148 88.91709 89.10699 start vw surface at 0.1200000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 58001 reading accessible surface arcs data from file ARCDAT no. of arc points read = 14687 grid for indexing accessible points = 1.400000 m= 22969 mr = 39815 m= 4334 mr = 17541 m= 276 mr = 2818 m= 9 mr = 107 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4600000 number of dielectric boundary points 25308 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 43 iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 12417 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.6994244 object centre at (A) : 12.40850 22.75750 34.94150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.0950700E-02 -8.5679799E-02 midg,1,midg; midg,igrid,midg -9.3535455E-03 -4.7221221E-02 1,midg,midg; igrid,midg,midg -6.8779059E-02 -7.1539856E-03 gauss-seidel spectral radius is 0.9987677 estimated iterations to convergence 226 setup time was (sec) 0.8000000 now iterating at: 07:20:59 rms-change max change #iterations 4.179146 278.2935 at 10iterations 2.021032 77.64658 at 20iterations 0.9837459 34.46649 at 30iterations 0.4799634 19.67984 at 40iterations 0.2338173 8.716330 at 50iterations 0.1136738 3.920576 at 60iterations 5.5362314E-02 1.962738 at 70iterations 2.6820837E-02 0.9248638 at 80iterations 1.3027518E-02 0.4399388 at 90iterations 6.3387323E-03 0.2115784 at 100iterations 3.1075070E-03 9.8438263E-02 at 110iterations 1.5063888E-03 5.0308228E-02 at 120iterations finished qdiffx linear iterations at : 07:21:06 total time elapsed so far: 7.620000 # loops : 120 mean,max change (kT/e) : 1.5063888E-03 5.0308228E-02 energy calculations done at 7.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.800000 DelPhi exited at 07:21:07 7.798u 0.275s 0:08.38 96.1% 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 07:21:07 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: 301 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1697 !!! WARNING: NAP 164 has a net charge of -2.0000 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: 3.147410 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): -9.016000 33.83300 ymin,ymax (A): 2.370000 43.14500 zmin,zma (A): 9.492001 60.39100 x,y,z range (A): 42.84900 40.77500 50.89900 scale (grids/A): 3.147410 object centre (A): 12.40850 22.75750 34.94150 number of atom coordinates read : 1697 total number of charged atoms : 1560 net assigned charge : -11.49999 assigned positive charge : 252.2242 centred at (gu) : 98.68266 87.54340 87.64132 assigned negative charge : -263.7241 centred at (gu) : 97.68220 88.37565 88.66052 start vw surface at 0.1200000 fill in re-entrant regions at 0.6600000 boundary points on vw surface= 133631 reading accessible surface arcs data from file ARCDAT no. of arc points read = 14687 grid for indexing accessible points = 1.400000 m= 71099 mr = 96080 m= 30004 mr = 59008 m= 8002 mr = 25007 m= 1167 mr = 6084 m= 106 mr = 730 m= 5 mr = 63 m= 0 mr = 0 time to grow re-entrant surface = 0.6400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.420000 number of dielectric boundary points 57042 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.560000 number of grid points assigned charge 12480 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) : 2.098273 object centre at (A) : 12.40850 22.75750 34.94150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1232555 -0.7043247 midg,1,midg; midg,igrid,midg -0.1147491 -0.3599584 1,midg,midg; igrid,midg,midg -0.6299303 -6.4721331E-02 gauss-seidel spectral radius is 0.9992753 estimated iterations to convergence 293 setup time was (sec) 1.760000 now iterating at: 07:21:09 rms-change max change #iterations 9.340318 371.3348 at 10iterations 5.387653 189.9969 at 20iterations 3.123475 72.73318 at 30iterations 1.809273 41.91601 at 40iterations 1.050092 23.64603 at 50iterations 0.6074522 12.71548 at 60iterations 0.3517226 7.366505 at 70iterations 0.2030085 3.878942 at 80iterations 0.1177245 2.333832 at 90iterations 6.7945205E-02 1.284306 at 100iterations 3.9287169E-02 0.7568263 at 110iterations 2.2692006E-02 0.4374681 at 120iterations 1.3090301E-02 0.2414932 at 130iterations 7.5606299E-03 0.1424751 at 140iterations 4.3695783E-03 8.9322090E-02 at 150iterations 2.5219906E-03 4.7174454E-02 at 160iterations 1.4562575E-03 2.9075623E-02 at 170iterations 8.4057363E-04 1.6025543E-02 at 180iterations finished qdiffx linear iterations at : 07:21:20 total time elapsed so far: 12.75000 # loops : 180 mean,max change (kT/e) : 8.4057363E-04 1.6025543E-02 energy calculations done at 12.75000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.96000 DelPhi exited at 07:21:20 12.958u 0.365s 0:13.63 97.6% 0+0k 0+0io 0pf+0w