- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Does the Quantum SDK compiler contain a method to convert an arbitrary unitary into an approximate representation with native gates? For example there is sometimes a reason to generate a random unitary matrix with the Haar measure.
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
At present, we don't have a way to simply specify a gate by a unitary matrix. And if I understand what you're proposing, an additional challenge is that you won't know the unitary gate that you want at compile time. All the gates are decomposed during compilation. I think the way to approach this is to solve for the angles needed to decompose that gate as 3 rotations.
