Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 557 Bytes

README.markdown

File metadata and controls

executable file
·
14 lines (10 loc) · 557 Bytes

FPGA Quantum Compiler

Here's my attempt at creating an FPGA quantum compiler. Given a desired gate as a matrix, it will send the matrix to an FPGA in fixed-point form and compute an optimal sequence of quantum gates to approximate it.

This effort is based on the algorithm discussed in this paper by Austin Fowler, as well as his highly optimized source code.

For more information, visit my personal Web site.