I did what you said on another example where H = [{-2,1+i,1-i},{1-i,-1,-2i},{1+i,2i,-1}]
I got the eigenvalues which are 2, -3, -3 (I'm sure about this) and the normalized eigenvectors are
e1=[{(1-i)/\sqrt{10},-i\sqrt{2/5},\sqrt{2/5}}]
e2 = [{(-1-i)/\sqrt{3},1/\sqrt{3}, 0}]
e3 =...