I am doing meta-GGA calculations with spin-orbit coupling (SOC) enabled, and I wonder if I am correct in doing the following cost-saving measures.
It is written in LSORBIT wiki that we should switch off symmetry (ISYM = -1) when doing spin-orbit calculations.
However, this means the computation cost is increased significantly.
Especially when dense mesh is desired.
For example, a 20x20x10 mesh can be reduced to 396 points only with symmetry.
Without symmetry, we'll have to compute ~10 times more points.
how about the following:
- do non-SOC calculation with symmetry enabled and save WAVECAR
- do SOC calculation with symmetry disabled, read WAVECAR from previous run, and use IBZKPT from previous run (396 points) as KPOINTS for SOC calculation
As in, if I somehow just want to start a SOC calculation without reading WAVECAR from prior non-SOC calculation,
can I switch on the symmetry in my SOC calculation?