Sun Oct 9 10:23: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 Sun Oct 9 2011 at 10:23: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2191 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6712295 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): -1.550000 48.52400 ymin,ymax (A): -26.63700 26.40000 zmin,zma (A): -4.092000 48.34900 x,y,z range (A): 50.07400 53.03700 52.44100 scale (grids/A): 0.6712295 object centre (A): 23.48700 -0.1184998 22.12850 number of atom coordinates read : 2191 total number of charged atoms : 2054 net assigned charge : 1.500016 assigned positive charge : 316.4486 centred at (gu) : 90.58372 92.32813 90.67886 assigned negative charge : -314.9493 centred at (gu) : 90.62738 92.18871 90.62144 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 6892 nv = 96 ne = 84 npr = 43757 no. pairs analyzed = 43757 no. exposed pairs = 2946 no. arc points = 20831 no. surface atoms = 977 nbur = 1214 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 434 mr = 3632 m= 4 mr = 72 m= 0 mr = 0 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 21 time to turn everything in is 0.1800000 number of dielectric boundary points 3626 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1908 ## 147 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 7721 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.8260282E-09 1.8889800E-08 midg,1,midg; midg,igrid,midg -1.5767977E-08 5.4564371E-08 1,midg,midg; igrid,midg,midg 1.2016808E-08 -5.6457208E-09 gauss-seidel spectral radius is 0.9884676 estimated iterations to convergence 76 setup time was (sec) 0.3900000 now iterating at: 10:23:29 rms-change max change #iterations 0.1571358 23.94443 at 10iterations 1.7544068E-02 2.596298 at 20iterations 1.9176226E-03 0.2611790 at 30iterations 2.0893394E-04 3.5848618E-02 at 40iterations 2.2935352E-05 3.4904480E-03 at 50iterations finished qdiffx linear iterations at : 10:23:32 total time elapsed so far: 3.440000 # loops : 50 mean,max change (kT/e) : 2.2935352E-05 3.4904480E-03 energy calculations done at 3.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.560000 DelPhi exited at 10:23:33 3.567u 0.203s 0:04.05 92.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 Sun Oct 9 2011 at 10:23:33 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2191 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.013689 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): -1.550000 48.52400 ymin,ymax (A): -26.63700 26.40000 zmin,zma (A): -4.092000 48.34900 x,y,z range (A): 50.07400 53.03700 52.44100 scale (grids/A): 2.013689 object centre (A): 23.48700 -0.1184998 22.12850 number of atom coordinates read : 2191 total number of charged atoms : 2054 net assigned charge : 1.500016 assigned positive charge : 316.4486 centred at (gu) : 91.75098 96.98390 92.03628 assigned negative charge : -314.9493 centred at (gu) : 91.88231 96.56631 91.86458 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 73350 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20831 grid for indexing accessible points = 1.400000 m= 27047 mr = 49298 m= 4955 mr = 19792 m= 426 mr = 3330 m= 2 mr = 213 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 738 time to turn everything in is 0.3800000 number of dielectric boundary points 33147 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 83 iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 16254 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.6712295 object centre at (A) : 23.48700 -0.1184998 22.12850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.1407260E-02 4.9827192E-02 midg,1,midg; midg,igrid,midg -3.6560539E-03 6.3116938E-02 1,midg,midg; igrid,midg,midg -1.7770799E-02 -3.0735740E-02 gauss-seidel spectral radius is 0.9987410 estimated iterations to convergence 223 setup time was (sec) 0.6200000 now iterating at: 10:23:34 rms-change max change #iterations 4.225568 214.0505 at 10iterations 2.032218 81.90519 at 20iterations 0.9878271 34.11258 at 30iterations 0.4753821 15.43668 at 40iterations 0.2301581 7.528454 at 50iterations 0.1112874 3.758941 at 60iterations 5.3760104E-02 1.689574 at 70iterations 2.5958063E-02 0.7711906 at 80iterations 1.2515146E-02 0.3979607 at 90iterations 6.0453112E-03 0.1905746 at 100iterations 2.9257252E-03 8.9702606E-02 at 110iterations 1.4136533E-03 4.6498299E-02 at 120iterations finished qdiffx linear iterations at : 10:23:41 total time elapsed so far: 8.230000 # loops : 120 mean,max change (kT/e) : 1.4136533E-03 4.6498299E-02 energy calculations done at 8.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.370000 DelPhi exited at 10:23:42 8.372u 0.226s 0:09.05 94.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 Sun Oct 9 2011 at 10:23: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2191 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.020533 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): -1.550000 48.52400 ymin,ymax (A): -26.63700 26.40000 zmin,zma (A): -4.092000 48.34900 x,y,z range (A): 50.07400 53.03700 52.44100 scale (grids/A): 3.020533 object centre (A): 23.48700 -0.1184998 22.12850 number of atom coordinates read : 2191 total number of charged atoms : 2054 net assigned charge : 1.500016 assigned positive charge : 316.4486 centred at (gu) : 92.62631 100.4758 93.05434 assigned negative charge : -314.9493 centred at (gu) : 92.82343 99.84959 92.79684 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 169301 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20831 grid for indexing accessible points = 1.400000 m= 84545 mr = 119391 m= 33210 mr = 68621 m= 9284 mr = 26802 m= 1864 mr = 7243 m= 160 mr = 1414 m= 1 mr = 86 m= 0 mr = 0 time to grow re-entrant surface = 0.5500000 no. cavity mid-points inaccessible to solvent = 2497 time to turn everything in is 0.9800000 number of dielectric boundary points 74808 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.070000 number of grid points assigned charge 16432 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.013689 object centre at (A) : 23.48700 -0.1184998 22.12850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2952990 0.6070983 midg,1,midg; midg,igrid,midg -5.6935210E-02 0.4754297 1,midg,midg; igrid,midg,midg -0.2347406 -0.3646065 gauss-seidel spectral radius is 0.9992899 estimated iterations to convergence 296 setup time was (sec) 1.230000 now iterating at: 10:23:43 rms-change max change #iterations 9.652897 462.1174 at 10iterations 5.631178 113.9886 at 20iterations 3.287584 62.48645 at 30iterations 1.925521 35.60636 at 40iterations 1.121941 21.53544 at 50iterations 0.6530880 11.68299 at 60iterations 0.3804139 6.840498 at 70iterations 0.2206423 4.565701 at 80iterations 0.1283037 2.299030 at 90iterations 7.4747562E-02 1.401314 at 100iterations 4.3358058E-02 0.7490101 at 110iterations 2.5215922E-02 0.4380200 at 120iterations 1.4621289E-02 0.2430323 at 130iterations 8.4935809E-03 0.1475754 at 140iterations 4.9323095E-03 8.3658218E-02 at 150iterations 2.8658649E-03 4.9292386E-02 at 160iterations 1.6706660E-03 3.2188416E-02 at 170iterations 9.7079581E-04 1.7348051E-02 at 180iterations finished qdiffx linear iterations at : 10:23:56 total time elapsed so far: 13.36000 # loops : 180 mean,max change (kT/e) : 9.7079581E-04 1.7348051E-02 energy calculations done at 13.36000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.49000 DelPhi exited at 10:23:56 13.491u 0.255s 0:14.11 97.3% 0+0k 0+0io 0pf+0w