Skip to content

Commit faa4ddf

Browse files
Merge pull request #94 from lsolbach/main
Update Bell State Circuit metadata and fix typo
2 parents a6d6b7b + 85d4ed0 commit faa4ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/qclojure/examples/bell_state_circuit.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
^{:kindly/hide-code true
22
:clay {:title "Bell State Circuit"
33
:quarto {:author :ludgersolbach
4-
:draft true
4+
:draft false
55
:type :post
66
:image "bell_state_circuit.svg"
7-
:date "2025-10-10"
7+
:date "2025-10-16"
88
:tags [:qclojure :quantum-computing :quantum-circuit :simulation :bell-state]}}}
99
(ns qclojure.examples.bell-state-circuit
1010
(:require
@@ -184,5 +184,5 @@ result
184184
;;
185185
;; This example demonstrates the basic concepts of quantum circuits, quantum gates,
186186
;; and quantum simulators using QClojure. You can build upon this foundation to explore
187-
;; more complex quantum algorithms and circuits. Please alos check out the tutorial in the
187+
;; more complex quantum algorithms and circuits. Please also check out the tutorial in the
188188
;; [QClojure documentation](https://cljdoc.org/d/org.soulspace/qclojure).

0 commit comments

Comments
 (0)