I want to find out which method different compilers use to decompose a matrix into smaller gates. I went through the pyQuil code on github but could not find the answer there. Maybe i lost track of something. I would by highly interested in the methods used by PyQuil.
Asked
Active
Viewed 48 times
1 Answers
1
Pyquil uses QuilC to compile programs to native gates: https://github.com/quil-lang/quilc
Bram Evert
- 11
- 1