qec 0.2.6__py3-none-any.whl → 0.2.9__py3-none-any.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.
@@ -0,0 +1,34 @@
1
+ {
2
+ "class_name": "CSSCode",
3
+ "name": "Steane",
4
+ "physical_qubit_count": 7,
5
+ "logical_qubit_count": 1,
6
+ "code_distance": 3,
7
+ "x_code_distance": 3,
8
+ "z_code_distance": 3,
9
+ "x_stabilizer_matrix": {
10
+ "data": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
11
+ "indices": [0, 3, 5, 6, 1, 3, 4, 6, 2, 4, 5, 6],
12
+ "indptr": [0, 4, 8, 12],
13
+ "shape": [3, 7]
14
+ },
15
+ "z_stabilizer_matrix": {
16
+ "data": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
17
+ "indices": [0, 3, 5, 6, 1, 3, 4, 6, 2, 4, 5, 6],
18
+ "indptr": [0, 4, 8, 12],
19
+ "shape": [3, 7]
20
+ },
21
+ "x_logical_operator_basis": {
22
+ "data": [1, 1, 1],
23
+ "indices": [0, 1, 3],
24
+ "indptr": [0, 3],
25
+ "shape": [1, 7]
26
+ },
27
+ "z_logical_operator_basis": {
28
+ "data": [1, 1, 1],
29
+ "indices": [0, 1, 3],
30
+ "indptr": [0, 3],
31
+ "shape": [1, 7]
32
+ },
33
+ "notes": "this is a test note"
34
+ }
@@ -0,0 +1 @@
1
+ {"hello": "world"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: qec
3
- Version: 0.2.6
3
+ Version: 0.2.9
4
4
  Summary: Python Tools for Quantum Error Correction
5
5
  Author-email: Joschka Roffe <joschka@roffe.eu>, Tamas Noszko <T.K.Noszko@sms.ed.ac.uk>, Liam Veeder-Sweeney <L.D.Veeder-Sweeney@sms.ed.ac.uk>
6
6
  License: MIT License
@@ -0,0 +1,8 @@
1
+ qec/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ qec/code_instances/saved_codes/steane.json,sha256=Hx6TqeE8KHOL189fJG4eIekiuQvVLcltjbOCsN1mEPQ,930
3
+ qec/code_instances/saved_codes/test.json,sha256=X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE,18
4
+ qec-0.2.9.dist-info/LICENSE,sha256=1b_xwNz1znYBfEaCL6pN2gNBAn8pQIjDRs_UhDp1EJI,1066
5
+ qec-0.2.9.dist-info/METADATA,sha256=y8EmiZQnfE0myLnEs3yAb4XKw_JSLmBYFMgJMy8Nipw,4611
6
+ qec-0.2.9.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
+ qec-0.2.9.dist-info/top_level.txt,sha256=d8l_7pJ5u9uWdviNp0FUK-j8VPZqywkDek7qa4NDank,4
8
+ qec-0.2.9.dist-info/RECORD,,
@@ -1,4 +0,0 @@
1
- from .stabilizer_code import StabilizerCode
2
- from .css_code import CSSCode
3
- from .hgp_code import HypergraphProductCode
4
-