Tue Oct 11 03:44:17 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 Tue Oct 11 2011 at 03:44: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2774 !!! WARNING: HIR 72 has a net charge of 0.5140 !!! WARNING: ASP 288 has a net charge of -0.7280 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.6314408 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): 10.42400 65.17000 ymin,ymax (A): -5.593000 47.23400 zmin,zma (A): -9.806001 46.57300 x,y,z range (A): 54.74600 52.82700 56.37900 scale (grids/A): 0.6314408 object centre (A): 37.79700 20.82050 18.38350 number of atom coordinates read : 2774 total number of charged atoms : 2625 net assigned charge : 4.786015 assigned positive charge : 423.4808 centred at (gu) : 91.72522 90.30746 91.33736 assigned negative charge : -418.6953 centred at (gu) : 91.47775 90.49574 91.39364 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 7364 nv = 96 ne = 84 npr = 56257 no. pairs analyzed = 56257 no. exposed pairs = 3356 no. arc points = 23930 no. surface atoms = 1123 nbur = 1651 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 380 mr = 4056 m= 3 mr = 54 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3637 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2428 ## 265 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 8955 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 8.0188043E-09 -7.4868567E-10 midg,1,midg; midg,igrid,midg 2.1858897E-08 -1.4882276E-08 1,midg,midg; igrid,midg,midg -1.3648433E-08 4.2374111E-08 gauss-seidel spectral radius is 0.9870223 estimated iterations to convergence 72 setup time was (sec) 0.5700000 now iterating at: 03:44:18 rms-change max change #iterations 0.1403553 19.24240 at 10iterations 1.3457965E-02 2.308973 at 20iterations 1.3003632E-03 0.1889572 at 30iterations 1.2763393E-04 1.8819809E-02 at 40iterations 1.3169837E-05 1.8424988E-03 at 50iterations finished qdiffx linear iterations at : 03:44:21 total time elapsed so far: 3.260000 # loops : 50 mean,max change (kT/e) : 1.3169837E-05 1.8424988E-03 energy calculations done at 3.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.460000 DelPhi exited at 03:44:22 3.459u 0.165s 0:04.65 77.6% 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 03:44:22 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2774 !!! WARNING: HIR 72 has a net charge of 0.5140 !!! WARNING: ASP 288 has a net charge of -0.7280 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: 1.894322 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): 10.42400 65.17000 ymin,ymax (A): -5.593000 47.23400 zmin,zma (A): -9.806001 46.57300 x,y,z range (A): 54.74600 52.82700 56.37900 scale (grids/A): 1.894322 object centre (A): 37.79700 20.82050 18.38350 number of atom coordinates read : 2774 total number of charged atoms : 2625 net assigned charge : 4.786015 assigned positive charge : 423.4808 centred at (gu) : 95.17537 90.92204 94.01133 assigned negative charge : -418.6953 centred at (gu) : 94.43296 91.48706 94.18068 start vw surface at 0.1800000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 78886 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23930 grid for indexing accessible points = 1.400000 m= 29371 mr = 54681 m= 4613 mr = 21959 m= 314 mr = 3012 m= 0 mr = 119 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 309 time to turn everything in is 0.6200000 number of dielectric boundary points 33413 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 178 iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 20636 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.6314408 object centre at (A) : 37.79700 20.82050 18.38350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.2715751E-02 -2.2264520E-02 midg,1,midg; midg,igrid,midg 2.6382610E-02 -6.1077643E-03 1,midg,midg; igrid,midg,midg -5.4788766E-03 6.9496378E-02 gauss-seidel spectral radius is 0.9986387 estimated iterations to convergence 215 setup time was (sec) 0.9200000 now iterating at: 03:44:23 rms-change max change #iterations 4.360399 197.6423 at 10iterations 2.045998 69.56669 at 20iterations 0.9576341 31.07673 at 30iterations 0.4493974 13.99478 at 40iterations 0.2116662 7.190468 at 50iterations 9.8764382E-02 3.326837 at 60iterations 4.6513632E-02 1.378489 at 70iterations 2.1736750E-02 0.6623535 at 80iterations 1.0210087E-02 0.3106232 at 90iterations 4.7921683E-03 0.1408081 at 100iterations 2.2582114E-03 6.7152023E-02 at 110iterations 1.0570103E-03 3.0611038E-02 at 120iterations finished qdiffx linear iterations at : 03:44:30 total time elapsed so far: 7.600000 # loops : 120 mean,max change (kT/e) : 1.0570103E-03 3.0611038E-02 energy calculations done at 7.600000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.780000 DelPhi exited at 03:44:31 7.787u 0.176s 0:08.37 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 Tue Oct 11 2011 at 03:44:31 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2774 !!! WARNING: HIR 72 has a net charge of 0.5140 !!! WARNING: ASP 288 has a net charge of -0.7280 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.841484 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): 10.42400 65.17000 ymin,ymax (A): -5.593000 47.23400 zmin,zma (A): -9.806001 46.57300 x,y,z range (A): 54.74600 52.82700 56.37900 scale (grids/A): 2.841484 object centre (A): 37.79700 20.82050 18.38350 number of atom coordinates read : 2774 total number of charged atoms : 2625 net assigned charge : 4.786015 assigned positive charge : 423.4808 centred at (gu) : 97.76294 91.38297 96.01686 assigned negative charge : -418.6953 centred at (gu) : 96.64945 92.23053 96.27091 start vw surface at 0.1700000 fill in re-entrant regions at 0.5000000 boundary points on vw surface= 182294 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23930 grid for indexing accessible points = 1.400000 m= 94160 mr = 132416 m= 34704 mr = 77518 m= 8323 mr = 28316 m= 1268 mr = 6416 m= 103 mr = 877 m= 0 mr = 41 time to grow re-entrant surface = 0.8700000 no. cavity mid-points inaccessible to solvent = 1139 time to turn everything in is 1.500000 number of dielectric boundary points 75268 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.640000 number of grid points assigned charge 21000 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.894322 object centre at (A) : 37.79700 20.82050 18.38350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2861150 -0.4496666 midg,1,midg; midg,igrid,midg 0.2879519 0.1016880 1,midg,midg; igrid,midg,midg -4.6019025E-02 0.6696528 gauss-seidel spectral radius is 0.9992623 estimated iterations to convergence 291 setup time was (sec) 1.810000 now iterating at: 03:44:33 rms-change max change #iterations 10.33277 522.9785 at 10iterations 6.067335 140.0773 at 20iterations 3.548967 82.57498 at 30iterations 2.061762 41.91457 at 40iterations 1.195514 23.25501 at 50iterations 0.6923243 13.13132 at 60iterations 0.4005891 7.639076 at 70iterations 0.2316759 4.432317 at 80iterations 0.1335174 2.344147 at 90iterations 7.7037185E-02 1.353949 at 100iterations 4.4364627E-02 0.7865248 at 110iterations 2.5573563E-02 0.4433618 at 120iterations 1.4738411E-02 0.2726669 at 130iterations 8.4975008E-03 0.1512356 at 140iterations 4.8870579E-03 9.1318130E-02 at 150iterations 2.8124442E-03 4.9636841E-02 at 160iterations 1.6240247E-03 2.8194427E-02 at 170iterations 9.3818217E-04 1.6874313E-02 at 180iterations finished qdiffx linear iterations at : 03:44:43 total time elapsed so far: 12.23000 # loops : 180 mean,max change (kT/e) : 9.3818217E-04 1.6874313E-02 energy calculations done at 12.23000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.42000 DelPhi exited at 03:44:44 12.426u 0.216s 0:12.96 97.4% 0+0k 0+0io 0pf+0w