utils.pars_from_pars ==================== Back to :doc:`Module page <../modules/utils>` Summary ------- WARNING: this sees keys 'chi1' and 'chi2' as being the vector spins [sjx, sjy, sjz] \\\*UNLIKE\\\* in other places where chij = sqrt(sjx^2 + sjy^2 + sjz^2) complete intrinsic parameter dictionary from sufficient parts Signature --------- .. code-block:: python def pars_from_pars(**pars) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``\*\*pars`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text WARNING: this sees keys 'chi1' and 'chi2' as being the vector spins [sjx, sjy, sjz] *UNLIKE* in other places where chij = sqrt(sjx^2 + sjy^2 + sjz^2) complete intrinsic parameter dictionary from sufficient parts