Yao.jl icon indicating copy to clipboard operation
Yao.jl copied to clipboard

The performance issue of visualizing large quantum circuit

Open GiggleLiu opened this issue 5 months ago • 0 comments

The following code freezes due to generating too large file:

using TensorQEC, TensorQEC.Yao

# Load and parse the Stim circuit file
qc = parse_stim_file(joinpath(@__DIR__, "bbcode.stim"), 288)
vizcircuit(qc; filename=joinpath(@__DIR__, "bbcode.svg"))

unzip the following file to extract bbcode.stim. bbcode.zip

GiggleLiu avatar Oct 26 '25 07:10 GiggleLiu