<div>Hi,<br></div><div><br></div><div>there is no k-point sampling available in CP2K, at the moment. You need to use a large enough supercell that will give you a reasonable representation of the system at the gamma point only  - crudely if you are using a k x k x k k-point grid in another code you need to make your system k x k x k bigger in realspace here. </div><div><br></div><div>Most things don't come for free...</div><div><br></div><div>Matt </div><br>On Tuesday, 5 March 2013 12:26:15 UTC, mohamed khuili  wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Dear all,<br><br>I am a beginner in using CP2K I want optimize the geometry of a mesh ZnO and calculate the Energy band structure of ZnO using ab initio, DFT. and speed up the computation time. I have posted my INPUT  and output file. Can you please give any IDEA why I got the same result.<br><br>Thank you in advance.<br><br>&FORCE_EVAL<br> STRESS_TENSOR ANALYTICAL<br> METHOD Quickstep<br> &DFT<br>   BASIS_SET_FILE_NAME BASIS_MOLOPT<br>   POTENTIAL_FILE_NAME GTH_POTENTIALS<br>   &MGRID<br>     CUTOFF 500<br>   &END MGRID<br>   &QS<br>     METHOD GPW<br>   &END QS<br>   &SCF<br>     EPS_SCF 5.E-3<br>     MAX_SCF 20<br>     &OT<br>       MINIMIZER CG<br>     &END<br>   &END SCF<br>   &XC<br>     &XC_FUNCTIONAL PBE<br>     &END XC_FUNCTIONAL<br>   &END XC<br> &END DFT<br> &SUBSYS<br>   &CELL<br>        ABC 3.250 3.250 5.207<br>        ALPHA_BETA_GAMMA  90.0 90.0 120.0<br>        PERIODIC XYZ<br>   &END CELL<br>  &TOPOLOGY<br>   &END TOPOLOGY<br> &COORD<br>Zn    0.0000    1.8766    0.0000<br>Zn    1.6252    0.9383    2.6056 <br>O     0.0000    1.8766    1.9907<br>O     1.6252    0.9383    4.5963<br>   &END COORD<br>    &KIND Zn<br>    BASIS_SET DZVP-MOLOPT-SR-GTH-q12<br>    POTENTIAL GTH-BLYP-q12<br>   &END KIND<br>   &KIND O<br>    BASIS_SET DZVP-MOLOPT-SR-GTH<br>    POTENTIAL GTH-PBE-q6<br>   &END KIND<br> &END SUBSYS<br>&END FORCE_EVAL<br> &MOTION<br> &CELL_OPT<br>   KEEP_ANGLES .TRUE.<br>   OPTIMIZER CG<br>   &CG<br>    &LINE_SEARCH<br>     TYPE 2PNT<br>    &END LINE_SEARCH<br>   &END CG<br> &END CELL_OPT<br> &GEO_OPT<br>   OPTIMIZER BFGS<br> &END GEO_OPT<br> &END MOTION<br>&GLOBAL<br> PROJECT ZnO<br> RUN_TYPE CELL_OPT<br> PRINT_LEVEL MEDIUM<br>&END GLOBAL</blockquote>