iitis / PyQBench

Apache License 2.0
4 stars 3 forks source link

Fix native flag so that the circuits produced by the fourier module are really native to Rigetti architecture #13

Closed dexter2206 closed 2 years ago

dexter2206 commented 2 years ago

After refactor some circuits contain non-native gates even when native_only flag is set to True. We should get rid of such gates by decomposing them into native ones.