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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Natural Quantum Script is a special domain programming language that aims to sim
10
10
11
11
Scripts written in NQS seek to visually resemble quantum circuits as much as possible. For example:
12
12
13
-
q0 q1
14
-
X
15
-
H
16
-
.--- X
17
-
c1
13
+
q0 q1<br>
14
+
X<br>
15
+
H<br>
16
+
.--- X<br>
17
+
c1<br>
18
18
19
19
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