Page 1 of 1

compile VASP ncl AND gam

Posted: Fri Jul 16, 2021 9:20 pm
by fgoeltl2
I am currently calculating spin orbit coupling (SOC) calculations for a system where only one gamma point is required.
SOC calculations require the use of the vasp_ncl executable, which is not optimized for gamma-only calculations. I was wondering whether it is possible to compile a vasp_gam_ncl version of VASP.

Thank you for your help!

Re: compile VASP ncl AND gam

Posted: Mon Jul 19, 2021 6:57 am
by henrique_miranda
There is no vasp_ncl and gam version.
In the vasp_gam the charge can be treated as a real quantity.
For non-collinear spin calculations vasp_ncl, the charge density is treated as a complex quantity.
This is to treat the up-up, up-down, and down-down components of the charge density from which the magnetization can be computed.

As such there can be no gamma-only version for a non-collinear spin.
Or to put it more precisely: the optimizations that can be used for the gamma only version (treat the charge as real and doing complex-to-real FFT) cannot be used in the case of non-collinear spin.

Re: compile VASP ncl AND gam

Posted: Tue Jul 20, 2021 7:23 pm
by fgoeltl2
Thank you for the clarification!