You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the user specifies ecut and ecutprec in Rydberg. Energies included in the output such as <etotal> are given in eV, but units are not specified. Internally the code works with hartrees.
We should minimally tell the user explicitly that output energies are in eV. It may also be nice to allow the user to specify the units for inputs/outputs.
The text was updated successfully, but these errors were encountered:
Outputs should be in hartree. Nowhere in the Qball code I see a conversion to electronvolt (except for the mu variable in WafeFunction.cc). The units on the axis of the 3rd tutorial should be wrong.
Right now the user specifies
ecut
andecutprec
in Rydberg. Energies included in the output such as<etotal>
are given in eV, but units are not specified. Internally the code works with hartrees.We should minimally tell the user explicitly that output energies are in eV. It may also be nice to allow the user to specify the units for inputs/outputs.
The text was updated successfully, but these errors were encountered: