Hi,
I have a question regarding the units of the ML_HEAT file containing the local heat flux.
I have written some python code to compute the thermal conductivity using the Green-Kubo formalism. When I load the ML_HEAT files using my code and convert the units from eV*A/fs, as specified in the documentation, to W*m I get a thermal conductivity 4 orders of magnitude too high. Moreover, when I simulate SPC/E water using LAMMPS, output the heat flux in the same units and then use the same code to compute the thermal conductivity of this water I get a correct result, the same as in literature.
I would get results around the correct value if I suppose that the units I convert from are eV*pm/fs, i.e. I use a conversion factor of 1.602e-16 instead of 1.602e-14 when I convert from eV*A/fs to W*m.
My question is if it is possible that the units in the documentation are incorrect, i.e. that they should be eV*pm/fs instead of eV*A/fs?

