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
@@ -33,10 +25,10 @@ Natural Quantum Script is a special domain programming language that aims to sim
33
25
34
26
Scripts written in NQS seek to visually resemble quantum circuits as much as possible. For example:
35
27
36
-
q0 q1<br>
37
-
X<br>
38
-
H<br>
39
-
.--- X<br>
40
-
c1<br>
28
+
q0 q1
29
+
X
30
+
H
31
+
.--- X
32
+
c1
41
33
42
34
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