1

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.

Qubii
  • 301
  • 1
  • 7

1 Answers1

1

Pyquil uses QuilC to compile programs to native gates: https://github.com/quil-lang/quilc

Bram Evert
  • 11
  • 1