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

Team Kyue Microsoft Challenge Submission MIT iQuHack 2023 #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
2,160 changes: 2,160 additions & 0 deletions .ipynb_checkpoints/iQuHack-challenge-2023-task1 (FINAL)-checkpoint.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand Down Expand Up @@ -69,7 +68,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -91,7 +89,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -113,7 +110,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand Down Expand Up @@ -150,7 +146,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand Down Expand Up @@ -190,7 +185,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand Down Expand Up @@ -247,7 +241,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand Down Expand Up @@ -285,7 +278,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -310,7 +302,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -330,7 +321,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -351,7 +341,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -373,7 +362,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -400,7 +388,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -422,7 +409,7 @@
"name": "python3"
},
"kernelspec": {
"display_name": "Python 3 [Default]",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -436,7 +423,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.8.9"
},
"nteract": {
"version": "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -47,7 +46,41 @@
}
}
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[93mA web browser has been opened at https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize. Please continue the login in the web browser. If no web browser is available or if the web browser fails to open, use device code flow with `az login --use-device-code`.\u001b[0m\n",
"[\n",
" {\n",
" \"cloudName\": \"AzureCloud\",\n",
" \"homeTenantId\": \"49392c96-234d-43a9-b584-af46c435278a\",\n",
" \"id\": \"edd613b3-8845-4654-ab8a-43c1712ec7ce\",\n",
" \"isDefault\": true,\n",
" \"managedByTenants\": [\n",
" {\n",
" \"tenantId\": \"d0ecd01b-d782-448e-bae0-c3cad0e0543a\"\n",
" },\n",
" {\n",
" \"tenantId\": \"94c4857e-1130-4ab8-8eac-069b40c9db20\"\n",
" },\n",
" {\n",
" \"tenantId\": \"f702a9dc-ae48-4dc7-8f0a-8155a6dfa4e5\"\n",
" }\n",
" ],\n",
" \"name\": \"Azure subscription 1\",\n",
" \"state\": \"Enabled\",\n",
" \"tenantId\": \"49392c96-234d-43a9-b584-af46c435278a\",\n",
" \"user\": {\n",
" \"name\": \"[email protected]\",\n",
" \"type\": \"user\"\n",
" }\n",
" }\n",
"]\n"
]
}
],
"source": [
"!az login"
]
Expand All @@ -67,9 +100,8 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -80,7 +112,15 @@
}
}
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Preparing Q# environment...\n"
]
}
],
"source": [
"# Run this code cell to import the modules required to work with Q# and Azure\n",
"import qsharp\n",
Expand All @@ -89,9 +129,8 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -111,9 +150,8 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand Down Expand Up @@ -150,7 +188,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand Down Expand Up @@ -191,7 +228,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand Down Expand Up @@ -248,7 +284,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand Down Expand Up @@ -286,7 +321,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -311,7 +345,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -331,7 +364,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -352,7 +384,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -374,7 +405,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -401,7 +431,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false,
"source_hidden": false
Expand All @@ -423,7 +452,7 @@
"name": "python3"
},
"kernelspec": {
"display_name": "Python 3 [Default]",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -437,7 +466,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.8.9"
},
"nteract": {
"version": "[email protected]"
Expand Down
Loading