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

`zx read --keep-id` do not keep the ids #68

Closed chinyi0523 closed 8 months ago

chinyi0523 commented 8 months ago
auto new_graph = std::move(graph.value())
auto new_graph = std::move(graph).value()

The ids are different