Dai-Jie (Jay) Wu

Results 1 issues of Dai-Jie (Jay) Wu

As previously reported in issues #67 and #83, computing the FID is time-consuming. Upon investigation, I discovered that the current implementation uses [scipy.linalg.sqrtm](https://github.com/scipy/scipy/blob/v1.10.1/scipy/linalg/_matfuncs_sqrtm.py#L117-L210), requires multiple dot product operations with NumPy...