You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing an AbstractIRBuilder and an irc_factory(builder: AbstractIRBuilder) -> Callable[[CustomAST], Model] would simplify the implementation of new custom interfaces to the Qadence IR.
The text was updated successfully, but these errors were encountered:
Implementing an
AbstractIRBuilder
and anirc_factory(builder: AbstractIRBuilder) -> Callable[[CustomAST], Model]
would simplify the implementation of new custom interfaces to the Qadence IR.The text was updated successfully, but these errors were encountered: