Sun Oct 9 07:57:38 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 07:57:38 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: 276 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2215 !!! WARNING: NDP 385 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.6916919 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): 4.633000 50.12200 ymin,ymax (A): -25.05200 26.41600 zmin,zma (A): -19.67700 30.20400 x,y,z range (A): 45.48900 51.46800 49.88100 scale (grids/A): 0.6916919 object centre (A): 27.37750 0.6820002 5.263500 number of atom coordinates read : 2215 total number of charged atoms : 2073 net assigned charge : -3.499991 assigned positive charge : 336.1374 centred at (gu) : 90.06551 91.01187 90.17302 assigned negative charge : -339.6378 centred at (gu) : 90.09267 91.10220 90.28444 start vw surface at 0.1700000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7293 nv = 96 ne = 84 npr = 44565 no. pairs analyzed = 44565 no. exposed pairs = 2876 no. arc points = 20610 no. surface atoms = 958 nbur = 1257 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 489 mr = 3962 m= 2 mr = 82 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 34 time to turn everything in is 0.2900000 number of dielectric boundary points 3740 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1971 ## 170 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 8160 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.0922489E-08 -6.4150242E-08 midg,1,midg; midg,igrid,midg 1.1176501E-08 -6.6015637E-08 1,midg,midg; igrid,midg,midg -9.3714094E-09 -3.0263891E-08 gauss-seidel spectral radius is 0.9891330 estimated iterations to convergence 78 setup time was (sec) 0.5100000 now iterating at: 07:57:39 rms-change max change #iterations 0.1906829 27.39341 at 10iterations 2.2571985E-02 2.940010 at 20iterations 2.5964172E-03 0.3369980 at 30iterations 3.0385365E-04 4.1121483E-02 at 40iterations 3.6000161E-05 4.9705505E-03 at 50iterations finished qdiffx linear iterations at : 07:57:41 total time elapsed so far: 2.930000 # loops : 50 mean,max change (kT/e) : 3.6000161E-05 4.9705505E-03 energy calculations done at 2.930000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.110000 DelPhi exited at 07:57:42 3.111u 0.139s 0:03.51 92.3% 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:57: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: 276 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2215 !!! WARNING: NDP 385 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.075076 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): 4.633000 50.12200 ymin,ymax (A): -25.05200 26.41600 zmin,zma (A): -19.67700 30.20400 x,y,z range (A): 45.48900 51.46800 49.88100 scale (grids/A): 2.075076 object centre (A): 27.37750 0.6820002 5.263500 number of atom coordinates read : 2215 total number of charged atoms : 2073 net assigned charge : -3.499991 assigned positive charge : 336.1374 centred at (gu) : 90.19631 93.03527 90.51862 assigned negative charge : -339.6378 centred at (gu) : 90.27802 93.30655 90.85313 start vw surface at 0.1500000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 77123 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20610 grid for indexing accessible points = 1.400000 m= 30391 mr = 52585 m= 6046 mr = 22731 m= 588 mr = 3988 m= 12 mr = 257 m= 0 mr = 0 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 1327 time to turn everything in is 0.5800000 number of dielectric boundary points 34599 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 105 iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 16434 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.6916919 object centre at (A) : 27.37750 0.6820002 5.263500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.7945287E-03 -4.0750682E-02 midg,1,midg; midg,igrid,midg 2.4096655E-02 -5.4536387E-03 1,midg,midg; igrid,midg,midg -3.4932340E-03 -3.1172164E-02 gauss-seidel spectral radius is 0.9988123 estimated iterations to convergence 230 setup time was (sec) 0.8800000 now iterating at: 07:57:43 rms-change max change #iterations 4.708749 186.2055 at 10iterations 2.308291 84.03704 at 20iterations 1.136877 35.86720 at 30iterations 0.5596601 17.58351 at 40iterations 0.2755608 8.971770 at 50iterations 0.1359817 3.976104 at 60iterations 6.6624679E-02 2.138012 at 70iterations 3.2847371E-02 0.9498534 at 80iterations 1.6196365E-02 0.4955449 at 90iterations 7.9393471E-03 0.2183828 at 100iterations 3.9312127E-03 0.1222081 at 110iterations 1.9377045E-03 5.3185940E-02 at 120iterations finished qdiffx linear iterations at : 07:57:49 total time elapsed so far: 7.210000 # loops : 120 mean,max change (kT/e) : 1.9377045E-03 5.3185940E-02 energy calculations done at 7.210000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.390000 DelPhi exited at 07:57:50 7.388u 0.209s 0:07.87 96.3% 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:57:50 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: 276 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2215 !!! WARNING: NDP 385 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: 3.112613 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): 4.633000 50.12200 ymin,ymax (A): -25.05200 26.41600 zmin,zma (A): -19.67700 30.20400 x,y,z range (A): 45.48900 51.46800 49.88100 scale (grids/A): 3.112613 object centre (A): 27.37750 0.6820002 5.263500 number of atom coordinates read : 2215 total number of charged atoms : 2073 net assigned charge : -3.499991 assigned positive charge : 336.1374 centred at (gu) : 90.29435 94.55276 90.77793 assigned negative charge : -339.6378 centred at (gu) : 90.41697 94.95981 91.27967 start vw surface at 0.1400000 fill in re-entrant regions at 0.7700000 boundary points on vw surface= 177417 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20610 grid for indexing accessible points = 1.400000 m= 94140 mr = 126645 m= 39035 mr = 77402 m= 11552 mr = 31923 m= 2369 mr = 8924 m= 251 mr = 1627 m= 12 mr = 142 m= 1 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 0.8500000 no. cavity mid-points inaccessible to solvent = 4651 time to turn everything in is 1.750000 number of dielectric boundary points 78110 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.890000 number of grid points assigned charge 16584 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.075076 object centre at (A) : 27.37750 0.6820002 5.263500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.9496833E-02 -0.2731524 midg,1,midg; midg,igrid,midg 0.8000360 4.8762571E-02 1,midg,midg; igrid,midg,midg -6.7093648E-02 -0.2900905 gauss-seidel spectral radius is 0.9992968 estimated iterations to convergence 298 setup time was (sec) 2.050000 now iterating at: 07:57:52 rms-change max change #iterations 10.55953 421.4760 at 10iterations 6.216927 139.0054 at 20iterations 3.640069 66.16955 at 30iterations 2.139737 43.63702 at 40iterations 1.253676 24.72957 at 50iterations 0.7327012 12.38361 at 60iterations 0.4284004 7.722691 at 70iterations 0.2498792 4.834681 at 80iterations 0.1456580 2.610513 at 90iterations 8.4917873E-02 1.358738 at 100iterations 4.9565956E-02 0.8830884 at 110iterations 2.8914072E-02 0.4676213 at 120iterations 1.6859034E-02 0.2962265 at 130iterations 9.8297494E-03 0.1908302 at 140iterations 5.7286466E-03 9.9048615E-02 at 150iterations 3.3475461E-03 5.8306217E-02 at 160iterations 1.9579816E-03 3.8825989E-02 at 170iterations 1.1458412E-03 2.1469116E-02 at 180iterations finished qdiffx linear iterations at : 07:58:02 total time elapsed so far: 11.89000 # loops : 180 mean,max change (kT/e) : 1.1458412E-03 2.1469116E-02 energy calculations done at 11.89000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.07000 DelPhi exited at 07:58:03 12.068u 0.202s 0:12.79 95.8% 0+0k 0+0io 0pf+0w