quantum-loop 0.1.0__py3-none-any.whl → 0.1.1__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.
Potentially problematic release.
This version of quantum-loop might be problematic. Click here for more details.
- {quantum_loop-0.1.0.dist-info → quantum_loop-0.1.1.dist-info}/METADATA +4 -2
- {quantum_loop-0.1.0.dist-info → quantum_loop-0.1.1.dist-info}/RECORD +4 -4
- {quantum_loop-0.1.0.dist-info → quantum_loop-0.1.1.dist-info}/WHEEL +0 -0
- {quantum_loop-0.1.0.dist-info → quantum_loop-0.1.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quantum-loop
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: A set of tools for quantum calculations.
|
|
5
5
|
Project-URL: Homepage, https://github.com/kebasyaty/quantum-loop
|
|
6
6
|
Project-URL: Repository, https://github.com/kebasyaty/quantum-loop
|
|
@@ -38,7 +38,7 @@ Description-Content-Type: text/markdown
|
|
|
38
38
|
</p>
|
|
39
39
|
<p>
|
|
40
40
|
<h1>Quantum Loop</h1>
|
|
41
|
-
<h3>A set of tools for quantum
|
|
41
|
+
<h3>A set of tools for quantum calculations.</h3>
|
|
42
42
|
<p align="center">
|
|
43
43
|
<a href="https://github.com/kebasyaty/quantum-loop/actions/workflows/test.yml" alt="Build Status"><img src="https://github.com/kebasyaty/quantum-loop/actions/workflows/test.yml/badge.svg" alt="Build Status"></a>
|
|
44
44
|
<a href="https://kebasyaty.github.io/quantum-loop/" alt="Docs"><img src="https://img.shields.io/badge/docs-available-brightgreen.svg" alt="Docs"></a>
|
|
@@ -61,11 +61,13 @@ Description-Content-Type: text/markdown
|
|
|
61
61
|
</p>
|
|
62
62
|
<p align="center">
|
|
63
63
|
A Qubit in a regular computer is quantum of algorithm that is executed in
|
|
64
|
+
<br>
|
|
64
65
|
one iteration of a cycle in a separate processor thread.
|
|
65
66
|
<br>
|
|
66
67
|
Quantum is a function with an algorithm of task for data processing.
|
|
67
68
|
<br>
|
|
68
69
|
In this case, the Qubit is not a single information,
|
|
70
|
+
<br>
|
|
69
71
|
but it is a concept of the principle of operation of quantum calculations on a regular computer.
|
|
70
72
|
</p>
|
|
71
73
|
</p>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
quantum_loop/__init__.py,sha256=CfmdL_nJ6QHGNRYmQ0qlPUVfBdZiUeBULMTHwOp9gvU,594
|
|
2
2
|
quantum_loop/loop.py,sha256=ZkFqqFROC9j5JbwJmej3yL9VJcqElPrrimFTz0Pe3Mk,4679
|
|
3
3
|
quantum_loop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
quantum_loop-0.1.
|
|
5
|
-
quantum_loop-0.1.
|
|
6
|
-
quantum_loop-0.1.
|
|
7
|
-
quantum_loop-0.1.
|
|
4
|
+
quantum_loop-0.1.1.dist-info/METADATA,sha256=2hzXr4T4b0i75BWs1otpneEheEZC9XTiTkzEUbvwomk,5888
|
|
5
|
+
quantum_loop-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
+
quantum_loop-0.1.1.dist-info/licenses/LICENSE,sha256=2zZINd6m_jNYlowdQImlEizyhSui5cBAJZRhWQURcEc,1095
|
|
7
|
+
quantum_loop-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|