Class find_embedding::pathfinder_parallel¶
-
template<typename
embedding_problem_t
>
classfind_embedding
::
pathfinder_parallel
: public find_embedding::pathfinder_base<embedding_problem_t>¶ A pathfinder where the Dijkstra-from-neighboring-chain passes are done serially.
Public Functions
-
void
prepare_root_distances
(const embedding_t &emb, const int u) override¶ compute the distances from all neighbors of
u
to all qubits
-
void