Sun Oct 9 13:03:28 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 13:03:28 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 = 2382 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6833407 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): -13.86900 34.80700 ymin,ymax (A): -2.221000 49.87600 zmin,zma (A): 41.81300 83.96600 x,y,z range (A): 48.67600 52.09700 42.15300 scale (grids/A): 0.6833407 object centre (A): 10.46900 23.82750 62.88950 number of atom coordinates read : 2382 total number of charged atoms : 2240 net assigned charge : 3.500024 assigned positive charge : 364.6531 centred at (gu) : 89.77229 89.18433 90.88376 assigned negative charge : -361.1536 centred at (gu) : 89.77704 89.00658 90.96060 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 7576 nv = 96 ne = 84 npr = 47541 no. pairs analyzed = 47541 no. exposed pairs = 2933 no. arc points = 20616 no. surface atoms = 984 nbur = 1398 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 419 mr = 4218 m= 4 mr = 77 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 16 time to turn everything in is 0.1800000 number of dielectric boundary points 3704 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2033 ## 240 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 8644 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.5340012E-08 -1.0010559E-08 midg,1,midg; midg,igrid,midg -5.0037098E-08 6.3070537E-08 1,midg,midg; igrid,midg,midg 1.9618975E-08 1.4979898E-08 gauss-seidel spectral radius is 0.9888755 estimated iterations to convergence 77 setup time was (sec) 0.3800000 now iterating at: 13:03:29 rms-change max change #iterations 0.1834365 24.94475 at 10iterations 2.1354171E-02 2.954744 at 20iterations 2.6320661E-03 0.3560810 at 30iterations 4.0740368E-04 5.2066803E-02 at 40iterations 9.4954928E-05 1.1642456E-02 at 50iterations finished qdiffx linear iterations at : 13:03:31 total time elapsed so far: 3.250000 # loops : 50 mean,max change (kT/e) : 9.4954928E-05 1.1642456E-02 energy calculations done at 3.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.380000 DelPhi exited at 13:03:32 3.384u 0.164s 0:03.82 92.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 13:03:32 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 = 2382 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.050022 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): -13.86900 34.80700 ymin,ymax (A): -2.221000 49.87600 zmin,zma (A): 41.81300 83.96600 x,y,z range (A): 48.67600 52.09700 42.15300 scale (grids/A): 2.050022 object centre (A): 10.46900 23.82750 62.88950 number of atom coordinates read : 2382 total number of charged atoms : 2240 net assigned charge : 3.500024 assigned positive charge : 364.6531 centred at (gu) : 89.31635 87.55251 92.65063 assigned negative charge : -361.1536 centred at (gu) : 89.33111 87.01966 92.88168 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 80164 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20616 grid for indexing accessible points = 1.400000 m= 30574 mr = 56033 m= 5501 mr = 22935 m= 476 mr = 3543 m= 6 mr = 263 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 644 time to turn everything in is 0.3900000 number of dielectric boundary points 33947 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 128 iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 17764 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.6833407 object centre at (A) : 10.46900 23.82750 62.88950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.8084151E-02 4.3228157E-03 midg,1,midg; midg,igrid,midg -6.6433065E-02 2.2091303E-02 1,midg,midg; igrid,midg,midg 8.8220136E-03 3.1866740E-02 gauss-seidel spectral radius is 0.9987954 estimated iterations to convergence 228 setup time was (sec) 0.6100000 now iterating at: 13:03:33 rms-change max change #iterations 4.712552 255.9520 at 10iterations 2.287488 85.61494 at 20iterations 1.125494 34.22142 at 30iterations 0.5515866 16.56798 at 40iterations 0.2700427 8.848670 at 50iterations 0.1328067 4.195379 at 60iterations 6.5155037E-02 2.031696 at 70iterations 3.1986594E-02 0.9173079 at 80iterations 1.5764810E-02 0.4697456 at 90iterations 7.7898563E-03 0.2289276 at 100iterations 3.8715713E-03 0.1245165 at 110iterations 1.9571411E-03 6.2967300E-02 at 120iterations finished qdiffx linear iterations at : 13:03:40 total time elapsed so far: 7.730000 # loops : 120 mean,max change (kT/e) : 1.9571411E-03 6.2967300E-02 energy calculations done at 7.730000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.860000 DelPhi exited at 13:03:40 7.863u 0.197s 0:08.38 96.0% 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 13:03:40 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 = 2382 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.075033 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): -13.86900 34.80700 ymin,ymax (A): -2.221000 49.87600 zmin,zma (A): 41.81300 83.96600 x,y,z range (A): 48.67600 52.09700 42.15300 scale (grids/A): 3.075033 object centre (A): 10.46900 23.82750 62.88950 number of atom coordinates read : 2382 total number of charged atoms : 2240 net assigned charge : 3.500024 assigned positive charge : 364.6531 centred at (gu) : 88.97437 86.32861 93.97586 assigned negative charge : -361.1536 centred at (gu) : 88.99662 85.52943 94.32241 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 184695 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20616 grid for indexing accessible points = 1.400000 m= 96668 mr = 134925 m= 37517 mr = 79815 m= 10194 mr = 30686 m= 1987 mr = 7711 m= 242 mr = 1540 m= 6 mr = 150 m= 0 mr = 0 time to grow re-entrant surface = 0.6000000 no. cavity mid-points inaccessible to solvent = 2372 time to turn everything in is 1.040000 number of dielectric boundary points 76482 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.140000 number of grid points assigned charge 17920 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.050022 object centre at (A) : 10.46900 23.82750 62.88950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4926569 -6.7894727E-02 midg,1,midg; midg,igrid,midg -0.6608812 0.3781319 1,midg,midg; igrid,midg,midg -0.1213530 0.3039335 gauss-seidel spectral radius is 0.9992898 estimated iterations to convergence 296 setup time was (sec) 1.280000 now iterating at: 13:03:42 rms-change max change #iterations 10.66082 466.7843 at 10iterations 6.270034 133.4124 at 20iterations 3.691882 70.01930 at 30iterations 2.169981 49.14532 at 40iterations 1.275686 26.00121 at 50iterations 0.7471576 13.04588 at 60iterations 0.4362411 7.363601 at 70iterations 0.2551016 4.311679 at 80iterations 0.1493129 2.573841 at 90iterations 8.7160707E-02 1.669089 at 100iterations 5.0979853E-02 0.8130410 at 110iterations 2.9733034E-02 0.5076370 at 120iterations 1.7406275E-02 0.2915850 at 130iterations 1.0226608E-02 0.1952400 at 140iterations 6.0455403E-03 0.1023464 at 150iterations 3.6065043E-03 6.3787460E-02 at 160iterations 2.1951338E-03 4.3993950E-02 at 170iterations 1.3721378E-03 2.8028488E-02 at 180iterations finished qdiffx linear iterations at : 13:03:53 total time elapsed so far: 12.93000 # loops : 180 mean,max change (kT/e) : 1.3721378E-03 2.8028488E-02 energy calculations done at 12.93000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.07000 DelPhi exited at 13:03:54 13.069u 0.208s 0:13.55 97.8% 0+0k 0+0io 0pf+0w