luna-quantum 1.0.1rc9__cp313-cp313-win_amd64.whl → 1.0.1rc10__cp313-cp313-win_amd64.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 +1 -0
- luna_quantum/__init__.pyi +2 -1
- luna_quantum/_core.cp313-win_amd64.pyd +0 -0
- luna_quantum/_core.pyi +2 -1
- luna_quantum/errors.pyi +6 -0
- {luna_quantum-1.0.1rc9.dist-info → luna_quantum-1.0.1rc10.dist-info}/METADATA +1 -1
- {luna_quantum-1.0.1rc9.dist-info → luna_quantum-1.0.1rc10.dist-info}/RECORD +10 -10
- {luna_quantum-1.0.1rc9.dist-info → luna_quantum-1.0.1rc10.dist-info}/WHEEL +0 -0
- {luna_quantum-1.0.1rc9.dist-info → luna_quantum-1.0.1rc10.dist-info}/licenses/LICENSE +0 -0
- {luna_quantum-1.0.1rc9.dist-info → luna_quantum-1.0.1rc10.dist-info}/licenses/NOTICE +0 -0
luna_quantum/__init__.py
CHANGED
luna_quantum/__init__.pyi
CHANGED
|
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,11 +1,11 @@
|
|
|
1
|
-
luna_quantum-1.0.
|
|
2
|
-
luna_quantum-1.0.
|
|
3
|
-
luna_quantum-1.0.
|
|
4
|
-
luna_quantum-1.0.
|
|
5
|
-
luna_quantum/__init__.py,sha256=
|
|
6
|
-
luna_quantum/__init__.pyi,sha256=
|
|
7
|
-
luna_quantum/_core.cp313-win_amd64.pyd,sha256=
|
|
8
|
-
luna_quantum/_core.pyi,sha256=
|
|
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=AUbk9LW_pz5a6zxr9a09TpfZobAyvDuruoOj7fuVtLM,96
|
|
3
|
+
luna_quantum-1.0.1rc10.dist-info/licenses/LICENSE,sha256=bR2Wj7Il7KNny38LiDGrASo12StUfpReF--OewXD5cw,10349
|
|
4
|
+
luna_quantum-1.0.1rc10.dist-info/licenses/NOTICE,sha256=GHZYA5H4QFAhbhXliAi2SjWWXLjxl4hrHdEPyUbC0r0,601
|
|
5
|
+
luna_quantum/__init__.py,sha256=3GKQ8YhanPpwgu5cbk9FaQNm3ZxQO4woKUdQ7PlZBWE,3085
|
|
6
|
+
luna_quantum/__init__.pyi,sha256=eM2FT9B3mTQ84rkrfqQwHr88hesgUfjOC9mPJhtDVAo,1506
|
|
7
|
+
luna_quantum/_core.cp313-win_amd64.pyd,sha256=VmspUYBD8ejGpN3KTwJaFD2DJgCqKQJvtSlpqcSo_0Y,4414976
|
|
8
|
+
luna_quantum/_core.pyi,sha256=7usnYhd_e8Ao57rYvTFD8hZUu3B6OxEyBNEDXp0JGZE,107729
|
|
9
9
|
luna_quantum/algorithms/__init__.py,sha256=EoTNO0FXXjPrhpYfN7q9c_nUhmVHk2nEZsbhaVOBh_g,70
|
|
10
10
|
luna_quantum/aqm_overwrites/__init__.py,sha256=ieIVhfslOwrznbvwqu3vNzU_nFIHS1hyeUgIV097WdQ,49
|
|
11
11
|
luna_quantum/aqm_overwrites/model.py,sha256=stqMo97W0nzDLoWmTqwefdu7xgtPAWS46dsxOcJDHpU,6283
|
|
@@ -81,7 +81,7 @@ luna_quantum/client/schemas/wrappers/datetime_wrapper.py,sha256=11KmaftPtKoafhcg
|
|
|
81
81
|
luna_quantum/client/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
82
82
|
luna_quantum/client/utils/qpu_token_utils.py,sha256=goq4nwmxKz0GTqLep01ydoopqHb336FPv6CXGGtR260,4915
|
|
83
83
|
luna_quantum/errors.py,sha256=9qeMJY-hI1qlBqrWjaESVGx3ujEQuFdqONGgIl107kk,1458
|
|
84
|
-
luna_quantum/errors.pyi,sha256=
|
|
84
|
+
luna_quantum/errors.pyi,sha256=q1CMCKCXccaEca43a8ERcbets4MsiQqV5ryuEmlVCrA,8837
|
|
85
85
|
luna_quantum/exceptions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
86
86
|
luna_quantum/exceptions/base_luna_quantum_error.py,sha256=Gl65slQxbNJoo8Kgnqif-slshlluCke0O0ow2r5PZE0,91
|
|
87
87
|
luna_quantum/exceptions/patch_class_field_exists_error.py,sha256=4nmnGlPXp-SjuNX72PETXQ4eZzVpMTxH0eYs1IVDUPQ,408
|
|
@@ -252,4 +252,4 @@ luna_quantum/util/pretty_base.py,sha256=rJy28OKfNdB1j5xdzOmFrCdbw-Gb-JJ5Dcz3NvOp
|
|
|
252
252
|
luna_quantum/util/pydantic_utils.py,sha256=KipyyVaajjFB-krdPl_j5BLogaiPqn0L8mrJuLwZtic,1301
|
|
253
253
|
luna_quantum/utils.py,sha256=46oeDtrCecgWx1OEFbqyKpgO1EyhZ2UipxkmdnQWCdg,2230
|
|
254
254
|
luna_quantum/utils.pyi,sha256=Z8e5p8EHzF0CUbQK16AAtfzsODjwYujxzNiWkcizK3I,1038
|
|
255
|
-
luna_quantum-1.0.
|
|
255
|
+
luna_quantum-1.0.1rc10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|