Tue Oct 11 03:55:26 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 Tue Oct 11 2011 at 03:55:26 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: 281 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2751 !!! WARNING: ARG 32 has a net charge of -0.2720 !!! WARNING: TYS 1 has a net charge of -0.3600 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: 0.6676669 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): -14.85600 32.53900 ymin,ymax (A): 7.556000 55.83600 zmin,zma (A): 25.50100 78.82100 x,y,z range (A): 47.39500 48.28000 53.32000 scale (grids/A): 0.6676669 object centre (A): 8.841501 31.69600 52.16100 number of atom coordinates read : 2751 total number of charged atoms : 2599 net assigned charge : -0.1319859 assigned positive charge : 416.5668 centred at (gu) : 90.46111 90.50928 88.53740 assigned negative charge : -416.6993 centred at (gu) : 90.71471 90.36927 88.62645 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 8199 nv = 96 ne = 84 npr = 56927 no. pairs analyzed = 56927 no. exposed pairs = 3333 no. arc points = 23316 no. surface atoms = 1118 nbur = 1633 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 476 mr = 4722 m= 3 mr = 65 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 38 time to turn everything in is 0.2200000 number of dielectric boundary points 3891 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2206 ## 216 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 9625 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.0257873E-08 -1.7446983E-08 midg,1,midg; midg,igrid,midg -3.3338015E-08 3.8951054E-08 1,midg,midg; igrid,midg,midg 5.7235688E-08 -7.4476624E-08 gauss-seidel spectral radius is 0.9883804 estimated iterations to convergence 76 setup time was (sec) 0.4200000 now iterating at: 03:55:27 rms-change max change #iterations 0.1836804 24.30950 at 10iterations 2.0501543E-02 2.632813 at 20iterations 2.2641215E-03 0.3017769 at 30iterations 2.6512091E-04 3.4400940E-02 at 40iterations 3.9841925E-05 5.0697327E-03 at 50iterations finished qdiffx linear iterations at : 03:55:30 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 3.9841925E-05 5.0697327E-03 energy calculations done at 3.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 03:55:30 3.437u 0.156s 0:03.89 92.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 Tue Oct 11 2011 at 03:55:30 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: 281 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2751 !!! WARNING: ARG 32 has a net charge of -0.2720 !!! WARNING: TYS 1 has a net charge of -0.3600 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.003001 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): -14.85600 32.53900 ymin,ymax (A): 7.556000 55.83600 zmin,zma (A): 25.50100 78.82100 x,y,z range (A): 47.39500 48.28000 53.32000 scale (grids/A): 2.003001 object centre (A): 8.841501 31.69600 52.16100 number of atom coordinates read : 2751 total number of charged atoms : 2599 net assigned charge : -0.1319859 assigned positive charge : 416.5668 centred at (gu) : 91.38307 91.52701 85.61177 assigned negative charge : -416.6993 centred at (gu) : 92.14389 91.10742 85.87899 start vw surface at 0.1000000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 88055 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23316 grid for indexing accessible points = 1.400000 m= 33376 mr = 62676 m= 5708 mr = 25189 m= 373 mr = 3763 m= 5 mr = 154 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 1958 time to turn everything in is 0.4500000 number of dielectric boundary points 35735 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 111 iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 20559 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.6676669 object centre at (A) : 8.841501 31.69600 52.16100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.3300519E-03 -6.2583163E-02 midg,1,midg; midg,igrid,midg -1.7219430E-02 3.3966541E-02 1,midg,midg; igrid,midg,midg 7.2692886E-02 -2.3105701E-02 gauss-seidel spectral radius is 0.9987722 estimated iterations to convergence 226 setup time was (sec) 0.6600000 now iterating at: 03:55:31 rms-change max change #iterations 4.875162 202.2686 at 10iterations 2.385987 87.65442 at 20iterations 1.159530 39.67391 at 30iterations 0.5671135 16.46233 at 40iterations 0.2761956 8.441584 at 50iterations 0.1348985 4.330045 at 60iterations 6.5859996E-02 1.899872 at 70iterations 3.2127906E-02 0.9028513 at 80iterations 1.5671739E-02 0.4993591 at 90iterations 7.6306802E-03 0.2203827 at 100iterations 3.7259224E-03 0.1068363 at 110iterations 1.8253151E-03 4.8913956E-02 at 120iterations finished qdiffx linear iterations at : 03:55:38 total time elapsed so far: 7.800000 # loops : 120 mean,max change (kT/e) : 1.8253151E-03 4.8913956E-02 energy calculations done at 7.800000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.940000 DelPhi exited at 03:55:39 7.943u 0.203s 0:08.66 93.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 Tue Oct 11 2011 at 03:55:42 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: 281 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2751 !!! WARNING: ARG 32 has a net charge of -0.2720 !!! WARNING: TYS 1 has a net charge of -0.3600 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: 3.004501 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): -14.85600 32.53900 ymin,ymax (A): 7.556000 55.83600 zmin,zma (A): 25.50100 78.82100 x,y,z range (A): 47.39500 48.28000 53.32000 scale (grids/A): 3.004501 object centre (A): 8.841501 31.69600 52.16100 number of atom coordinates read : 2751 total number of charged atoms : 2599 net assigned charge : -0.1319859 assigned positive charge : 416.5668 centred at (gu) : 92.07444 92.29051 83.41746 assigned negative charge : -416.6993 centred at (gu) : 93.21579 91.66103 83.81842 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 203387 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23316 grid for indexing accessible points = 1.400000 m= 106831 mr = 151006 m= 40559 mr = 88812 m= 10399 mr = 33263 m= 1667 mr = 8091 m= 115 mr = 1192 m= 2 mr = 52 m= 0 mr = 0 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 6208 time to turn everything in is 1.130000 number of dielectric boundary points 80544 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.220000 number of grid points assigned charge 20788 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.003001 object centre at (A) : 8.841501 31.69600 52.16100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2390498 -0.6188512 midg,1,midg; midg,igrid,midg -0.1664201 0.4248935 1,midg,midg; igrid,midg,midg 0.6215945 -0.1506508 gauss-seidel spectral radius is 0.9992915 estimated iterations to convergence 296 setup time was (sec) 1.360000 now iterating at: 03:55:43 rms-change max change #iterations 11.14517 449.5969 at 10iterations 6.568221 127.1431 at 20iterations 3.859043 83.16626 at 30iterations 2.267417 43.05862 at 40iterations 1.326581 27.85587 at 50iterations 0.7770898 13.23400 at 60iterations 0.4535407 7.954712 at 70iterations 0.2652282 4.503965 at 80iterations 0.1548430 2.804552 at 90iterations 9.0235762E-02 1.559050 at 100iterations 5.2703161E-02 0.8937683 at 110iterations 3.0723402E-02 0.6001263 at 120iterations 1.7931724E-02 0.2952967 at 130iterations 1.0458146E-02 0.1699390 at 140iterations 6.1139772E-03 0.1003494 at 150iterations 3.5830517E-03 5.8422089E-02 at 160iterations 2.1060547E-03 3.5400391E-02 at 170iterations 1.2426166E-03 1.9569397E-02 at 180iterations finished qdiffx linear iterations at : 03:55:55 total time elapsed so far: 12.86000 # loops : 180 mean,max change (kT/e) : 1.2426166E-03 1.9569397E-02 energy calculations done at 12.86000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.00000 DelPhi exited at 03:55:55 12.999u 0.230s 0:13.58 97.3% 0+0k 0+0io 0pf+0w