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

Qualition #51

Open
wants to merge 1 commit 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
14 changes: 1 addition & 13 deletions mock_data_creator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3 [Default]",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
}
},
"nbformat": 4,
Expand Down
14 changes: 1 addition & 13 deletions part1_example_cirq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -216,21 +216,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3 [Default]",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
}
},
"nbformat": 4,
Expand Down
14 changes: 1 addition & 13 deletions part2_example_cirq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -211,21 +211,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3 [Default]",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.0"
}
},
"nbformat": 4,
Expand Down
5 changes: 3 additions & 2 deletions quantum_classifier.qasm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
OPENQASM 2.0;
include "qelib1.inc";
qreg q8[3];
rx(pi) q8[0];
gate gate_RealAmplitudes(param0,param1,param2,param3,param4,param5,param6,param7,param8,param9,param10,param11,param12,param13,param14,param15,param16,param17,param18,param19,param20,param21,param22,param23,param24,param25,param26,param27,param28,param29) q0,q1,q2,q3,q4,q5,q6,q7,q8,q9 { ry(0.166885338964307) q0; ry(-0.562428401027246) q1; ry(0.48893589557941) q2; ry(1.0000212324066) q3; ry(0.997292670049591) q4; ry(0.516642028823444) q5; ry(-0.52976583280007) q6; ry(0.44621090925359) q7; ry(-0.812837886101786) q8; ry(0.00690999905273608) q9; cx q8,q9; cx q7,q8; cx q6,q7; cx q5,q6; cx q4,q5; cx q3,q4; cx q2,q3; cx q1,q2; cx q0,q1; ry(0.732554878640012) q0; ry(1.09250685549609) q1; ry(0.946119425708376) q2; ry(1.22520608932305) q3; ry(-0.256892484303682) q4; ry(0.849713315449811) q5; ry(-0.172935171560596) q6; ry(-0.792282689543016) q7; ry(0.105879168563046) q8; ry(0.451929686680044) q9; cx q8,q9; cx q7,q8; cx q6,q7; cx q5,q6; cx q4,q5; cx q3,q4; cx q2,q3; cx q1,q2; cx q0,q1; ry(-0.717816606765696) q0; ry(-0.406893365206504) q1; ry(0.786417140426462) q2; ry(0.715868574401998) q3; ry(1.68834007060239) q4; ry(0.16240900497929) q5; ry(0.021691745395356) q6; ry(-0.45492053378632) q7; ry(1.68422609585115) q8; ry(0.668468430274114) q9; }
qreg q[10];
gate_RealAmplitudes(0.166885338964307,-0.562428401027246,0.48893589557941,1.0000212324066,0.997292670049591,0.516642028823444,-0.52976583280007,0.44621090925359,-0.812837886101786,0.00690999905273608,0.732554878640012,1.09250685549609,0.946119425708376,1.22520608932305,-0.256892484303682,0.849713315449811,-0.172935171560596,-0.792282689543016,0.105879168563046,0.451929686680044,-0.717816606765696,-0.406893365206504,0.786417140426462,0.715868574401998,1.68834007060239,0.16240900497929,0.021691745395356,-0.45492053378632,1.68422609585115,0.668468430274114) q[0],q[1],q[2],q[3],q[4],q[5],q[6],q[7],q[8],q[9];
6 changes: 6 additions & 0 deletions submission/.ipynb_checkpoints/Untitled-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
1,318 changes: 1,318 additions & 0 deletions submission/.ipynb_checkpoints/submission_runner-checkpoint.ipynb

Large diffs are not rendered by default.

Loading