Tue Oct 11 08:17:58 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 Tue Oct 11 2011 at 08:17:58 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2700 !!! WARNING: FMN 398 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6606785 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): -24.80500 21.83100 ymin,ymax (A): -64.38800 -10.50400 zmin,zma (A): -17.22900 30.30300 x,y,z range (A): 46.63600 53.88400 47.53200 scale (grids/A): 0.6606785 object centre (A): -1.487000 -37.44600 6.537000 number of atom coordinates read : 2700 total number of charged atoms : 2565 net assigned charge : 4.000021 assigned positive charge : 413.9145 centred at (gu) : 90.62456 89.88969 90.47519 assigned negative charge : -409.9155 centred at (gu) : 90.46180 90.12643 90.50320 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 8001 nv = 96 ne = 84 npr = 55322 no. pairs analyzed = 55322 no. exposed pairs = 3301 no. arc points = 22501 no. surface atoms = 1118 nbur = 1582 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 474 mr = 4647 m= 3 mr = 46 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3785 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2159 ## 171 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 9385 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.4627430E-08 4.5865343E-09 midg,1,midg; midg,igrid,midg 6.0671901E-08 -4.0482622E-08 1,midg,midg; igrid,midg,midg -2.1872042E-08 5.0399233E-08 gauss-seidel spectral radius is 0.9881341 estimated iterations to convergence 75 setup time was (sec) 0.5800000 now iterating at: 08:17:59 rms-change max change #iterations 0.1773219 22.81762 at 10iterations 1.9519478E-02 2.716370 at 20iterations 3.1835253E-03 0.5780640 at 30iterations 1.0321091E-03 0.2035294 at 40iterations 4.0865256E-04 8.0692291E-02 at 50iterations finished qdiffx linear iterations at : 08:18:03 total time elapsed so far: 4.510000 # loops : 50 mean,max change (kT/e) : 4.0865256E-04 8.0692291E-02 energy calculations done at 4.510000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.680000 DelPhi exited at 08:18:04 4.681u 0.379s 0:05.41 93.3% 0+0k 0+0io 6pf+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 Tue Oct 11 2011 at 08:18:04 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2700 !!! WARNING: FMN 398 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.982036 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): -24.80500 21.83100 ymin,ymax (A): -64.38800 -10.50400 zmin,zma (A): -17.22900 30.30300 x,y,z range (A): 46.63600 53.88400 47.53200 scale (grids/A): 1.982036 object centre (A): -1.487000 -37.44600 6.537000 number of atom coordinates read : 2700 total number of charged atoms : 2565 net assigned charge : 4.000021 assigned positive charge : 413.9145 centred at (gu) : 91.87321 89.66830 91.42476 assigned negative charge : -409.9155 centred at (gu) : 91.38506 90.37918 91.50942 start vw surface at 0.1200000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 86085 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22501 grid for indexing accessible points = 1.400000 m= 33004 mr = 61338 m= 5754 mr = 25039 m= 423 mr = 3791 m= 8 mr = 188 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 285 time to turn everything in is 0.7000000 number of dielectric boundary points 34919 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 92 iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 20253 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.6606785 object centre at (A) : -1.487000 -37.44600 6.537000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.4428915E-02 -2.4225561E-02 midg,1,midg; midg,igrid,midg 7.2524205E-02 -4.7430687E-02 1,midg,midg; igrid,midg,midg -1.5891418E-02 4.9144045E-02 gauss-seidel spectral radius is 0.9987471 estimated iterations to convergence 224 setup time was (sec) 1.000000 now iterating at: 08:18:05 rms-change max change #iterations 4.752188 193.0340 at 10iterations 2.294448 73.66681 at 20iterations 1.108821 30.35892 at 30iterations 0.5346876 15.47039 at 40iterations 0.2607171 8.908167 at 50iterations 0.1258956 3.679153 at 60iterations 6.1263245E-02 1.828411 at 70iterations 2.9918849E-02 0.8412476 at 80iterations 1.4878093E-02 0.4579887 at 90iterations 7.5787259E-03 0.2469063 at 100iterations 4.0756273E-03 0.1419373 at 110iterations 2.3785396E-03 9.3833923E-02 at 120iterations finished qdiffx linear iterations at : 08:18:16 total time elapsed so far: 11.58000 # loops : 120 mean,max change (kT/e) : 2.3785396E-03 9.3833923E-02 energy calculations done at 11.58000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.75000 DelPhi exited at 08:18:17 11.752u 0.458s 0:12.90 94.5% 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 Tue Oct 11 2011 at 08:18:17 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2700 !!! WARNING: FMN 398 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.973053 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): -24.80500 21.83100 ymin,ymax (A): -64.38800 -10.50400 zmin,zma (A): -17.22900 30.30300 x,y,z range (A): 46.63600 53.88400 47.53200 scale (grids/A): 2.973053 object centre (A): -1.487000 -37.44600 6.537000 number of atom coordinates read : 2700 total number of charged atoms : 2565 net assigned charge : 4.000021 assigned positive charge : 413.9145 centred at (gu) : 92.80978 89.50237 92.13700 assigned negative charge : -409.9155 centred at (gu) : 92.07745 90.56870 92.26418 start vw surface at 0.1100000 fill in re-entrant regions at 0.5800000 boundary points on vw surface= 199070 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22501 grid for indexing accessible points = 1.400000 m= 105486 mr = 147956 m= 40539 mr = 87983 m= 10492 mr = 33276 m= 1820 mr = 8096 m= 131 mr = 1309 m= 1 mr = 42 m= 0 mr = 0 time to grow re-entrant surface = 1.180000 no. cavity mid-points inaccessible to solvent = 988 time to turn everything in is 1.880000 number of dielectric boundary points 78877 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.010000 number of grid points assigned charge 20513 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.982036 object centre at (A) : -1.487000 -37.44600 6.537000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2088430 -0.2882506 midg,1,midg; midg,igrid,midg 0.9790784 -0.6264965 1,midg,midg; igrid,midg,midg -0.1736969 0.3839188 gauss-seidel spectral radius is 0.9992862 estimated iterations to convergence 295 setup time was (sec) 2.220000 now iterating at: 08:18:19 rms-change max change #iterations 10.94365 357.4931 at 10iterations 6.443929 143.1793 at 20iterations 3.792062 82.00952 at 30iterations 2.219716 52.33569 at 40iterations 1.300779 23.25933 at 50iterations 0.7591694 12.89510 at 60iterations 0.4428510 8.009773 at 70iterations 0.2585972 4.332015 at 80iterations 0.1508692 2.625762 at 90iterations 8.7888479E-02 1.707368 at 100iterations 5.1215917E-02 0.9134598 at 110iterations 2.9952625E-02 0.5444374 at 120iterations 1.7637121E-02 0.3054924 at 130iterations 1.0434979E-02 0.1956635 at 140iterations 6.3427417E-03 0.1260605 at 150iterations 3.9746878E-03 9.3078613E-02 at 160iterations 2.6471596E-03 5.7723999E-02 at 170iterations 1.8884761E-03 4.5055389E-02 at 180iterations finished qdiffx linear iterations at : 08:18:38 total time elapsed so far: 20.41000 # loops : 180 mean,max change (kT/e) : 1.8884761E-03 4.5055389E-02 energy calculations done at 20.41000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 20.58000 DelPhi exited at 08:18:38 20.588u 0.479s 0:21.56 97.6% 0+0k 0+0io 0pf+0w