rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
julia> print(circuit) | julia> print(circuit) | ||
Quantum Circuit Object: | Quantum Circuit Object: | ||
qubit_count: 2 | qubit_count: 2 | ||
Line 46: | Line 45: | ||
0.7071067811865475 + 0.0im | 0.7071067811865475 + 0.0im | ||
</noinclude> | </noinclude> | ||
The <code>readout</code> operation lets you specify which qubits will be measured. The <code>plot_histogram</code> function from the SnowflurryPlots library allows you to visualize the results. | The <code>readout</code> operation lets you specify which qubits will be measured. The <code>plot_histogram</code> function from the SnowflurryPlots library allows you to visualize the results. |