translate_qcvariables

qcmanybody.utils.translate_qcvariables(varsmap)[source]

Translate between ManyBody results in Psi4/QCDB terminology (qcvars) and QCSchema terminology (skprops).

Parameters:

varsmap (Mapping[str, Any]) – Dictionary with keys all members of QCVariables or ManyBodyResultProperties and arbitrary values.

Returns:

varsmap with keys swapped to other set. Untranslatable keys are omitted.

Return type:

dict