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
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
23
23
Requires-Python: >=3.6, <4
24
24
Description-Content-Type: text/markdown
25
25
Provides-Extra: qiskit
26
+
Provides-Extra: bs4
26
27
License-File: LICENSE
27
28
28
29
# eggdriver
@@ -37,11 +38,11 @@ Natural Quantum Script is a special domain programming language that aims to sim
37
38
38
39
Scripts written in NQS seek to visually resemble quantum circuits as much as possible. For example:
39
40
40
-
q0 q1
41
-
X
42
-
H
43
-
.--- X
44
-
c1
41
+
q0 q1<br>
42
+
X<br>
43
+
H<br>
44
+
.--- X<br>
45
+
c1<br>
45
46
46
47
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