minorminer is a heuristic tool for minor embedding: given a minor and target graph, it tries to find a mapping that embeds the minor into the target.
48
stars
40
forks
source link
All arguments in `find_subgraph` are dumped in `kwargs` #255
Open
kevinchern opened 1 day ago
minorminer.subgraph.find_subgraph
args are all defined withkwargs
and is ambiguous.