Hi,
I am very new to VASP, so I apologize in advance if this is a basic question. I have carefully reviewed the user manual on KPOINTS but encountered an unexpected discrepancy.
I am performing a simple HF calculation for diamond. The necessary input files and my OUTCAR files are attached to this post. I ran the calculation twice (in separate folders) using two different KPOINTS files:
KPOINTS1: Specifying a (3,3,3) Γ-centered k-point mesh.
KPOINTS2: Manually specifying the 27 k-points copied directly from the IBZKPT file generated by the first calculation.
Since IBZKPT lists the k-points actually used in the first calculation, I expected both runs to produce identical energies. However, the results differ slightly:
KPOINTS1: 1 F= -.30373134E+02 E0= -.30373134E+02 d E =0.000000E+00
KPOINTS2: 1 F= -.30353081E+02 E0= -.30353081E+02 d E =0.000000E+00
You can see that they differ by 0.02 eV, which is significantly larger than the SCF convergence criterion, "ediff = 1e-7".
Is this discrepancy expected? Is there a way to manually input k-points (as in KPOINTS2) and still obtain results consistent with using a regular, auto-generated mesh (as in KPOINTS1)?
I would greatly appreciate any insights or suggestions. Thanks in advance for your help!
================