Sat Oct 8 13:30:21 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 Sat Oct 8 2011 at 13:30:21 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: 309 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3001 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 316 has a net charge of -2.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: 0.6205659 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): -11.22000 44.70400 ymin,ymax (A): 10.67200 55.15800 zmin,zma (A): 37.16300 94.53000 x,y,z range (A): 55.92400 44.48600 57.36700 scale (grids/A): 0.6205659 object centre (A): 16.74200 32.91500 65.84650 number of atom coordinates read : 3001 total number of charged atoms : 2855 net assigned charge : -0.9859930 assigned positive charge : 449.9336 centred at (gu) : 88.92699 89.53043 91.32864 assigned negative charge : -450.9203 centred at (gu) : 88.87296 89.44994 91.24155 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7743 nv = 96 ne = 84 npr = 61998 no. pairs analyzed = 61998 no. exposed pairs = 3511 no. arc points = 24161 no. surface atoms = 1209 nbur = 1792 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 366 mr = 4486 m= 3 mr = 30 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.3100000 number of dielectric boundary points 3596 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2399 ## 243 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 9562 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.7361178E-09 8.0306606E-09 midg,1,midg; midg,igrid,midg -7.9667934E-09 4.8817768E-09 1,midg,midg; igrid,midg,midg -6.4483938E-09 2.6591778E-09 gauss-seidel spectral radius is 0.9865835 estimated iterations to convergence 71 setup time was (sec) 0.5300000 now iterating at: 13:30:21 rms-change max change #iterations 0.1389489 18.22350 at 10iterations 1.3090834E-02 1.783089 at 20iterations 1.3222067E-03 0.1794586 at 30iterations 1.7763200E-04 2.4414063E-02 at 40iterations 3.6241272E-05 5.2700043E-03 at 50iterations finished qdiffx linear iterations at : 13:30:24 total time elapsed so far: 2.930000 # loops : 50 mean,max change (kT/e) : 3.6241272E-05 5.2700043E-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 13:30:24 3.111u 0.163s 0:03.54 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 Sat Oct 8 2011 at 13:30:24 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: 309 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3001 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 316 has a net charge of -2.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: 1.861698 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): -11.22000 44.70400 ymin,ymax (A): 10.67200 55.15800 zmin,zma (A): 37.16300 94.53000 x,y,z range (A): 55.92400 44.48600 57.36700 scale (grids/A): 1.861698 object centre (A): 16.74200 32.91500 65.84650 number of atom coordinates read : 3001 total number of charged atoms : 2855 net assigned charge : -0.9859930 assigned positive charge : 449.9336 centred at (gu) : 86.78049 88.59079 93.98560 assigned negative charge : -450.9203 centred at (gu) : 86.61874 88.34966 93.72446 start vw surface at 0.1300000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 84848 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24161 grid for indexing accessible points = 1.400000 m= 31171 mr = 61389 m= 4487 mr = 23394 m= 210 mr = 2697 m= 4 mr = 59 m= 0 mr = 0 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5600000 number of dielectric boundary points 33181 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 173 iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 22428 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.6205659 object centre at (A) : 16.74200 32.91500 65.84650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.9836619E-02 1.5441556E-02 midg,1,midg; midg,igrid,midg -4.0286896E-03 1.1666594E-02 1,midg,midg; igrid,midg,midg -4.7123481E-02 7.8240028E-03 gauss-seidel spectral radius is 0.9986095 estimated iterations to convergence 213 setup time was (sec) 0.8200000 now iterating at: 13:30:25 rms-change max change #iterations 4.442129 188.1587 at 10iterations 2.062721 66.55768 at 20iterations 0.9665810 29.30769 at 30iterations 0.4490483 14.29996 at 40iterations 0.2094848 6.183737 at 50iterations 9.7690068E-02 2.999339 at 60iterations 4.5515697E-02 1.400887 at 70iterations 2.1220982E-02 0.5789022 at 80iterations 9.9156369E-03 0.3134613 at 90iterations 4.6545817E-03 0.1362877 at 100iterations 2.1818518E-03 6.8466663E-02 at 110iterations 1.0338480E-03 3.6909103E-02 at 120iterations finished qdiffx linear iterations at : 13:30:31 total time elapsed so far: 6.750000 # loops : 120 mean,max change (kT/e) : 1.0338480E-03 3.6909103E-02 energy calculations done at 6.750000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.930000 DelPhi exited at 13:30:32 6.930u 0.166s 0:07.39 95.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 Sat Oct 8 2011 at 13:30: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: 309 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3001 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 316 has a net charge of -2.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: 2.792547 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): -11.22000 44.70400 ymin,ymax (A): 10.67200 55.15800 zmin,zma (A): 37.16300 94.53000 x,y,z range (A): 55.92400 44.48600 57.36700 scale (grids/A): 2.792547 object centre (A): 16.74200 32.91500 65.84650 number of atom coordinates read : 3001 total number of charged atoms : 2855 net assigned charge : -0.9859930 assigned positive charge : 449.9336 centred at (gu) : 85.17052 87.88593 95.97813 assigned negative charge : -450.9203 centred at (gu) : 84.92804 87.52454 95.58656 start vw surface at 0.1500000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 196706 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24161 grid for indexing accessible points = 1.400000 m= 101706 mr = 148148 m= 35781 mr = 84685 m= 7798 mr = 28961 m= 934 mr = 5692 m= 36 mr = 553 m= 0 mr = 1 time to grow re-entrant surface = 0.8600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.430000 number of dielectric boundary points 74921 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.560000 number of grid points assigned charge 22834 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.861698 object centre at (A) : 16.74200 32.91500 65.84650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.7051133E-02 0.1832580 midg,1,midg; midg,igrid,midg -2.8104935E-02 0.1229876 1,midg,midg; igrid,midg,midg -0.6333659 0.1728741 gauss-seidel spectral radius is 0.9992563 estimated iterations to convergence 289 setup time was (sec) 1.710000 now iterating at: 13:30:34 rms-change max change #iterations 10.49385 317.6414 at 10iterations 6.149257 148.8473 at 20iterations 3.567705 94.34966 at 30iterations 2.070044 41.88526 at 40iterations 1.198521 21.65207 at 50iterations 0.6907812 13.81259 at 60iterations 0.3978409 7.131775 at 70iterations 0.2294011 4.577354 at 80iterations 0.1320510 2.330574 at 90iterations 7.6245733E-02 1.350307 at 100iterations 4.3830160E-02 0.7328529 at 110iterations 2.5177704E-02 0.4338760 at 120iterations 1.4480304E-02 0.2741699 at 130iterations 8.3469739E-03 0.1460800 at 140iterations 4.8156083E-03 8.5506439E-02 at 150iterations 2.7890145E-03 4.7357559E-02 at 160iterations 1.6203437E-03 2.8989792E-02 at 170iterations 9.4981922E-04 1.7864227E-02 at 180iterations finished qdiffx linear iterations at : 13:30:43 total time elapsed so far: 11.33000 # loops : 180 mean,max change (kT/e) : 9.4981922E-04 1.7864227E-02 energy calculations done at 11.33000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.49000 DelPhi exited at 13:30:44 11.498u 0.191s 0:11.96 97.6% 0+0k 0+0io 0pf+0w