<br>Hi Hongyang,<div><br></div><div>(1) Currently, you are right, HFX needs to use only gamma point. Therefore, instead of k-points you have to rely on supercell approach in order to converge the properties. One can get good properties using supercells of sufficient size. For example, a Si primitive cell with 2 atoms and 8x8x8 k-points would be roughly equivalent to a 1024 atom cell at gamma point only. Alternatively, you can run smalleer cell and still get good results. I would guess that ~250 atoms will give good lattice constants for Si. If you *must* perform cell optimization using hybrid, then this is what I would suggest; however, even using ADMM that would be a costly calculation. Bulk properties like lattice constants are often correctly predicted by GGA, and so you might consider simply optimizing the lattice constants at the GGA level and then passing the calculation to HSE06 after. This will depend on your system, but give it some thought. </div><div><br></div><div>(2) This is a little opaque yes. In general, I believe that you don't have to worry about the convergence of the ADMM basis set for 3 reasons: (1) the ADMM has been demonstrated to perform well in many papers in the literature, and so the use of ADMM will not be questioned by many these days. (2) checking ADMM against the primary basis is absurdly expensive, to the point where it is often impossible to check. You can check the convergence of just the auxiliary bases by comparing the energies different auxiliary basis sets to one another in a series of static calculations if you want to be thorough. (3) You have already committed to sacrificing a tiny bit of accuracy by using the ADMM instead of the primary basis. It's the compromise you make in order to run large calculations, and so you shouldn't expect it to perfectly reproduce the primary basis, but it will do a decent job.</div><div><br></div><div>(3) The band gap can be read off by setting the SCF solver to OT and then turning on FORCE_EVAL%DFT%PRINT%MO_CUBES. A minimal working example of what I mean:</div><div><br></div><div>&FORCE_EVAL</div><div>    &DFT</div><div>        &SCF</div><div>            &OT</div><div>            &END</div><div>        &END</div><div>        &PRINT</div><div>            &MO_CUBES</div><div>                NHOMO -1</div><div>                NLUMO -1 </div><div>            &END</div><div>    &END</div><div>&END</div><div><br></div><div><br></div><div>Hope this helps.</div><div>-Nick</div><div class="gmail_quote"><div dir="auto" class="gmail_attr">On Thursday, April 8, 2021 at 5:07:37 PM UTC-7 ma...@gmail.com wrote:<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi,<div><br></div><div>I am a rookie in using cp2k. In my project I need to use HSE06 for a large system (1000 atoms) calculation. I have a few questions about using HSE06. Could somebody provide me some suggestions?</div><div>(1) In pure DFT calculations (such PBE), I can use MONKHORST-PACK kpoints scheme (e.g. 8 8 8) and run CELL_OPT calculations to get the optimized lattice parameters and then compare these parameters with literatures to confirm that the BASIS_SET and other settings used in the cp2k calculation are good enough to reproduce this sytem. However, in HFX calculations, it looks we can only use GAMMA kpoints scheme. The CELL_OPT with single kpoint can not get the correct lattice parameters. Then how can we confirm the BASIS_SET and setting in the cp2k calculations are accurate enough?</div><div>(2) HFX calculations are highly expensive so using ADMM approach is necessary. In the tutorial, it says "Always check the convergence of the primary and ADMM basis sets". I'm wondering what does this mean and how exactly should we do the check the convergence of the ADMM basis set? Or in another word, how do we usually choose which ADMM we use for our calculations?</div><div>(3) My material is Si, a semiconductor. I'm wondering is it possible that I can read the band-gap value directly from the output file after the SCF calcualtion?</div><div>I really appreciate it if somebody could provide some help.</div><div><br></div><div>Thanks&Regards,</div><div>Hongyang</div></blockquote></div>