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