Alessandro,
We just had a very similar question in another section
http://nwchemgit.github.io/Special_AWCforum/sp/id3547
Here is the same case modified along the lines of your example
start he
geometry
he 0 0 0
symmetry oh
end
basis small
* library sto-3g
end
basis large
* library ahlrichs_vtz
end
set "ao basis" small
dft
vectors input atomic output small.mos
end
task dft
set "ao basis" large
dft
vectors input project small small.mos output large.mos
end
task dft
|