projecting vectors with SODFT


Click here for full thread
Just Got Here
Hi

I'm trying to project vectors from a smaller basis onto larger basis. This works routinely for ordinary dft, but it seems to fail for sodft.

Here's the important bit from input:

Quote:

set "ao basis" vdz
dft
vectors input atomic output vdz.mos
odft
mult 2
xc pbe0
grid fine
end
task sodft

set "ao basis" vtz
dft
vectors input project vdz vdz.mos output vtz.mos
odft
mult 2
xc pbe0
grid fine
end
task sodft



The calculations proceeds through the first task, but the at the beginning of the second task, it fails reading vectors from the first step. The output ends with this error message:

Quote:

Performing spin-orbit DFT (SO-DFT) calculations
-----------------------------------------------
spinor_guess: failed to open project
Orbital projection guess
------------------------
movecs_read_header: ldnmo too small 582 2
------------------------------------------------------------------------
movecs_project: failed to read old header 0
------------------------------------------------------------------------
movecs_project: failed to read old header 0
------------------------------------------------------------------------
------------------------------------------------------------------------
current input line :
0:
------------------------------------------------------------------------
------------------------------------------------------------------------
There is an error in the input file
------------------------------------------------------------------------


Am I doing something obviously wrong or the vector projection is not implemented for sodft yet?
Any help is greatly appreciated!