evmckinney9 / transpile_benchy

Collection of existing quantum circuit transpilation benchmarking tools
MIT License
2 stars 2 forks source link

Interface Filtering #3

Closed evmckinney9 closed 1 year ago

evmckinney9 commented 1 year ago

Feature Request

Currently, the filtering is done in the SubmoduleInterface abstract class. This is silly, just move the filtering to be in the lower-level get() functions of the interfaces. :)