-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello & thank you for your library on this interesting topic.
sorry, if I may miss the obvious (this is my first contact to julia-libraries).
I created a simple all-to-all graph for 4 qbits:
as far as I understand, the simplest implementation to a unit-disk graph should be just 2x2 atoms connected to each other (left upper corner). surely the automatic mapping creates something much more complicated (unweighted_res = map_graph(graph; vertex_order=MinhThiTrick());):
how do I apply simplification on this mapping?
i tried
unweighted_res2 = map_graph( UnWeighted(), graph, vertex_order=MinhThiTrick(), ruleset=UnitDiskMapping.default_simplifier_ruleset(UnWeighted()))
(did not find functions for vertex-reordering).
Metadata
Metadata
Assignees
Labels
No labels

