You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The documentation says that the correlation kernel can be a complex Hermitian matrix with eigenvalues between 0 and 1. However, if you pass such a complex-valued matrix, it complains that the array is not symmetric:
The documentation is indeed misleading, one the one hand most of the explanation cover the complex hermitian case, but the underlying implementation does not.
Anyway, the complex kernels are currently available in the v1-dev branch in the following way
Awesome, thanks! I noticed that the last commit to that branch occurred two years ago. Do you plan to merge this functionality into main and cut a release at some point?
Is your feature request related to a problem? Please describe.
The documentation says that the correlation kernel can be a complex Hermitian matrix with eigenvalues between 0 and 1. However, if you pass such a complex-valued matrix, it complains that the array is not symmetric:
The same issue exists for the likelihood kernel,
Describe the solution you'd like
Complex-valued kernels should be supported.
Describe alternatives you've considered
N/A
Additional context
Complex-valued kernels arise when using DPPs to sample from fermionic systems.
The text was updated successfully, but these errors were encountered: