GreedyMapper
doesn't respect initial search cycles
#12
Labels
bug
Something isn't working
preexisting
An issue that existed in the original TOQM reference implementation.
Specifying
initialSearchCycles
as0
does not seem to work whenGreedyMapper
is used.This means that some "pure" swaps are still performed at the start of the circuit, meaning that the initial layout becomes no longer trivial.
Until this is fixed, users should expect that
libtoqm
may end up using a non-trivial initial layout. Forqiskit-toqm
, this meansToqmSwap
needs to always check for updates to the layout, even ifinitialSearchCycles
was passed as0
.The text was updated successfully, but these errors were encountered: