-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Description
The units in the parsed energies seem to be non-coherent. For instance: ccget freeenergy dvb_ir.out
returns -382.164915
(in Hartree) when ccget scfenergies dvp_ir.out
returns array([-10403.13745031])
in eV, as specified in the documentation.
Is there a way to make them coherent within the code easily, or at least to document all these fields? (I did not find freeenergy and enthalpy in the documentation)