Wed Dec 21 14:20:52 PST 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 Wed Dec 21 2011 at 14:20:52 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2004 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.6640304 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): -6.541000 34.90100 ymin,ymax (A): -3.423000 48.79200 zmin,zma (A): -23.52900 30.08300 x,y,z range (A): 41.44200 52.21500 53.61200 scale (grids/A): 0.6640304 object centre (A): 14.18000 22.68450 3.277000 number of atom coordinates read : 2004 total number of charged atoms : 1871 net assigned charge : 5.3346157E-06 assigned positive charge : 294.4840 centred at (gu) : 91.10562 92.65816 90.22063 assigned negative charge : -294.4843 centred at (gu) : 91.24399 92.75748 90.14482 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.0000000E-02 boundary points on vw surface= 6098 nv = 96 ne = 84 npr = 41619 no. pairs analyzed = 41619 no. exposed pairs = 2371 no. arc points = 17032 no. surface atoms = 807 nbur = 1197 mkacc time = 7.0000000E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 334 mr = 3517 m= 1 mr = 48 m= 0 mr = 0 time to grow re-entrant surface = 8.0000006E-02 no. cavity mid-points inaccessible to solvent = 87 time to turn everything in is 0.1500000 number of dielectric boundary points 2868 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1641 ## 159 charges are in solution ## iepsmp to db, and charging done at 0.2200000 number of grid points assigned charge 6993 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.1275230E-08 1.3785226E-08 midg,1,midg; midg,igrid,midg 9.7641282E-09 -2.7896597E-08 1,midg,midg; igrid,midg,midg 1.8424370E-08 -2.8278766E-08 gauss-seidel spectral radius is 0.9881906 estimated iterations to convergence 75 setup time was (sec) 0.3400000 now iterating at: 14:20:52 rms-change max change #iterations 0.1495443 25.54523 at 10iterations 1.6150264E-02 2.549171 at 20iterations 1.7398465E-03 0.2577850 at 30iterations 1.8700585E-04 3.0849457E-02 at 40iterations 1.9855577E-05 2.5892258E-03 at 50iterations finished qdiffx linear iterations at : 14:20:55 total time elapsed so far: 3.210000 # loops : 50 mean,max change (kT/e) : 1.9855577E-05 2.5892258E-03 energy calculations done at 3.210000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.330000 DelPhi exited at 14:20:55 3.335u 0.198s 0:03.86 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 Wed Dec 21 2011 at 14:20:55 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2004 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: 1.992091 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): -6.541000 34.90100 ymin,ymax (A): -3.423000 48.79200 zmin,zma (A): -23.52900 30.08300 x,y,z range (A): 41.44200 52.21500 53.61200 scale (grids/A): 1.992091 object centre (A): 14.18000 22.68450 3.277000 number of atom coordinates read : 2004 total number of charged atoms : 1871 net assigned charge : 5.3346157E-06 assigned positive charge : 294.4840 centred at (gu) : 93.31653 97.97434 90.66189 assigned negative charge : -294.4843 centred at (gu) : 93.73209 98.27239 90.43457 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 64745 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17032 grid for indexing accessible points = 1.400000 m= 25430 mr = 45333 m= 4459 mr = 19938 m= 284 mr = 3021 m= 3 mr = 121 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 1900 time to turn everything in is 0.3400000 number of dielectric boundary points 26508 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 107 iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 14805 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.6640304 object centre at (A) : 14.18000 22.68450 3.277000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.7741467E-02 1.1714792E-02 midg,1,midg; midg,igrid,midg 3.4056246E-02 -1.3189375E-02 1,midg,midg; igrid,midg,midg 8.3455238E-03 -1.4289543E-02 gauss-seidel spectral radius is 0.9986734 estimated iterations to convergence 218 setup time was (sec) 0.6000000 now iterating at: 14:20:56 rms-change max change #iterations 3.946353 189.7912 at 10iterations 1.871319 72.57790 at 20iterations 0.8896443 28.65602 at 30iterations 0.4204006 15.16535 at 40iterations 0.1988634 7.211153 at 50iterations 9.4242610E-02 3.147972 at 60iterations 4.4667453E-02 1.629955 at 70iterations 2.1052109E-02 0.6955643 at 80iterations 9.9801300E-03 0.3198929 at 90iterations 4.7312719E-03 0.1566658 at 100iterations 2.2327367E-03 7.0442200E-02 at 110iterations 1.0609733E-03 3.4667969E-02 at 120iterations finished qdiffx linear iterations at : 14:21:07 total time elapsed so far: 10.90000 # loops : 120 mean,max change (kT/e) : 1.0609733E-03 3.4667969E-02 energy calculations done at 10.90000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.03000 DelPhi exited at 14:21:08 11.035u 0.381s 0:12.96 88.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 Wed Dec 21 2011 at 14:21:08 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2004 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.988137 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): -6.541000 34.90100 ymin,ymax (A): -3.423000 48.79200 zmin,zma (A): -23.52900 30.08300 x,y,z range (A): 41.44200 52.21500 53.61200 scale (grids/A): 2.988137 object centre (A): 14.18000 22.68450 3.277000 number of atom coordinates read : 2004 total number of charged atoms : 1871 net assigned charge : 5.3346157E-06 assigned positive charge : 294.4840 centred at (gu) : 94.97484 101.9616 90.99278 assigned negative charge : -294.4843 centred at (gu) : 95.59813 102.4088 90.65190 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 149249 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17032 grid for indexing accessible points = 1.400000 m= 80002 mr = 109059 m= 32238 mr = 67611 m= 8181 mr = 27157 m= 1245 mr = 6559 m= 77 mr = 861 m= 1 mr = 30 m= 0 mr = 0 time to grow re-entrant surface = 0.5000000 no. cavity mid-points inaccessible to solvent = 6779 time to turn everything in is 1.010000 number of dielectric boundary points 59716 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.110000 number of grid points assigned charge 14967 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.992091 object centre at (A) : 14.18000 22.68450 3.277000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.8084663 -1.7272396E-02 midg,1,midg; midg,igrid,midg 0.3201095 -0.2074856 1,midg,midg; igrid,midg,midg 3.1304289E-02 -9.5193662E-02 gauss-seidel spectral radius is 0.9992561 estimated iterations to convergence 289 setup time was (sec) 1.290000 now iterating at: 14:21:10 rms-change max change #iterations 9.072128 523.3895 at 10iterations 5.200691 119.0896 at 20iterations 2.980216 62.43333 at 30iterations 1.709421 32.42203 at 40iterations 0.9809428 20.41650 at 50iterations 0.5608365 10.83929 at 60iterations 0.3216935 6.162202 at 70iterations 0.1836025 3.544914 at 80iterations 0.1052802 2.184731 at 90iterations 6.0142402E-02 1.083616 at 100iterations 3.4497485E-02 0.6350451 at 110iterations 1.9763395E-02 0.3769379 at 120iterations 1.1313139E-02 0.2404442 at 130iterations 6.4607407E-03 0.1205506 at 140iterations 3.7085649E-03 6.5818787E-02 at 150iterations 2.1224772E-03 3.9154053E-02 at 160iterations 1.2142294E-03 2.4135590E-02 at 170iterations 6.9579942E-04 1.2775421E-02 at 180iterations finished qdiffx linear iterations at : 14:21:25 total time elapsed so far: 16.13000 # loops : 180 mean,max change (kT/e) : 6.9579942E-04 1.2775421E-02 energy calculations done at 16.13000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.27000 DelPhi exited at 14:21:38 16.270u 0.405s 0:30.05 55.4% 0+0k 0+0io 0pf+0w