DVLab-NTU / qsyn

A C++-based growing software system for synthesizing, optimizing, and verifying quantum circuits
Apache License 2.0
168 stars 15 forks source link

Error occurred in duostra Shortest_path router #62

Closed arttr1521 closed 7 months ago

arttr1521 commented 8 months ago

As title, an error occurred while running the following dofile. Shortest_path.txt

The error message: std::tuple<QubitIdType, QubitIdType> qsyn::device::Device::get_next_swap_cost(QubitIdType, QubitIdType): Assertion "q_source.is_adjacency(q_next)" failed. Aborted (core dumped)

arttr1521 commented 8 months ago

@chinyi0523

JoshuaLau0220 commented 7 months ago

Fixed in #109