quantum-debugger 0.2.0__tar.gz → 0.2.2__tar.gz
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.
- {quantum_debugger-0.2.0/quantum_debugger.egg-info → quantum_debugger-0.2.2}/PKG-INFO +6 -4
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/README.md +2 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/__init__.py +1 -1
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/profiler/metrics.py +3 -3
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/profiler/profiler.py +1 -1
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2/quantum_debugger.egg-info}/PKG-INFO +6 -4
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/setup.py +4 -4
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/CHANGELOG.md +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/LICENSE +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/MANIFEST.in +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/examples/bell_state_debug.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/examples/grover_profiling.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/examples/interactive_demo.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/examples/qiskit_integration_demo.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/core/__init__.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/core/circuit.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/core/gates.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/core/quantum_state.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/debugger/__init__.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/debugger/breakpoints.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/debugger/debugger.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/debugger/inspector.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/integrations/__init__.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/integrations/qiskit_adapter.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/profiler/__init__.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/visualization/__init__.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/visualization/bloch_sphere.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/visualization/state_viz.py +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger.egg-info/SOURCES.txt +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger.egg-info/dependency_links.txt +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger.egg-info/requires.txt +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger.egg-info/top_level.txt +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/requirements.txt +0 -0
- {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/setup.cfg +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quantum-debugger
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Interactive debugger and profiler for quantum circuits
|
|
5
5
|
Home-page: https://github.com/yourusername/quantum-debugger
|
|
6
6
|
Author: warlord9004
|
|
7
7
|
Author-email: your.email@example.com
|
|
8
|
-
Project-URL: Bug Reports, https://github.com/
|
|
9
|
-
Project-URL: Source, https://github.com/
|
|
10
|
-
Project-URL: Documentation, https://quantum-debugger.readthedocs.io
|
|
8
|
+
Project-URL: Bug Reports, https://github.com/Raunakg2005/quantum-debugger/issues
|
|
9
|
+
Project-URL: Source, https://github.com/Raunakg2005/quantum-debugger
|
|
10
|
+
Project-URL: Documentation, https://quantum-debugger.readthedocs.io/
|
|
11
11
|
Keywords: quantum computing debugging profiling quantum-circuit visualization
|
|
12
12
|
Classifier: Development Status :: 3 - Alpha
|
|
13
13
|
Classifier: Intended Audience :: Science/Research
|
|
@@ -58,6 +58,8 @@ Dynamic: summary
|
|
|
58
58
|
[]()
|
|
59
59
|
[]()
|
|
60
60
|
[]()
|
|
61
|
+
[](https://quantum-debugger.readthedocs.io/)
|
|
62
|
+
|
|
61
63
|
|
|
62
64
|
A powerful Python library for step-through debugging, state inspection, and performance analysis of quantum circuits. Now with **production-grade Qiskit integration**!
|
|
63
65
|
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
[]()
|
|
7
7
|
[]()
|
|
8
8
|
[]()
|
|
9
|
+
[](https://quantum-debugger.readthedocs.io/)
|
|
10
|
+
|
|
9
11
|
|
|
10
12
|
A powerful Python library for step-through debugging, state inspection, and performance analysis of quantum circuits. Now with **production-grade Qiskit integration**!
|
|
11
13
|
|
|
@@ -27,13 +27,13 @@ class CircuitMetrics:
|
|
|
27
27
|
|
|
28
28
|
# Special counts
|
|
29
29
|
self.single_qubit_gates = sum(
|
|
30
|
-
1 for g in self.circuit.gates if g.
|
|
30
|
+
1 for g in self.circuit.gates if len(g.qubits) == 1
|
|
31
31
|
)
|
|
32
32
|
self.two_qubit_gates = sum(
|
|
33
|
-
1 for g in self.circuit.gates if g.
|
|
33
|
+
1 for g in self.circuit.gates if len(g.qubits) == 2
|
|
34
34
|
)
|
|
35
35
|
self.three_qubit_gates = sum(
|
|
36
|
-
1 for g in self.circuit.gates if g.
|
|
36
|
+
1 for g in self.circuit.gates if len(g.qubits) == 3
|
|
37
37
|
)
|
|
38
38
|
|
|
39
39
|
self.cnot_count = self.gate_counts.get('CNOT', 0) + self.gate_counts.get('CX', 0)
|
|
@@ -86,7 +86,7 @@ class CircuitProfiler:
|
|
|
86
86
|
for q in range(self.circuit.num_qubits):
|
|
87
87
|
sequence = []
|
|
88
88
|
for i, gate in enumerate(self.circuit.gates):
|
|
89
|
-
if gate.qubits == [q] and gate.
|
|
89
|
+
if gate.qubits == [q] and len(gate.qubits) == 1:
|
|
90
90
|
sequence.append(i)
|
|
91
91
|
else:
|
|
92
92
|
if len(sequence) >= 2:
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quantum-debugger
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Interactive debugger and profiler for quantum circuits
|
|
5
5
|
Home-page: https://github.com/yourusername/quantum-debugger
|
|
6
6
|
Author: warlord9004
|
|
7
7
|
Author-email: your.email@example.com
|
|
8
|
-
Project-URL: Bug Reports, https://github.com/
|
|
9
|
-
Project-URL: Source, https://github.com/
|
|
10
|
-
Project-URL: Documentation, https://quantum-debugger.readthedocs.io
|
|
8
|
+
Project-URL: Bug Reports, https://github.com/Raunakg2005/quantum-debugger/issues
|
|
9
|
+
Project-URL: Source, https://github.com/Raunakg2005/quantum-debugger
|
|
10
|
+
Project-URL: Documentation, https://quantum-debugger.readthedocs.io/
|
|
11
11
|
Keywords: quantum computing debugging profiling quantum-circuit visualization
|
|
12
12
|
Classifier: Development Status :: 3 - Alpha
|
|
13
13
|
Classifier: Intended Audience :: Science/Research
|
|
@@ -58,6 +58,8 @@ Dynamic: summary
|
|
|
58
58
|
[]()
|
|
59
59
|
[]()
|
|
60
60
|
[]()
|
|
61
|
+
[](https://quantum-debugger.readthedocs.io/)
|
|
62
|
+
|
|
61
63
|
|
|
62
64
|
A powerful Python library for step-through debugging, state inspection, and performance analysis of quantum circuits. Now with **production-grade Qiskit integration**!
|
|
63
65
|
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="quantum-debugger",
|
|
8
|
-
version="0.2.
|
|
8
|
+
version="0.2.2",
|
|
9
9
|
author="warlord9004", # Update with your real name if desired
|
|
10
10
|
author_email="your.email@example.com", # Add your email
|
|
11
11
|
description="Interactive debugger and profiler for quantum circuits",
|
|
@@ -45,8 +45,8 @@ setup(
|
|
|
45
45
|
},
|
|
46
46
|
keywords="quantum computing debugging profiling quantum-circuit visualization",
|
|
47
47
|
project_urls={
|
|
48
|
-
"Bug Reports": "https://github.com/
|
|
49
|
-
"Source": "https://github.com/
|
|
50
|
-
"Documentation": "https://quantum-debugger.readthedocs.io",
|
|
48
|
+
"Bug Reports": "https://github.com/Raunakg2005/quantum-debugger/issues",
|
|
49
|
+
"Source": "https://github.com/Raunakg2005/quantum-debugger",
|
|
50
|
+
"Documentation": "https://quantum-debugger.readthedocs.io/",
|
|
51
51
|
},
|
|
52
52
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/integrations/qiskit_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
{quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/visualization/__init__.py
RENAMED
|
File without changes
|
{quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/visualization/bloch_sphere.py
RENAMED
|
File without changes
|
{quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/visualization/state_viz.py
RENAMED
|
File without changes
|
|
File without changes
|
{quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|