Please, try the following input:
restart cnt_5_10-p1vib
set gen_hess:actlist 221 # 221st atom is the adatom
set hessian:compress .true.
task dft hessian numerical
geometry
adatom adatom_x adatom_y adatom_z
end
vib
reuse
temp 1 300
animate
end
task dft freq
You need to first calculate the Hessian only for the active atom(s). Then if you want to do the frequency analysis for just that, you need to define a new geometry that contains just the active atom(s), otherwise you will get an end-of-file error.
In regards to your second question, the frequencies are calculated in a harmonic approximation and there is no temperature dependence so the only change in output when the temperature is changed should be the thermochemistry analysis.
|