The entries in the Header of ForceMatrix are now separated by tabs, not white spaces in general
This fixes problems with the headers of the speed entries of MPQC which are multiple words separated by spaces. As we already use tabs to separate each entries, we just had to rewrite the code to split by '\t' which is done by getline.