luna-quantum 1.0.1rc9__cp312-cp312-macosx_11_0_arm64.whl → 1.0.1rc10__cp312-cp312-macosx_11_0_arm64.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 luna-quantum might be problematic. Click here for more details.

luna_quantum/__init__.py CHANGED
@@ -105,6 +105,7 @@ __all__ = [
105
105
  "constants",
106
106
  "errors",
107
107
  "quicksum",
108
+ "transformations",
108
109
  "translator",
109
110
  "utils",
110
111
  ]
luna_quantum/__init__.pyi CHANGED
@@ -1,4 +1,4 @@
1
- from . import utils
1
+ from . import transformations, utils
2
2
  from ._core import (
3
3
  Bounds,
4
4
  Comparator,
@@ -71,6 +71,7 @@ __all__ = [
71
71
  "constants",
72
72
  "errors",
73
73
  "quicksum",
74
+ "transformations",
74
75
  "translator",
75
76
  "utils",
76
77
  ]
Binary file
luna_quantum/_core.pyi CHANGED
@@ -3,7 +3,7 @@ from enum import Enum
3
3
  from types import TracebackType
4
4
  from typing import Literal, Self, overload
5
5
  from numpy.typing import NDArray
6
- from . import errors, translator
6
+ from . import errors, transformations, translator
7
7
  from luna_quantum.client.interfaces.services.luna_solve_i import ILunaSolve
8
8
  from luna_quantum.solve.domain.model_metadata import ModelMetadata
9
9
  from luna_quantum.solve.domain.solve_job import SolveJob
@@ -3678,5 +3678,6 @@ __all__ = [
3678
3678
  "Variable",
3679
3679
  "Vtype",
3680
3680
  "errors",
3681
+ "transformations",
3681
3682
  "translator",
3682
3683
  ]
luna_quantum/errors.pyi CHANGED
@@ -226,7 +226,13 @@ class DuplicateConstraintNameError(Exception):
226
226
 
227
227
  def __str__(self, /) -> str: ...
228
228
 
229
+ class CompilationError(Exception):
230
+ """Raised when an error occured during compilation of a model in the PassManager."""
231
+
232
+ def __str__(self, /) -> str: ...
233
+
229
234
  __all__ = [
235
+ "ComputationError",
230
236
  "ComputationError",
231
237
  "DecodeError",
232
238
  "DifferentEnvsError",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: luna-quantum
3
- Version: 1.0.1rc9
3
+ Version: 1.0.1rc10
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: License :: OSI Approved :: Apache Software License
6
6
  Classifier: Operating System :: OS Independent
@@ -1,11 +1,11 @@
1
- luna_quantum-1.0.1rc9.dist-info/METADATA,sha256=uHoM0GXehFAsXPhfxencb6iQxRKwEIfpIZo4nbQ_jJ0,1533
2
- luna_quantum-1.0.1rc9.dist-info/WHEEL,sha256=lKF1x2UaOHDUKmYwqYyNAuk2SmZm-X0V9mSA2tiAos4,104
3
- luna_quantum-1.0.1rc9.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
- luna_quantum-1.0.1rc9.dist-info/licenses/NOTICE,sha256=noPOS8eDj5XoyRO8ZrCxIOh5fSjk0RildIrrqxQlepY,588
5
- luna_quantum/__init__.py,sha256=5pcXLImiAMVprC9E0ZldR4RLdosfjAJKw_BL0yVhLGk,2951
6
- luna_quantum/__init__.pyi,sha256=MFONTFS-LApPKepjz5eqDAc1wCT3bL2nGFp0a-zQ3wQ,1389
7
- luna_quantum/_core.cpython-312-darwin.so,sha256=BW9s9BLB-9c6bWfVzFXeFNOg_IP3pG2qePP66U8q4dw,3939488
8
- luna_quantum/_core.pyi,sha256=n8eYwMl0pNc2oGZhums4izlV-5Ozq35tiMPYutMG08A,104006
1
+ luna_quantum-1.0.1rc10.dist-info/METADATA,sha256=CyTVD_AjWI6RoGMqk3I_cR2AbkT9cINf7tfBNKzLx-w,1534
2
+ luna_quantum-1.0.1rc10.dist-info/WHEEL,sha256=lKF1x2UaOHDUKmYwqYyNAuk2SmZm-X0V9mSA2tiAos4,104
3
+ luna_quantum-1.0.1rc10.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
+ luna_quantum-1.0.1rc10.dist-info/licenses/NOTICE,sha256=noPOS8eDj5XoyRO8ZrCxIOh5fSjk0RildIrrqxQlepY,588
5
+ luna_quantum/__init__.py,sha256=LK_BUWK8oWu05Wx4_n8YqF0bxg8CVyz0d0saWdGn7aM,2974
6
+ luna_quantum/__init__.pyi,sha256=LpcSA5KbYd1IoKZBNmM1gzudBHHsTXpIgELDvPMmUdU,1429
7
+ luna_quantum/_core.cpython-312-darwin.so,sha256=4aAVnrAcifF-JIEjPtkLAgNRGsGNBmAoqaEpeE-pXJk,3939472
8
+ luna_quantum/_core.pyi,sha256=WbLF0bID7PYlG_I2taTZnhgm1BF6En9gXfGA81rUkiQ,104046
9
9
  luna_quantum/algorithms/__init__.py,sha256=IX9ZpzY3Do3mTgKqto5vAWwdYrZrM-RemYSf64yxefg,69
10
10
  luna_quantum/aqm_overwrites/__init__.py,sha256=rteObr5JHDnTnRime0Euq9Qy2iDIp6VMpFNHTGVNBe0,46
11
11
  luna_quantum/aqm_overwrites/model.py,sha256=La5mh-aS2LNLaQFp_B1EnhrKUXVRRmIqGnIvX66uc8Y,6099
@@ -81,7 +81,7 @@ luna_quantum/client/schemas/wrappers/datetime_wrapper.py,sha256=8K2jexTarxGCgD1u
81
81
  luna_quantum/client/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
82
82
  luna_quantum/client/utils/qpu_token_utils.py,sha256=xeWIKcBwXGSQ0INfUY3NMTu6H90T03jkT85yHs2QXmk,4768
83
83
  luna_quantum/errors.py,sha256=yjeXB3i07LlTuuJ18IKgwsC5wmtJElN8cDwlg3JkcEs,1424
84
- luna_quantum/errors.pyi,sha256=mHTkTauIanZc3qtuHE7QkPhjpQDFHzJtd1Fe6X63D-M,8391
84
+ luna_quantum/errors.pyi,sha256=dbqxu-kIjIIBKLEZAB1FmxZdmWH9YSGAkJvKKw3FbWo,8578
85
85
  luna_quantum/exceptions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
86
86
  luna_quantum/exceptions/base_luna_quantum_error.py,sha256=qC712QkF04FiY_qwQ5HlIYVhg5P6WzXJ_chJDVTpWXI,89
87
87
  luna_quantum/exceptions/patch_class_field_exists_error.py,sha256=3TGKb-MNyjwntrJkbRaBKEvlsj68ROTwCltDt6Zg7Gg,398
@@ -252,4 +252,4 @@ luna_quantum/util/pretty_base.py,sha256=Vv3dYpMsydOPYFOm-0lCCuJIe-62oYkI64Zy_bah
252
252
  luna_quantum/util/pydantic_utils.py,sha256=nhl_SdLJVAizrtLVHvnbco84g8CdBVdVxN_jlXiv82w,1263
253
253
  luna_quantum/utils.py,sha256=DEgZ7M1UK4GHSOUBJkaserrzvc0P4ctBI790nn5nPes,2158
254
254
  luna_quantum/utils.pyi,sha256=awLn13VVSNz2OumA7kHBnP4ERwielcV3X8VIrmut4Yk,1003
255
- luna_quantum-1.0.1rc9.dist-info/RECORD,,
255
+ luna_quantum-1.0.1rc10.dist-info/RECORD,,