Sat Oct 8 20:04:29 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 Sat Oct 8 2011 at 20:04:29 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: 257 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2619 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN7 765 has a net charge of 1.4000 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.6225299 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): -32.14300 17.47900 ymin,ymax (A): -23.51600 23.67300 zmin,zma (A): -12.30200 44.88400 x,y,z range (A): 49.62200 47.18900 57.18600 scale (grids/A): 0.6225299 object centre (A): -7.331999 7.8500748E-02 16.29100 number of atom coordinates read : 2619 total number of charged atoms : 2475 net assigned charge : 3.500007 assigned positive charge : 395.4500 centred at (gu) : 88.76099 89.01653 89.62180 assigned negative charge : -391.9505 centred at (gu) : 88.66019 89.07845 89.51477 start vw surface at 0.1500000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 6566 nv = 96 ne = 84 npr = 54877 no. pairs analyzed = 54877 no. exposed pairs = 3038 no. arc points = 21591 no. surface atoms = 1023 nbur = 1596 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 306 mr = 3650 m= 3 mr = 28 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 36 time to turn everything in is 0.3000000 number of dielectric boundary points 3197 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2191 ## 244 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 8256 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.1010560E-09 9.8898365E-09 midg,1,midg; midg,igrid,midg 9.3874490E-09 -1.0651688E-09 1,midg,midg; igrid,midg,midg -5.6316760E-09 7.8632425E-09 gauss-seidel spectral radius is 0.9866335 estimated iterations to convergence 71 setup time was (sec) 0.5900000 now iterating at: 20:04:30 rms-change max change #iterations 0.1298839 20.97333 at 10iterations 1.2189399E-02 1.672907 at 20iterations 1.1370337E-03 0.1770897 at 30iterations 1.0637669E-04 1.7755985E-02 at 40iterations 9.8645587E-06 1.3504028E-03 at 50iterations finished qdiffx linear iterations at : 20:04:34 total time elapsed so far: 4.130000 # loops : 50 mean,max change (kT/e) : 9.8645587E-06 1.3504028E-03 energy calculations done at 4.130000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.310000 DelPhi exited at 20:04:34 4.315u 0.255s 0:04.85 94.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 Sat Oct 8 2011 at 20:04:34 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: 257 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2619 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN7 765 has a net charge of 1.4000 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: 1.867590 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): -32.14300 17.47900 ymin,ymax (A): -23.51600 23.67300 zmin,zma (A): -12.30200 44.88400 x,y,z range (A): 49.62200 47.18900 57.18600 scale (grids/A): 1.867590 object centre (A): -7.331999 7.8500748E-02 16.29100 number of atom coordinates read : 2619 total number of charged atoms : 2475 net assigned charge : 3.500007 assigned positive charge : 395.4500 centred at (gu) : 86.28242 87.04920 88.86501 assigned negative charge : -391.9505 centred at (gu) : 85.98026 87.23489 88.54431 start vw surface at 0.1400000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 72095 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21591 grid for indexing accessible points = 1.400000 m= 24090 mr = 50313 m= 3287 mr = 17736 m= 152 mr = 2001 m= 1 mr = 45 m= 0 mr = 0 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 5043 time to turn everything in is 0.5300000 number of dielectric boundary points 29530 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 168 iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 19415 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.6225299 object centre at (A) : -7.331999 7.8500748E-02 16.29100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.2949610E-02 2.6130415E-02 midg,1,midg; midg,igrid,midg 1.5345411E-02 1.3210926E-03 1,midg,midg; igrid,midg,midg -5.2677966E-03 3.3893790E-02 gauss-seidel spectral radius is 0.9985814 estimated iterations to convergence 210 setup time was (sec) 0.8700000 now iterating at: 20:04:35 rms-change max change #iterations 4.084811 186.4158 at 10iterations 1.880307 70.22003 at 20iterations 0.8657706 29.52344 at 30iterations 0.4004680 13.11368 at 40iterations 0.1851038 5.866540 at 50iterations 8.5126460E-02 2.778076 at 60iterations 3.9552834E-02 1.379931 at 70iterations 1.8190820E-02 0.5494061 at 80iterations 8.4054871E-03 0.2652283 at 90iterations 3.8792335E-03 0.1272335 at 100iterations 1.7934985E-03 6.3423157E-02 at 110iterations 8.2833349E-04 2.7379990E-02 at 120iterations finished qdiffx linear iterations at : 20:04:44 total time elapsed so far: 9.790000 # loops : 120 mean,max change (kT/e) : 8.2833349E-04 2.7379990E-02 energy calculations done at 9.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.970000 DelPhi exited at 20:04:45 9.972u 0.324s 0:10.56 97.4% 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 Sat Oct 8 2011 at 20:04:45 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: 257 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2619 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN7 765 has a net charge of 1.4000 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: 2.801385 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): -32.14300 17.47900 ymin,ymax (A): -23.51600 23.67300 zmin,zma (A): -12.30200 44.88400 x,y,z range (A): 49.62200 47.18900 57.18600 scale (grids/A): 2.801385 object centre (A): -7.331999 7.8500748E-02 16.29100 number of atom coordinates read : 2619 total number of charged atoms : 2475 net assigned charge : 3.500007 assigned positive charge : 395.4500 centred at (gu) : 84.42334 85.57367 88.29726 assigned negative charge : -391.9505 centred at (gu) : 83.97042 85.85223 87.81646 start vw surface at 0.1500000 fill in re-entrant regions at 0.4800000 boundary points on vw surface= 167000 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21591 grid for indexing accessible points = 1.400000 m= 81303 mr = 122147 m= 26551 mr = 66551 m= 5719 mr = 21165 m= 689 mr = 4285 m= 28 mr = 449 m= 0 mr = 11 time to grow re-entrant surface = 0.8000000 no. cavity mid-points inaccessible to solvent = 17248 time to turn everything in is 1.400000 number of dielectric boundary points 66682 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 19797 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.867590 object centre at (A) : -7.331999 7.8500748E-02 16.29100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3299497E-02 0.3449305 midg,1,midg; midg,igrid,midg 0.1768362 5.0868005E-02 1,midg,midg; igrid,midg,midg -3.9862104E-02 0.4242995 gauss-seidel spectral radius is 0.9992383 estimated iterations to convergence 286 setup time was (sec) 1.760000 now iterating at: 20:04:47 rms-change max change #iterations 9.588650 444.4515 at 10iterations 5.523124 142.7268 at 20iterations 3.155628 70.81593 at 30iterations 1.800077 36.50322 at 40iterations 1.031968 23.03422 at 50iterations 0.5874763 11.50772 at 60iterations 0.3355102 6.606842 at 70iterations 0.1912977 3.943586 at 80iterations 0.1091687 1.997774 at 90iterations 6.2086951E-02 1.206842 at 100iterations 3.5363048E-02 0.6824207 at 110iterations 2.0167496E-02 0.3721333 at 120iterations 1.1483158E-02 0.2137680 at 130iterations 6.5414221E-03 0.1237183 at 140iterations 3.7233916E-03 7.5839996E-02 at 150iterations 2.1204446E-03 3.8360596E-02 at 160iterations 1.2071000E-03 2.2463799E-02 at 170iterations 6.8922172E-04 1.2755394E-02 at 180iterations finished qdiffx linear iterations at : 20:05:01 total time elapsed so far: 15.91000 # loops : 180 mean,max change (kT/e) : 6.8922172E-04 1.2755394E-02 energy calculations done at 15.91000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.09000 DelPhi exited at 20:05:02 16.087u 0.333s 0:16.69 98.3% 0+0k 0+0io 0pf+0w