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