Mon Oct 10 10:19:05 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 Mon Oct 10 2011 at 10:19:05 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 = 2896 !!! WARNING: MG9 960 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.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.5417580 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): -22.27700 43.43500 ymin,ymax (A): -12.69900 46.30300 zmin,zma (A): -2.006000 51.26600 x,y,z range (A): 65.71200 59.00200 53.27200 scale (grids/A): 0.5417580 object centre (A): 10.57900 16.80200 24.63000 number of atom coordinates read : 2896 total number of charged atoms : 2743 net assigned charge : 7.400024 assigned positive charge : 423.1668 centred at (gu) : 91.48904 91.38180 86.96417 assigned negative charge : -415.7673 centred at (gu) : 91.59502 91.46551 86.75077 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 5670 nv = 96 ne = 84 npr = 55896 no. pairs analyzed = 55896 no. exposed pairs = 4285 no. arc points = 30922 no. surface atoms = 1429 nbur = 1467 mkacc time = 9.0000004E-02 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.568000 m= 211 mr = 2458 m= 0 mr = 6 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 3417 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3108 ## 420 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 7428 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.5654040E-09 7.1977280E-10 midg,1,midg; midg,igrid,midg 6.1857020E-10 -9.3338609E-12 1,midg,midg; igrid,midg,midg 6.8029354E-10 -1.8376943E-10 gauss-seidel spectral radius is 0.9824464 estimated iterations to convergence 62 setup time was (sec) 0.4300000 now iterating at: 10:19:06 rms-change max change #iterations 6.8628222E-02 13.58350 at 10iterations 4.5590559E-03 0.7095451 at 20iterations 3.4422730E-04 5.5271149E-02 at 30iterations 4.8242106E-05 6.4811707E-03 at 40iterations 1.0647528E-05 1.4743805E-03 at 50iterations finished qdiffx linear iterations at : 10:19:09 total time elapsed so far: 3.370000 # loops : 50 mean,max change (kT/e) : 1.0647528E-05 1.4743805E-03 energy calculations done at 3.370000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.500000 DelPhi exited at 10:19:10 3.508u 0.218s 0:04.29 86.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 Mon Oct 10 2011 at 10:19: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2896 !!! WARNING: MG9 960 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.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.625274 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): -22.27700 43.43500 ymin,ymax (A): -12.69900 46.30300 zmin,zma (A): -2.006000 51.26600 x,y,z range (A): 65.71200 59.00200 53.27200 scale (grids/A): 1.625274 object centre (A): 10.57900 16.80200 24.63000 number of atom coordinates read : 2896 total number of charged atoms : 2743 net assigned charge : 7.400024 assigned positive charge : 423.1668 centred at (gu) : 94.46696 94.14487 80.89185 assigned negative charge : -415.7673 centred at (gu) : 94.78485 94.39615 80.25189 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 62012 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30922 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 17841 mr = 38253 m= 1728 mr = 11014 m= 50 mr = 623 m= 1 mr = 1 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 185 time to turn everything in is 0.3100000 number of dielectric boundary points 31741 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 308 iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 20968 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.5417580 object centre at (A) : 10.57900 16.80200 24.63000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.2870219E-03 1.1501933E-02 midg,1,midg; midg,igrid,midg 1.4906933E-02 3.4122814E-03 1,midg,midg; igrid,midg,midg -1.1120684E-02 -1.5233876E-02 gauss-seidel spectral radius is 0.9981694 estimated iterations to convergence 186 setup time was (sec) 0.5300000 now iterating at: 10:19:10 rms-change max change #iterations 3.170553 174.1430 at 10iterations 1.312896 54.13430 at 20iterations 0.5436655 20.17314 at 30iterations 0.2241083 8.396845 at 40iterations 9.3069792E-02 3.653656 at 50iterations 3.8568724E-02 1.494904 at 60iterations 1.6027657E-02 0.6335602 at 70iterations 6.6479417E-03 0.2428255 at 80iterations 2.7654367E-03 0.1193085 at 90iterations 1.1533040E-03 4.6173096E-02 at 100iterations 4.8135713E-04 1.8623352E-02 at 110iterations 2.0466319E-04 7.5569153E-03 at 120iterations finished qdiffx linear iterations at : 10:19:18 total time elapsed so far: 7.640000 # loops : 120 mean,max change (kT/e) : 2.0466319E-04 7.5569153E-03 energy calculations done at 7.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.780000 DelPhi exited at 10:19:18 7.781u 0.246s 0:08.42 95.2% 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 10:19:18 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 = 2896 !!! WARNING: MG9 960 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.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.437911 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): -22.27700 43.43500 ymin,ymax (A): -12.69900 46.30300 zmin,zma (A): -2.006000 51.26600 x,y,z range (A): 65.71200 59.00200 53.27200 scale (grids/A): 2.437911 object centre (A): 10.57900 16.80200 24.63000 number of atom coordinates read : 2896 total number of charged atoms : 2743 net assigned charge : 7.400024 assigned positive charge : 423.1668 centred at (gu) : 96.70020 96.21712 76.33777 assigned negative charge : -415.7673 centred at (gu) : 97.17722 96.59415 75.37780 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 143897 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30922 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 62088 mr = 95050 m= 16843 mr = 45940 m= 2381 mr = 11356 m= 127 mr = 1264 m= 3 mr = 24 m= 0 mr = 0 time to grow re-entrant surface = 0.4200000 no. cavity mid-points inaccessible to solvent = 560 time to turn everything in is 0.7800000 number of dielectric boundary points 71705 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 28 iepsmp to db, and charging done at 0.8600000 number of grid points assigned charge 21907 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.625274 object centre at (A) : 10.57900 16.80200 24.63000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1047049 0.1652640 midg,1,midg; midg,igrid,midg 0.3422964 1.2813231E-02 1,midg,midg; igrid,midg,midg -0.6222523 -0.5442449 gauss-seidel spectral radius is 0.9991374 estimated iterations to convergence 269 setup time was (sec) 1.010000 now iterating at: 10:19:19 rms-change max change #iterations 8.526417 369.3997 at 10iterations 4.891475 136.0708 at 20iterations 2.764272 82.03661 at 30iterations 1.549205 43.74434 at 40iterations 0.8653173 25.09662 at 50iterations 0.4806841 11.51785 at 60iterations 0.2667753 7.576131 at 70iterations 0.1477999 3.465333 at 80iterations 8.1648760E-02 2.130262 at 90iterations 4.5068525E-02 1.093724 at 100iterations 2.4886511E-02 0.5553703 at 110iterations 1.3690907E-02 0.3423004 at 120iterations 7.5587011E-03 0.1668701 at 130iterations 4.1509643E-03 9.0806961E-02 at 140iterations 2.2866263E-03 4.8574924E-02 at 150iterations 1.2552980E-03 3.1974792E-02 at 160iterations 6.9159723E-04 1.5580177E-02 at 170iterations 3.8085959E-04 8.9378357E-03 at 180iterations finished qdiffx linear iterations at : 10:19:31 total time elapsed so far: 12.44000 # loops : 180 mean,max change (kT/e) : 3.8085959E-04 8.9378357E-03 energy calculations done at 12.44000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.59000 DelPhi exited at 10:19:31 12.588u 0.245s 0:13.21 97.0% 0+0k 0+0io 0pf+0w