Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #58

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
721 changes: 721 additions & 0 deletions Pennylane_econding_classifier.ipynb

Large diffs are not rendered by default.

425 changes: 425 additions & 0 deletions Qiskit_Pennylane_encoder_m_classifier.ipynb

Large diffs are not rendered by default.

953 changes: 953 additions & 0 deletions Result_QVC.ipynb

Large diffs are not rendered by default.

Binary file added best_weight.npy
Binary file not shown.
6 changes: 3 additions & 3 deletions part1_example_qiskit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.10.6 64-bit",
"language": "python",
"name": "python3"
},
Expand All @@ -207,12 +207,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15 (main, Oct 11 2022, 22:27:25) \n[Clang 14.0.0 (clang-1400.0.29.102)]"
"version": "3.10.6"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "397704579725e15f5c7cb49fe5f0341eb7531c82d19f2c29d197e8b64ab5776b"
"hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"
}
}
},
Expand Down
11 changes: 8 additions & 3 deletions part2_example_cirq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 1,
"id": "66e9a047",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -211,7 +211,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.10.6 64-bit",
"language": "python",
"name": "python3"
},
Expand All @@ -225,7 +225,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
"version": "3.10.6"
},
"vscode": {
"interpreter": {
"hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"
}
}
},
"nbformat": 4,
Expand Down
57 changes: 35 additions & 22 deletions part2_example_qiskit.ipynb

Large diffs are not rendered by default.