qoro-divi 0.5.0__py3-none-any.whl → 0.6.0__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.
- divi/backends/__init__.py +2 -1
- divi/backends/_backend_properties_conversion.py +227 -0
- divi/backends/_parallel_simulator.py +7 -7
- divi/circuits/__init__.py +8 -3
- divi/circuits/_core.py +36 -14
- divi/qprog/__init__.py +4 -3
- divi/qprog/algorithms/__init__.py +4 -2
- divi/qprog/algorithms/_ansatze.py +18 -6
- divi/qprog/algorithms/_custom_vqa.py +263 -0
- divi/qprog/algorithms/_pce.py +262 -0
- divi/qprog/algorithms/_qaoa.py +43 -36
- divi/qprog/algorithms/_vqe.py +16 -3
- divi/qprog/batch.py +5 -2
- divi/qprog/quantum_program.py +15 -2
- divi/qprog/typing.py +62 -0
- divi/qprog/variational_quantum_algorithm.py +283 -70
- divi/qprog/workflows/_qubo_partitioning.py +3 -2
- divi/reporting/_reporter.py +23 -1
- {qoro_divi-0.5.0.dist-info → qoro_divi-0.6.0.dist-info}/METADATA +5 -5
- {qoro_divi-0.5.0.dist-info → qoro_divi-0.6.0.dist-info}/RECORD +24 -20
- {qoro_divi-0.5.0.dist-info → qoro_divi-0.6.0.dist-info}/WHEEL +0 -0
- {qoro_divi-0.5.0.dist-info → qoro_divi-0.6.0.dist-info}/licenses/LICENSE +0 -0
- {qoro_divi-0.5.0.dist-info → qoro_divi-0.6.0.dist-info}/licenses/LICENSES/.license-header +0 -0
- {qoro_divi-0.5.0.dist-info → qoro_divi-0.6.0.dist-info}/licenses/LICENSES/Apache-2.0.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qoro-divi
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: A Python library to automate generating, parallelizing, and executing quantum programs.
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
License-File: LICENSES/.license-header
|
|
@@ -19,21 +19,21 @@ Requires-Dist: matplotlib (>=3.10.3,<4.0.0)
|
|
|
19
19
|
Requires-Dist: mitiq (>=0.48,<0.49)
|
|
20
20
|
Requires-Dist: networkx (>=3.5,<4.0)
|
|
21
21
|
Requires-Dist: numpy
|
|
22
|
-
Requires-Dist: pennylane (>=0.
|
|
22
|
+
Requires-Dist: pennylane (>=0.43,<0.44)
|
|
23
|
+
Requires-Dist: pennylane-qiskit (>=0.43,<0.44)
|
|
23
24
|
Requires-Dist: ply (>=3.11,<4.0)
|
|
24
25
|
Requires-Dist: pydantic (>=2.5.0,<2.10)
|
|
25
26
|
Requires-Dist: pymetis (>=2025.1.1,<2026.0.0)
|
|
26
27
|
Requires-Dist: pymoo (>=0.6,<0.7)
|
|
27
28
|
Requires-Dist: python-dotenv (>=1.1.1,<2.0.0)
|
|
28
|
-
Requires-Dist: qiskit (>=2.2
|
|
29
|
+
Requires-Dist: qiskit (>=2.1,<2.3)
|
|
29
30
|
Requires-Dist: qiskit-aer
|
|
30
|
-
Requires-Dist: qiskit-ibm-runtime (
|
|
31
|
+
Requires-Dist: qiskit-ibm-runtime (>=0.41,<0.42)
|
|
31
32
|
Requires-Dist: requests (>=2.32.4,<3.0.0)
|
|
32
33
|
Requires-Dist: rich (>=14.0.0,<15.0.0)
|
|
33
34
|
Requires-Dist: scikit-learn (>=1.7.0,<2.0.0)
|
|
34
35
|
Requires-Dist: scipy (>=1.16,<2.0)
|
|
35
36
|
Requires-Dist: sympy (>=1.14.0,<2.0.0)
|
|
36
|
-
Requires-Dist: tuna (>=0.5.11,<0.6.0)
|
|
37
37
|
Description-Content-Type: text/markdown
|
|
38
38
|
|
|
39
39
|
# Divi
|
|
@@ -1,43 +1,47 @@
|
|
|
1
1
|
divi/__init__.py,sha256=SyBWflbDS6qGEtHg-AfzD1TRNgfXoW2H5qTYGJ-W3XQ,167
|
|
2
|
-
divi/backends/__init__.py,sha256=
|
|
2
|
+
divi/backends/__init__.py,sha256=AdWc8kKYZIfO6cL7BI1uut8DHTTxfXSDDFluxM4rsuI,484
|
|
3
|
+
divi/backends/_backend_properties_conversion.py,sha256=UQoKy6FNpwZexlCcCnJYymZA6UfyKSaO8SV-kYV59v8,8204
|
|
3
4
|
divi/backends/_circuit_runner.py,sha256=BOLLyZTVvj-YzqPDQh9tbOdD4crBqGdxAZdtgLmMGLU,2130
|
|
4
5
|
divi/backends/_execution_result.py,sha256=1p7l-e7Opxq7SU433fYmIMedoyO-mvH_jC927GUI7zE,2614
|
|
5
|
-
divi/backends/_parallel_simulator.py,sha256=
|
|
6
|
+
divi/backends/_parallel_simulator.py,sha256=vjaopHKzFoCV5gCI2z4g33REIbxx9dFkNaEmuPUuvK8,18318
|
|
6
7
|
divi/backends/_qoro_service.py,sha256=n_gbllNlwwgHGhlBIrjS_00qKJfKooB4HoiIzp68FJk,24418
|
|
7
8
|
divi/backends/_qpu_system.py,sha256=mo0SIlih5TEgJ9XdW_JFVbRP8pcNQ9jqzwK-08WzkiI,3065
|
|
8
9
|
divi/backends/_results_processing.py,sha256=2yakh9-kDEiW7cJvfClzE5fbgRumJZ-jGSTKdUdgHCY,3873
|
|
9
|
-
divi/circuits/__init__.py,sha256=
|
|
10
|
+
divi/circuits/__init__.py,sha256=ZPabkWuAnXor82rkymjgYhYC386rvu7GqvvtWSjUSmI,371
|
|
10
11
|
divi/circuits/_cirq/__init__.py,sha256=EtdMjq4MGwpR7GnJb5WrqhlmXEoV284QA4nM6K5bmtU,220
|
|
11
12
|
divi/circuits/_cirq/_parser.py,sha256=4VVUG-BQuGEyfiX3sJGUTDFZcO_awcm_FjlwWjq3D-A,3746
|
|
12
13
|
divi/circuits/_cirq/_qasm_export.py,sha256=32h5a-m_7tVfje6MmEgwRNPd9U0ximqddbCsOIqVg6U,2944
|
|
13
|
-
divi/circuits/_core.py,sha256=
|
|
14
|
+
divi/circuits/_core.py,sha256=fVZkEPFWXVOGmvkgHU6ll2Asz8L2TZpm1Bbw89fmC-A,15898
|
|
14
15
|
divi/circuits/_qasm_conversion.py,sha256=-ZXVWmcetgP7N-YeSpxX6E2MhazuhdTqlyZEhPjC-tQ,9665
|
|
15
16
|
divi/circuits/_qasm_validation.py,sha256=A4LqllrYzzMgWVuAVdVUBlU6A99pw5qqLyWiRXkDScE,22704
|
|
16
17
|
divi/circuits/qem.py,sha256=o6rMPUcxLuCBitBb8-QcxveUiKZVsP3HMamxyVFLi6M,6805
|
|
17
|
-
divi/qprog/__init__.py,sha256=
|
|
18
|
+
divi/qprog/__init__.py,sha256=DxtUdJDHmbZuvGjEyTVKZKW5OpI-srSeCXaJMcJqHWk,834
|
|
18
19
|
divi/qprog/_expectation.py,sha256=2Imgdng8gU1ImVXHprMUS1YbpAY0eI19Mp08Vw5lGvU,7395
|
|
19
20
|
divi/qprog/_hamiltonians.py,sha256=UHiCRo1k3h3cPQcIrRYhd82n-vS78I8U1LYT6AjJkdc,9419
|
|
20
|
-
divi/qprog/algorithms/__init__.py,sha256=
|
|
21
|
-
divi/qprog/algorithms/_ansatze.py,sha256=
|
|
22
|
-
divi/qprog/algorithms/
|
|
23
|
-
divi/qprog/algorithms/
|
|
24
|
-
divi/qprog/
|
|
21
|
+
divi/qprog/algorithms/__init__.py,sha256=V2gWqMIaSxG0c4X9QrDv2MwXiL1PCrPfVcoLk1hPbgg,380
|
|
22
|
+
divi/qprog/algorithms/_ansatze.py,sha256=gSAf4S5QgRw7-WKpE_Vf6okiZ02rIvKiKWa771I_v5w,13329
|
|
23
|
+
divi/qprog/algorithms/_custom_vqa.py,sha256=eVMsuqqN3PQEDoleSqIdI-KUU99yIq5D_7W582b_qFg,10092
|
|
24
|
+
divi/qprog/algorithms/_pce.py,sha256=XQmUnVc0Gv7bn3I5qTOvcdk1gEoUXOKzTO2kycCT0OA,9870
|
|
25
|
+
divi/qprog/algorithms/_qaoa.py,sha256=i-li-6VYWZC_F3BO7Bt6kNyw1ifWCwNd1z08t8Drqsc,22497
|
|
26
|
+
divi/qprog/algorithms/_vqe.py,sha256=Hq1kXgje5mifobHeEfMe7nJ9m-RiE9AufdyAy7Krzsc,10234
|
|
27
|
+
divi/qprog/batch.py,sha256=1aYH0jlw2mU5jeEiZUu5sET2fpic0gsrIHw3PJ_gfSk,20622
|
|
25
28
|
divi/qprog/checkpointing.py,sha256=g0I5fV4LMVjZZ-780WsojlwgQmJvY6nxZILAkUrOwk0,17369
|
|
26
29
|
divi/qprog/exceptions.py,sha256=2VvUf8qgNBw60Q4wyt_2nbE4JHHMmZiT2JaGmWChp2o,231
|
|
27
30
|
divi/qprog/optimizers.py,sha256=BdjJl1Fw56RMdXiVcNedNH1uOCxdmj-en4s_cbixl5U,39104
|
|
28
|
-
divi/qprog/quantum_program.py,sha256=
|
|
29
|
-
divi/qprog/
|
|
31
|
+
divi/qprog/quantum_program.py,sha256=qa_tU--YrT5cmd9q5FkyRDM5rBbkNAAwQHr52g7P8nU,12174
|
|
32
|
+
divi/qprog/typing.py,sha256=-1xQxzrJBq1-KL2YCEFcD5yN25Vc_25Sg1FrJ-Wi9E0,2072
|
|
33
|
+
divi/qprog/variational_quantum_algorithm.py,sha256=n8A1YPOcCP0gdim0vwpe5iX9DP1psrYwelMiRjrQcM0,46798
|
|
30
34
|
divi/qprog/workflows/__init__.py,sha256=_GAFsZsgj9p61E1xUXasa1aspwcOWp4s8i6hA6mQ9eg,320
|
|
31
35
|
divi/qprog/workflows/_graph_partitioning.py,sha256=nTxpPom7Aulfndlqws0FkaTvs1siRCeixiBkwRqV1Xc,24435
|
|
32
|
-
divi/qprog/workflows/_qubo_partitioning.py,sha256=
|
|
36
|
+
divi/qprog/workflows/_qubo_partitioning.py,sha256=JHF1m7MI3-BLeG4rYJ9bPelFd_KIAFY2Ihyy3IZV6K8,8431
|
|
33
37
|
divi/qprog/workflows/_vqe_sweep.py,sha256=rT79jYex04linD42mdXCM54LdZ83eFCwUGAKnX1PQSM,19658
|
|
34
38
|
divi/reporting/__init__.py,sha256=gaBUZrhNxR53VHojZxfjvQRDl-eDHo901vLE8I95kIw,290
|
|
35
39
|
divi/reporting/_pbar.py,sha256=of9vI37puHWVPCUwRbwtiT1cDQVCpUbpbxNx__hF7mE,4180
|
|
36
40
|
divi/reporting/_qlogger.py,sha256=d16eT_n8Me83Qn1QOFmzEoVnRYTePM5l_I1GeNVCo4o,1990
|
|
37
|
-
divi/reporting/_reporter.py,sha256=
|
|
38
|
-
qoro_divi-0.
|
|
39
|
-
qoro_divi-0.
|
|
40
|
-
qoro_divi-0.
|
|
41
|
-
qoro_divi-0.
|
|
42
|
-
qoro_divi-0.
|
|
43
|
-
qoro_divi-0.
|
|
41
|
+
divi/reporting/_reporter.py,sha256=KlYgKuNl-3rkAqgi8PQRutvtHyoMDezR_Zfn4LhJTnU,5492
|
|
42
|
+
qoro_divi-0.6.0.dist-info/METADATA,sha256=CP5PvpfmWFC4_ie2i36oJDhKdIg3tQttw6rIZkTUxgQ,2992
|
|
43
|
+
qoro_divi-0.6.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
44
|
+
qoro_divi-0.6.0.dist-info/licenses/LICENSE,sha256=NS4JlQrgNwg1bvB3kE5shE-P4cJgnntgl-kClbOpG_Q,10760
|
|
45
|
+
qoro_divi-0.6.0.dist-info/licenses/LICENSES/.license-header,sha256=2jN_xtJscqP8LG-NaveY2KHUkfRCC543Y_XjOyKEfWY,105
|
|
46
|
+
qoro_divi-0.6.0.dist-info/licenses/LICENSES/Apache-2.0.txt,sha256=yoILHpvVuguUBpk8UwMnzJbcHUUyst9iGNNuEwUtWVc,10270
|
|
47
|
+
qoro_divi-0.6.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|