Start noncollinear calculation from WAVECAR of collinear calculation
Posted: Thu Jun 27, 2024 11:03 am
Hi,
I would like to start a noncollinear calculation, from the WAVECAR of a previous collinear calculation.
Is it even possible ?
Whenever I put ISTART=1 in my INCAR file, I get the following error:
I understand why it complains (because goin to spinors doubles the number of coefficients), but VASP should be able to just copy them right ?
Furthermore, the wiki ( wiki/index.php/LNONCOLLINEAR ) and previous forum answers ( forum/viewtopic.php?p=18748#p18748 ) hints that it should be possible.
For reference, here is my INCAR file:
(I did not add my other input files because the exact details of my system don't matter)
Thanks in advance,
I would like to start a noncollinear calculation, from the WAVECAR of a previous collinear calculation.
Is it even possible ?
Whenever I put ISTART=1 in my INCAR file, I get the following error:
Code: Select all
-----------------------------------------------------------------------------
| |
| EEEEEEE RRRRRR RRRRRR OOOOOOO RRRRRR ### ### ### |
| E R R R R O O R R ### ### ### |
| E R R R R O O R R ### ### ### |
| EEEEE RRRRRR RRRRRR O O RRRRRR # # # |
| E R R R R O O R R |
| E R R R R O O R R ### ### ### |
| EEEEEEE R R R R OOOOOOO R R ### ### ### |
| |
| ERROR: while reading WAVECAR, plane wave coefficients changed 27198 |
| 13599 |
| |
| ----> I REFUSE TO CONTINUE WITH THIS SICK JOB ... BYE!!! <---- |
| |
-----------------------------------------------------------------------------
Furthermore, the wiki ( wiki/index.php/LNONCOLLINEAR ) and previous forum answers ( forum/viewtopic.php?p=18748#p18748 ) hints that it should be possible.
For reference, here is my INCAR file:
Code: Select all
lnoncollinear = true
nbands = 48
ispin = 2
system = new_seq
magmom = 0 0 0 0 0 0 0 0 0
lasph = true
kpar = 1
encut = 600
gga_compat = false
sigma = 0.0025
lmaxmix = 4
istart = 1
icharg = 1
Thanks in advance,