### Problem Description Implement functions to convert from and to kraus, choi, chi and superoperator. ### Proposed Solution All the functions are already implemented in qutip in https://github.com/qutip/qutip/blob/master/qutip/core/superop_reps.py Additionally, in metrics we could implement the process fidelity as in https://github.com/qutip/qutip/blob/master/qutip/core/metrics.py#L152 ### Alternate Solutions _No response_ ### Additional Context _No response_