Mon Oct 10 22:02:59 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 Mon Oct 10 2011 at 22:02:59 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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2809 !!! WARNING: ASL 33 has a net charge of -0.1000 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: 0.5585189 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): -20.77800 31.89900 ymin,ymax (A): -33.66100 23.35300 zmin,zma (A): -6.438000 57.30200 x,y,z range (A): 52.67700 57.01400 63.74000 scale (grids/A): 0.5585189 object centre (A): 5.560500 -5.153999 25.43200 number of atom coordinates read : 2809 total number of charged atoms : 2728 net assigned charge : 2.400007 assigned positive charge : 415.9883 centred at (gu) : 88.78719 89.11751 90.62785 assigned negative charge : -413.5895 centred at (gu) : 88.66773 89.20171 90.53307 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5986 nv = 96 ne = 84 npr = 54592 no. pairs analyzed = 54592 no. exposed pairs = 3803 no. arc points = 27194 no. surface atoms = 1272 nbur = 1537 mkacc time = 0.1200000 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.540000 m= 225 mr = 2955 m= 2 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 3250 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2843 ## 363 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 7721 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.9109712E-10 1.3497152E-09 midg,1,midg; midg,igrid,midg 1.3116157E-09 -4.6992860E-10 1,midg,midg; igrid,midg,midg -1.2740541E-09 1.0367324E-09 gauss-seidel spectral radius is 0.9834637 estimated iterations to convergence 64 setup time was (sec) 0.5100000 now iterating at: 22:03:00 rms-change max change #iterations 7.7108726E-02 13.13447 at 10iterations 5.5906866E-03 0.9522018 at 20iterations 4.4425108E-04 6.7810535E-02 at 30iterations 4.9723258E-05 7.2937012E-03 at 40iterations 8.3957857E-06 1.1672974E-03 at 50iterations finished qdiffx linear iterations at : 22:03:02 total time elapsed so far: 2.980000 # loops : 50 mean,max change (kT/e) : 8.3957857E-06 1.1672974E-03 energy calculations done at 2.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.150000 DelPhi exited at 22:03:03 3.153u 0.149s 0:03.61 91.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 Mon Oct 10 2011 at 22:03:03 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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2809 !!! WARNING: ASL 33 has a net charge of -0.1000 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: 1.675557 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): -20.77800 31.89900 ymin,ymax (A): -33.66100 23.35300 zmin,zma (A): -6.438000 57.30200 x,y,z range (A): 52.67700 57.01400 63.74000 scale (grids/A): 1.675557 object centre (A): 5.560500 -5.153999 25.43200 number of atom coordinates read : 2809 total number of charged atoms : 2728 net assigned charge : 2.400007 assigned positive charge : 415.9883 centred at (gu) : 86.36053 87.35184 91.88280 assigned negative charge : -413.5895 centred at (gu) : 86.00300 87.60494 91.59882 start vw surface at 0.1600000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 65349 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27194 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 19740 mr = 42960 m= 2181 mr = 13158 m= 73 mr = 1081 m= 1 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 585 time to turn everything in is 0.4700000 number of dielectric boundary points 30139 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 312 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 21023 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.5585189 object centre at (A) : 5.560500 -5.153999 25.43200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.7056746E-02 1.0045818E-02 midg,1,midg; midg,igrid,midg 2.4738896E-03 -8.7996209E-03 1,midg,midg; igrid,midg,midg -3.9241351E-03 1.7441692E-02 gauss-seidel spectral radius is 0.9982765 estimated iterations to convergence 191 setup time was (sec) 0.7200000 now iterating at: 22:03:04 rms-change max change #iterations 3.366001 154.3723 at 10iterations 1.433387 64.26193 at 20iterations 0.6116906 23.13028 at 30iterations 0.2604462 9.039873 at 40iterations 0.1110031 3.933789 at 50iterations 4.7295578E-02 1.685496 at 60iterations 2.0134799E-02 0.7375488 at 70iterations 8.5894680E-03 0.2989464 at 80iterations 3.6610409E-03 0.1330624 at 90iterations 1.5680405E-03 5.5931091E-02 at 100iterations 6.6651712E-04 2.4221420E-02 at 110iterations 2.8566361E-04 9.7579956E-03 at 120iterations finished qdiffx linear iterations at : 22:03:10 total time elapsed so far: 6.730000 # loops : 120 mean,max change (kT/e) : 2.8566361E-04 9.7579956E-03 energy calculations done at 6.730000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.910000 DelPhi exited at 22:03:10 6.908u 0.190s 0:07.40 95.8% 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 Mon Oct 10 2011 at 22:03:10 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: 265 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2809 !!! WARNING: ASL 33 has a net charge of -0.1000 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: 2.513335 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): -20.77800 31.89900 ymin,ymax (A): -33.66100 23.35300 zmin,zma (A): -6.438000 57.30200 x,y,z range (A): 52.67700 57.01400 63.74000 scale (grids/A): 2.513335 object centre (A): 5.560500 -5.153999 25.43200 number of atom coordinates read : 2809 total number of charged atoms : 2728 net assigned charge : 2.400007 assigned positive charge : 415.9883 centred at (gu) : 84.54056 86.02752 92.82412 assigned negative charge : -413.5895 centred at (gu) : 84.00446 86.40749 92.39829 start vw surface at 0.1500000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 151948 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27194 grid for indexing accessible points = 1.400000 m= 67525 mr = 105841 m= 19812 mr = 52227 m= 3431 mr = 14557 m= 268 mr = 2262 m= 5 mr = 119 m= 0 mr = 0 time to grow re-entrant surface = 0.6100000 no. cavity mid-points inaccessible to solvent = 1959 time to turn everything in is 1.080000 number of dielectric boundary points 67983 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 13 iepsmp to db, and charging done at 1.200000 number of grid points assigned charge 21805 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.675557 object centre at (A) : 5.560500 -5.153999 25.43200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.4423775 0.2284027 midg,1,midg; midg,igrid,midg 3.0866701E-02 -0.1055270 1,midg,midg; igrid,midg,midg -6.6004351E-02 0.2700511 gauss-seidel spectral radius is 0.9991703 estimated iterations to convergence 274 setup time was (sec) 1.360000 now iterating at: 22:03:12 rms-change max change #iterations 8.694144 387.8250 at 10iterations 4.956709 123.8138 at 20iterations 2.810457 63.21304 at 30iterations 1.583299 35.84034 at 40iterations 0.8882331 22.49526 at 50iterations 0.4984278 10.13460 at 60iterations 0.2781962 5.927415 at 70iterations 0.1554000 3.263940 at 80iterations 8.6654738E-02 1.913436 at 90iterations 4.8232425E-02 1.034095 at 100iterations 2.6889838E-02 0.5778825 at 110iterations 1.4913646E-02 0.3177176 at 120iterations 8.3109951E-03 0.1628022 at 130iterations 4.6199230E-03 9.4253540E-02 at 140iterations 2.5707819E-03 5.3194761E-02 at 150iterations 1.4269131E-03 3.0511856E-02 at 160iterations 7.9304259E-04 1.6565323E-02 at 170iterations 4.4219338E-04 9.0026855E-03 at 180iterations finished qdiffx linear iterations at : 22:03:21 total time elapsed so far: 10.96000 # loops : 180 mean,max change (kT/e) : 4.4219338E-04 9.0026855E-03 energy calculations done at 10.96000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.13000 DelPhi exited at 22:03:22 11.132u 0.199s 0:11.63 97.3% 0+0k 0+0io 0pf+0w