Skip to content

Commit 0687bde

Browse files
committed
remove the result map from output
1 parent 9a6ae1e commit 0687bde

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/qclojure/examples/bell_state_circuit.clj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ result
162162
(def hardware-result
163163
(backend/execute-circuit hardware-simulator bell-state-circuit options))
164164

165-
;; Here is the result of the hardware simulation.
166-
hardware-result
167-
168165
;; We can visualize the result of the hardware simulation as a histogram of the
169166
;; measurement frequencies to compare it with the ideal simulation result.
170167
^kind/hiccup

0 commit comments

Comments
 (0)