You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ Natural Quantum Script is a special domain programming language that aims to sim
12
12
13
13
Scripts written in NQS seek to visually resemble quantum circuits as much as possible. For example:
14
14
15
-
q0 q1
16
-
X
17
-
H
18
-
.--- X
19
-
c1
15
+
q0 q1:raw-html:`<br />`
16
+
X:raw-html:`<br />`
17
+
H:raw-html:`<br />`
18
+
.--- X:raw-html:`<br />`
19
+
c1:raw-html:`<br />`
20
20
21
21
NQS is initially based on Qiskit, but seeks to go mainstream in the future. This is an OS project whose initial goal was to make it easier to write basic scripts in Qiskit and to bridge the gap for people who don't dare to delve into quantum computing.
0 commit comments