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.
Files changed (34) hide show
  1. {quantum_debugger-0.2.0/quantum_debugger.egg-info → quantum_debugger-0.2.2}/PKG-INFO +6 -4
  2. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/README.md +2 -0
  3. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/__init__.py +1 -1
  4. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/profiler/metrics.py +3 -3
  5. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/profiler/profiler.py +1 -1
  6. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2/quantum_debugger.egg-info}/PKG-INFO +6 -4
  7. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/setup.py +4 -4
  8. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/CHANGELOG.md +0 -0
  9. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/LICENSE +0 -0
  10. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/MANIFEST.in +0 -0
  11. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/examples/bell_state_debug.py +0 -0
  12. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/examples/grover_profiling.py +0 -0
  13. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/examples/interactive_demo.py +0 -0
  14. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/examples/qiskit_integration_demo.py +0 -0
  15. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/core/__init__.py +0 -0
  16. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/core/circuit.py +0 -0
  17. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/core/gates.py +0 -0
  18. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/core/quantum_state.py +0 -0
  19. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/debugger/__init__.py +0 -0
  20. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/debugger/breakpoints.py +0 -0
  21. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/debugger/debugger.py +0 -0
  22. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/debugger/inspector.py +0 -0
  23. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/integrations/__init__.py +0 -0
  24. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/integrations/qiskit_adapter.py +0 -0
  25. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/profiler/__init__.py +0 -0
  26. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/visualization/__init__.py +0 -0
  27. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/visualization/bloch_sphere.py +0 -0
  28. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger/visualization/state_viz.py +0 -0
  29. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger.egg-info/SOURCES.txt +0 -0
  30. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger.egg-info/dependency_links.txt +0 -0
  31. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger.egg-info/requires.txt +0 -0
  32. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/quantum_debugger.egg-info/top_level.txt +0 -0
  33. {quantum_debugger-0.2.0 → quantum_debugger-0.2.2}/requirements.txt +0 -0
  34. {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.0
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/yourusername/quantum-debugger/issues
9
- Project-URL: Source, https://github.com/yourusername/quantum-debugger
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
  [![Tests](https://img.shields.io/badge/tests-88%2F88%20passing-brightgreen)]()
59
59
  [![Python](https://img.shields.io/badge/python-3.8%2B-blue)]()
60
60
  [![License](https://img.shields.io/badge/license-MIT-green)]()
61
+ [![Documentation](https://img.shields.io/badge/docs-readthedocs-blue)](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
  [![Tests](https://img.shields.io/badge/tests-88%2F88%20passing-brightgreen)]()
7
7
  [![Python](https://img.shields.io/badge/python-3.8%2B-blue)]()
8
8
  [![License](https://img.shields.io/badge/license-MIT-green)]()
9
+ [![Documentation](https://img.shields.io/badge/docs-readthedocs-blue)](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
 
@@ -5,7 +5,7 @@ A powerful Python library for step-through debugging, state inspection,
5
5
  and performance analysis of quantum circuits.
6
6
  """
7
7
 
8
- __version__ = "0.2.0"
8
+ __version__ = "0.2.2"
9
9
  __author__ = "warlord9004"
10
10
  __license__ = "MIT"
11
11
 
@@ -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.num_qubits == 1
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.num_qubits == 2
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.num_qubits == 3
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.num_qubits == 1:
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.0
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/yourusername/quantum-debugger/issues
9
- Project-URL: Source, https://github.com/yourusername/quantum-debugger
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
  [![Tests](https://img.shields.io/badge/tests-88%2F88%20passing-brightgreen)]()
59
59
  [![Python](https://img.shields.io/badge/python-3.8%2B-blue)]()
60
60
  [![License](https://img.shields.io/badge/license-MIT-green)]()
61
+ [![Documentation](https://img.shields.io/badge/docs-readthedocs-blue)](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.0",
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/yourusername/quantum-debugger/issues",
49
- "Source": "https://github.com/yourusername/quantum-debugger",
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
  )