dspatch icon indicating copy to clipboard operation
dspatch copied to clipboard

Can you add a function interface to save the circuit diagram as a graphviz file format?

Open libaineu2004 opened this issue 2 years ago • 0 comments

In addition to execution diagram, you can dump the graph to a DOT format and visualize it using a number of free GraphViz tools.

https://dreampuf.github.io/GraphvizOnline/

// dump the circuit graph to a DOT format through std::cout circuit.dump(std::cout);

// I found that these open source projects support graphviz format output https://github.com/taskflow/taskflow https://github.com/ArsMasiuk/qvge

libaineu2004 avatar Sep 23 '23 02:09 libaineu2004