libqasm 0.6.9__cp310-cp310-win_amd64.whl → 1.0.0__cp310-cp310-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- libqasm/_libqasm.cp310-win_amd64.pyd +0 -0
- libqasm/libqasm.py +1 -1
- {libqasm-0.6.9.dist-info → libqasm-1.0.0.dist-info}/METADATA +11 -4
- {libqasm-0.6.9.dist-info → libqasm-1.0.0.dist-info}/RECORD +7 -7
- {libqasm-0.6.9.dist-info → libqasm-1.0.0.dist-info}/WHEEL +1 -1
- {libqasm-0.6.9.dist-info → libqasm-1.0.0.dist-info}/LICENSE.md +0 -0
- {libqasm-0.6.9.dist-info → libqasm-1.0.0.dist-info}/top_level.txt +0 -0
Binary file
|
libqasm/libqasm.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: libqasm
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.0
|
4
4
|
Summary: libqasm Python Package
|
5
5
|
Home-page: https://github.com/QuTech-Delft/libqasm
|
6
6
|
Author: QuTech, TU Delft
|
@@ -17,11 +17,19 @@ Classifier: Topic :: Scientific/Engineering
|
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
License-File: LICENSE.md
|
19
19
|
Requires-Dist: numpy
|
20
|
+
Dynamic: author
|
21
|
+
Dynamic: classifier
|
22
|
+
Dynamic: description
|
23
|
+
Dynamic: description-content-type
|
24
|
+
Dynamic: home-page
|
25
|
+
Dynamic: requires-dist
|
26
|
+
Dynamic: summary
|
20
27
|
|
21
28
|
# libQASM
|
22
29
|
|
23
30
|
[](https://github.com/qutech-delft/libqasm/actions)
|
24
31
|
[](https://conan.io/center/recipes/libqasm)
|
32
|
+
[](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml)
|
25
33
|
[](https://pypi.org/project/libqasm/)
|
26
34
|

|
27
35
|
[](https://opensource.org/licenses/Apache-2.0)
|
@@ -62,7 +70,7 @@ CNOT q[0], q[1]
|
|
62
70
|
b = measure q
|
63
71
|
```
|
64
72
|
|
65
|
-
We can parse or analyze this circuit
|
73
|
+
We can parse or analyze this circuit using libQASM through the following programming language:
|
66
74
|
|
67
75
|
### C++
|
68
76
|
|
@@ -77,7 +85,6 @@ int main() {
|
|
77
85
|
}
|
78
86
|
```
|
79
87
|
|
80
|
-
|
81
88
|
### Emscripten
|
82
89
|
|
83
90
|
The emscripten API only allows to input a cQASM program as a string.
|
@@ -7,10 +7,10 @@ cqasm/v3x/semantic.py,sha256=nJdsoJGVt8X943-y8Fh0qhj41ejZ9OQo-6CpKPaaVtU,119912
|
|
7
7
|
cqasm/v3x/types.py,sha256=krT1WB5URT0F7lhKTLwYAs_UtTCn9CZ7-M0WMGmxtU4,65070
|
8
8
|
cqasm/v3x/values.py,sha256=SfKw6zIjpMrXJggvN_QGPqsoZXDR7HwUjgUMOBnIzuo,63394
|
9
9
|
libqasm/__init__.py,sha256=X0G-HBFW9_uEcsaGROQ1nzxYfHzSuglOiXrpTpjF9_E,752
|
10
|
-
libqasm/_libqasm.cp310-win_amd64.pyd,sha256=
|
11
|
-
libqasm/libqasm.py,sha256=
|
12
|
-
libqasm-0.
|
13
|
-
libqasm-0.
|
14
|
-
libqasm-0.
|
15
|
-
libqasm-0.
|
16
|
-
libqasm-0.
|
10
|
+
libqasm/_libqasm.cp310-win_amd64.pyd,sha256=lV9AYk86e-L-7i7H8-vJ_urfVLk-EyxIKBNCW5Tn2TY,2392064
|
11
|
+
libqasm/libqasm.py,sha256=PmpdGAAH1QLRStR0EVa7gcJXr-Iz7IC1E5kOkG0TZ3Y,31701
|
12
|
+
libqasm-1.0.0.dist-info/LICENSE.md,sha256=395F6Sje50f5Too7yWFAoS_owYO4aOtjbMeQd_go_sk,579
|
13
|
+
libqasm-1.0.0.dist-info/METADATA,sha256=eFshPq6UTWuO1QzUmUtif4Hn83-82clqaiIC_iSP888,4508
|
14
|
+
libqasm-1.0.0.dist-info/WHEEL,sha256=H5gvOYEhGgVYizXMDNmO6CnZIviGx48geV3Lbzu7OZg,101
|
15
|
+
libqasm-1.0.0.dist-info/top_level.txt,sha256=iZ8PSLyg3lJwvSUCvWE8VCJGU-nmQY2YIrbMe7M7kLw,14
|
16
|
+
libqasm-1.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|