Translations:Snowflurry/5/en
The readout
operation lets you specify which qubits will be measured. The plot_histogram
function from the SnowflurryPlots library allows you to visualize the results.
[name@server ~]$ julia
julia> using SnowflurryPlots
julia> push!(circuit, readout(1,1), readout(2,2))
julia> plot_histogram(circuit,1000)