F2QSynthesisPlugin

class F2QSynthesisPlugin(*args, **kwargs)

Bases: Protocol

The protocol for plugins to the F2QSynthesis transpiler pass.

Methods

run(in_node, out_dag, *, f2q_layout)

Translates the provided fermion-based circuit instruction to a qubit-based one.

Parameters:
Return type:

None