├── .github └── ISSUE_TEMPLATE │ ├── open-hackathon-aws-power-up-entry.md │ ├── open-hackathon-ibm-power-up-entry.md │ └── open_hackathon.md ├── Code_of_Conduct.md ├── Coding_Challenges.md ├── Coding_Challenges ├── README.md ├── algorithms_100_DeutschJozsa_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── deutsch_jozsa_template.py │ └── problem.pdf ├── algorithms_200_AdaptingTopology_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── adapting_topology_template.py │ └── problem.pdf ├── algorithms_300_AdderQFT_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── adder_QFT_template.py │ └── problem.pdf ├── algorithms_400_QuantumCounting_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── problem.pdf │ └── quantum_counting_template.py ├── algorithms_500_DeutschJozsaStrikesAgain_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── deustch_jozsa_strikes_again_template.py │ └── problem.pdf ├── games_100_TardigradeMasquerade_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── problem.pdf │ └── tardigrade_template.py ├── games_200_CHSH_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── CHSH_game_template.py │ └── problem.pdf ├── games_300_Elitzur_Vaidman_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── Elitzur_Vaidman_template.py │ └── problem.pdf ├── games_400_FindTheCar_template │ ├── 1.ans │ ├── 1.in │ ├── find_the_car_template.py │ └── problem.pdf ├── games_500_switches_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── game_switches_template.py │ └── problem.pdf ├── pennylane101_100_OrderMatters_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── order_matters_template.py │ └── problem.pdf ├── pennylane101_200_KnowYourDevices_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── know_your_devices_template.py │ └── problem.pdf ├── pennylane101_300_superdense_coding_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── problem.pdf │ └── superdense_coding_template.py ├── pennylane101_400_FiniteDifferenceGradient_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── finite_difference_template.py │ └── problem.pdf ├── pennylane101_500_BitflipErrorCode_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── bitflip_error_template.py │ └── problem.pdf ├── qchem_100_IsParticlePreserving_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── particle_conservation_template.py │ └── problem.pdf ├── qchem_200_OptimizingMeasurements_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── optimizing_measurements_template.py │ └── problem.pdf ├── qchem_300_Universality_Givens_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── problem.pdf │ └── universality_givens_template.py ├── qchem_400_TripleGivens_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── problem.pdf │ └── triple_givens_template.py ├── qchem_500_MindTheGap_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── mind_the_gap_template.py │ └── problem.pdf ├── qml_100_GeneratingFourierState_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── generating_fourier_state_template.py │ └── problem.pdf ├── qml_200_WhoLikesTheBeatles_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── problem.pdf │ └── who_likes_the_beatles_template.py ├── qml_300_IsingOnTheCake_template │ ├── 1.ans │ ├── 1.in │ ├── ising_classifier_template.py │ └── problem.pdf ├── qml_400_BuildingQRAM_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── 3.ans │ ├── 3.in │ ├── building_QRAM_template.py │ └── problem.pdf ├── qml_500_UDMIS_template │ ├── 1.ans │ ├── 1.in │ ├── 2.ans │ ├── 2.in │ ├── problem.pdf │ └── udmis_template.py └── requirements.txt ├── Open_Hackathon.md ├── README.md └── img ├── clar_req.png ├── clarifications.png ├── clarifications_send_resopnd.png ├── full_clar_req.png ├── pending_submission.png ├── points.png ├── qhack-banner.png ├── register.png ├── sponsors.png ├── submission_result.png ├── submit.png └── submit_dialog.png /.github/ISSUE_TEMPLATE/open-hackathon-aws-power-up-entry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/.github/ISSUE_TEMPLATE/open-hackathon-aws-power-up-entry.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/open-hackathon-ibm-power-up-entry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/.github/ISSUE_TEMPLATE/open-hackathon-ibm-power-up-entry.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/open_hackathon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/.github/ISSUE_TEMPLATE/open_hackathon.md -------------------------------------------------------------------------------- /Code_of_Conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Code_of_Conduct.md -------------------------------------------------------------------------------- /Coding_Challenges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges.md -------------------------------------------------------------------------------- /Coding_Challenges/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/README.md -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_100_DeutschJozsa_template/1.ans: -------------------------------------------------------------------------------- 1 | balanced -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_100_DeutschJozsa_template/1.in: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_100_DeutschJozsa_template/2.ans: -------------------------------------------------------------------------------- 1 | constant -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_100_DeutschJozsa_template/2.in: -------------------------------------------------------------------------------- 1 | 1,1 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_100_DeutschJozsa_template/deutsch_jozsa_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_100_DeutschJozsa_template/deutsch_jozsa_template.py -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_100_DeutschJozsa_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_100_DeutschJozsa_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_200_AdaptingTopology_template/1.ans: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_200_AdaptingTopology_template/1.in: -------------------------------------------------------------------------------- 1 | 0, 1 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_200_AdaptingTopology_template/2.ans: -------------------------------------------------------------------------------- 1 | 4 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_200_AdaptingTopology_template/2.in: -------------------------------------------------------------------------------- 1 | 8,2 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_200_AdaptingTopology_template/adapting_topology_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_200_AdaptingTopology_template/adapting_topology_template.py -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_200_AdaptingTopology_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_200_AdaptingTopology_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_300_AdderQFT_template/1.ans: -------------------------------------------------------------------------------- 1 | 1,1,0 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_300_AdderQFT_template/1.in: -------------------------------------------------------------------------------- 1 | 2,3 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_300_AdderQFT_template/2.ans: -------------------------------------------------------------------------------- 1 | 1,1,0,1 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_300_AdderQFT_template/2.in: -------------------------------------------------------------------------------- 1 | 5,4 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_300_AdderQFT_template/adder_QFT_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_300_AdderQFT_template/adder_QFT_template.py -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_300_AdderQFT_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_300_AdderQFT_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_400_QuantumCounting_template/1.ans: -------------------------------------------------------------------------------- 1 | -21.895141649746005 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_400_QuantumCounting_template/1.in: -------------------------------------------------------------------------------- 1 | 0,1,3 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_400_QuantumCounting_template/2.ans: -------------------------------------------------------------------------------- 1 | -1.229349178414374 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_400_QuantumCounting_template/2.in: -------------------------------------------------------------------------------- 1 | 0,2,3,5,6 -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_400_QuantumCounting_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_400_QuantumCounting_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_400_QuantumCounting_template/quantum_counting_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_400_QuantumCounting_template/quantum_counting_template.py -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_500_DeutschJozsaStrikesAgain_template/1.ans: -------------------------------------------------------------------------------- 1 | 4 same -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_500_DeutschJozsaStrikesAgain_template/1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_500_DeutschJozsaStrikesAgain_template/1.in -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_500_DeutschJozsaStrikesAgain_template/2.ans: -------------------------------------------------------------------------------- 1 | 4 same -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_500_DeutschJozsaStrikesAgain_template/2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_500_DeutschJozsaStrikesAgain_template/2.in -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_500_DeutschJozsaStrikesAgain_template/deustch_jozsa_strikes_again_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_500_DeutschJozsaStrikesAgain_template/deustch_jozsa_strikes_again_template.py -------------------------------------------------------------------------------- /Coding_Challenges/algorithms_500_DeutschJozsaStrikesAgain_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/algorithms_500_DeutschJozsaStrikesAgain_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/games_100_TardigradeMasquerade_template/1.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_100_TardigradeMasquerade_template/1.ans -------------------------------------------------------------------------------- /Coding_Challenges/games_100_TardigradeMasquerade_template/1.in: -------------------------------------------------------------------------------- 1 | 0.7745598277086928 2 | -------------------------------------------------------------------------------- /Coding_Challenges/games_100_TardigradeMasquerade_template/2.ans: -------------------------------------------------------------------------------- 1 | 0.6931471805599457,0.545165726123828 2 | -------------------------------------------------------------------------------- /Coding_Challenges/games_100_TardigradeMasquerade_template/2.in: -------------------------------------------------------------------------------- 1 | 4.91504584447079 2 | -------------------------------------------------------------------------------- /Coding_Challenges/games_100_TardigradeMasquerade_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_100_TardigradeMasquerade_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/games_100_TardigradeMasquerade_template/tardigrade_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_100_TardigradeMasquerade_template/tardigrade_template.py -------------------------------------------------------------------------------- /Coding_Challenges/games_200_CHSH_template/1.ans: -------------------------------------------------------------------------------- 1 | 0.85355 -------------------------------------------------------------------------------- /Coding_Challenges/games_200_CHSH_template/1.in: -------------------------------------------------------------------------------- 1 | 1,1 -------------------------------------------------------------------------------- /Coding_Challenges/games_200_CHSH_template/2.ans: -------------------------------------------------------------------------------- 1 | 0.75 -------------------------------------------------------------------------------- /Coding_Challenges/games_200_CHSH_template/2.in: -------------------------------------------------------------------------------- 1 | 1.0,0.0 -------------------------------------------------------------------------------- /Coding_Challenges/games_200_CHSH_template/CHSH_game_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_200_CHSH_template/CHSH_game_template.py -------------------------------------------------------------------------------- /Coding_Challenges/games_200_CHSH_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_200_CHSH_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/games_300_Elitzur_Vaidman_template/1.ans: -------------------------------------------------------------------------------- 1 | 0.5 -------------------------------------------------------------------------------- /Coding_Challenges/games_300_Elitzur_Vaidman_template/1.in: -------------------------------------------------------------------------------- 1 | 0.78539,1 -------------------------------------------------------------------------------- /Coding_Challenges/games_300_Elitzur_Vaidman_template/2.ans: -------------------------------------------------------------------------------- 1 | 0.9 -------------------------------------------------------------------------------- /Coding_Challenges/games_300_Elitzur_Vaidman_template/2.in: -------------------------------------------------------------------------------- 1 | 1.256637,5 -------------------------------------------------------------------------------- /Coding_Challenges/games_300_Elitzur_Vaidman_template/Elitzur_Vaidman_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_300_Elitzur_Vaidman_template/Elitzur_Vaidman_template.py -------------------------------------------------------------------------------- /Coding_Challenges/games_300_Elitzur_Vaidman_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_300_Elitzur_Vaidman_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/games_400_FindTheCar_template/1.ans: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /Coding_Challenges/games_400_FindTheCar_template/1.in: -------------------------------------------------------------------------------- 1 | 0,0 -------------------------------------------------------------------------------- /Coding_Challenges/games_400_FindTheCar_template/find_the_car_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_400_FindTheCar_template/find_the_car_template.py -------------------------------------------------------------------------------- /Coding_Challenges/games_400_FindTheCar_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_400_FindTheCar_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/games_500_switches_template/1.ans: -------------------------------------------------------------------------------- 1 | 1,2 -------------------------------------------------------------------------------- /Coding_Challenges/games_500_switches_template/1.in: -------------------------------------------------------------------------------- 1 | 0,1,2,0 -------------------------------------------------------------------------------- /Coding_Challenges/games_500_switches_template/2.ans: -------------------------------------------------------------------------------- 1 | 0,1 -------------------------------------------------------------------------------- /Coding_Challenges/games_500_switches_template/2.in: -------------------------------------------------------------------------------- 1 | 1,1,2,0,2,1 -------------------------------------------------------------------------------- /Coding_Challenges/games_500_switches_template/game_switches_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_500_switches_template/game_switches_template.py -------------------------------------------------------------------------------- /Coding_Challenges/games_500_switches_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/games_500_switches_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_100_OrderMatters_template/1.ans: -------------------------------------------------------------------------------- 1 | 1.177019 -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_100_OrderMatters_template/1.in: -------------------------------------------------------------------------------- 1 | 3.79894785, 0.71678115 -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_100_OrderMatters_template/2.ans: -------------------------------------------------------------------------------- 1 | 0.023805 -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_100_OrderMatters_template/2.in: -------------------------------------------------------------------------------- 1 | 5.88344281, 0.30672784 -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_100_OrderMatters_template/order_matters_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_100_OrderMatters_template/order_matters_template.py -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_100_OrderMatters_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_100_OrderMatters_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_200_KnowYourDevices_template/1.ans: -------------------------------------------------------------------------------- 1 | 1.765778 2 | -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_200_KnowYourDevices_template/1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_200_KnowYourDevices_template/1.in -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_200_KnowYourDevices_template/2.ans: -------------------------------------------------------------------------------- 1 | 15.747060 2 | -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_200_KnowYourDevices_template/2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_200_KnowYourDevices_template/2.in -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_200_KnowYourDevices_template/know_your_devices_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_200_KnowYourDevices_template/know_your_devices_template.py -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_200_KnowYourDevices_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_200_KnowYourDevices_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_300_superdense_coding_template/1.ans: -------------------------------------------------------------------------------- 1 | 1.0 -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_300_superdense_coding_template/1.in: -------------------------------------------------------------------------------- 1 | 0,0.7854 -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_300_superdense_coding_template/2.ans: -------------------------------------------------------------------------------- 1 | 0.858678 -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_300_superdense_coding_template/2.in: -------------------------------------------------------------------------------- 1 | 2,0.4 -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_300_superdense_coding_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_300_superdense_coding_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_300_superdense_coding_template/superdense_coding_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_300_superdense_coding_template/superdense_coding_template.py -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/1.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/1.ans -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/1.in -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/2.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/2.ans -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/2.in -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/finite_difference_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/finite_difference_template.py -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_400_FiniteDifferenceGradient_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_500_BitflipErrorCode_template/1.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_500_BitflipErrorCode_template/1.ans -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_500_BitflipErrorCode_template/1.in: -------------------------------------------------------------------------------- 1 | 0.8, 0.1234, 0 2 | -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_500_BitflipErrorCode_template/2.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_500_BitflipErrorCode_template/2.ans -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_500_BitflipErrorCode_template/2.in: -------------------------------------------------------------------------------- 1 | 1.0, 0.9876, 2 2 | -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_500_BitflipErrorCode_template/bitflip_error_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_500_BitflipErrorCode_template/bitflip_error_template.py -------------------------------------------------------------------------------- /Coding_Challenges/pennylane101_500_BitflipErrorCode_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/pennylane101_500_BitflipErrorCode_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qchem_100_IsParticlePreserving_template/1.ans: -------------------------------------------------------------------------------- 1 | False 2 | -------------------------------------------------------------------------------- /Coding_Challenges/qchem_100_IsParticlePreserving_template/1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_100_IsParticlePreserving_template/1.in -------------------------------------------------------------------------------- /Coding_Challenges/qchem_100_IsParticlePreserving_template/2.ans: -------------------------------------------------------------------------------- 1 | True 2 | -------------------------------------------------------------------------------- /Coding_Challenges/qchem_100_IsParticlePreserving_template/2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_100_IsParticlePreserving_template/2.in -------------------------------------------------------------------------------- /Coding_Challenges/qchem_100_IsParticlePreserving_template/particle_conservation_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_100_IsParticlePreserving_template/particle_conservation_template.py -------------------------------------------------------------------------------- /Coding_Challenges/qchem_100_IsParticlePreserving_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_100_IsParticlePreserving_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qchem_200_OptimizingMeasurements_template/1.ans: -------------------------------------------------------------------------------- 1 | 0.5 -------------------------------------------------------------------------------- /Coding_Challenges/qchem_200_OptimizingMeasurements_template/1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_200_OptimizingMeasurements_template/1.in -------------------------------------------------------------------------------- /Coding_Challenges/qchem_200_OptimizingMeasurements_template/2.ans: -------------------------------------------------------------------------------- 1 | 0.25 -------------------------------------------------------------------------------- /Coding_Challenges/qchem_200_OptimizingMeasurements_template/2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_200_OptimizingMeasurements_template/2.in -------------------------------------------------------------------------------- /Coding_Challenges/qchem_200_OptimizingMeasurements_template/optimizing_measurements_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_200_OptimizingMeasurements_template/optimizing_measurements_template.py -------------------------------------------------------------------------------- /Coding_Challenges/qchem_200_OptimizingMeasurements_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_200_OptimizingMeasurements_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qchem_300_Universality_Givens_template/1.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_300_Universality_Givens_template/1.ans -------------------------------------------------------------------------------- /Coding_Challenges/qchem_300_Universality_Givens_template/1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_300_Universality_Givens_template/1.in -------------------------------------------------------------------------------- /Coding_Challenges/qchem_300_Universality_Givens_template/2.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_300_Universality_Givens_template/2.ans -------------------------------------------------------------------------------- /Coding_Challenges/qchem_300_Universality_Givens_template/2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_300_Universality_Givens_template/2.in -------------------------------------------------------------------------------- /Coding_Challenges/qchem_300_Universality_Givens_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_300_Universality_Givens_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qchem_300_Universality_Givens_template/universality_givens_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_300_Universality_Givens_template/universality_givens_template.py -------------------------------------------------------------------------------- /Coding_Challenges/qchem_400_TripleGivens_template/1.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_400_TripleGivens_template/1.ans -------------------------------------------------------------------------------- /Coding_Challenges/qchem_400_TripleGivens_template/1.in: -------------------------------------------------------------------------------- 1 | 2.71035258,2.86582337,4.46182774 2 | -------------------------------------------------------------------------------- /Coding_Challenges/qchem_400_TripleGivens_template/2.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_400_TripleGivens_template/2.ans -------------------------------------------------------------------------------- /Coding_Challenges/qchem_400_TripleGivens_template/2.in: -------------------------------------------------------------------------------- 1 | 2.53534223,1.48455976,4.31141557 2 | -------------------------------------------------------------------------------- /Coding_Challenges/qchem_400_TripleGivens_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_400_TripleGivens_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qchem_400_TripleGivens_template/triple_givens_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_400_TripleGivens_template/triple_givens_template.py -------------------------------------------------------------------------------- /Coding_Challenges/qchem_500_MindTheGap_template/1.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_500_MindTheGap_template/1.ans -------------------------------------------------------------------------------- /Coding_Challenges/qchem_500_MindTheGap_template/1.in: -------------------------------------------------------------------------------- 1 | 0.6614 2 | -------------------------------------------------------------------------------- /Coding_Challenges/qchem_500_MindTheGap_template/2.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_500_MindTheGap_template/2.ans -------------------------------------------------------------------------------- /Coding_Challenges/qchem_500_MindTheGap_template/2.in: -------------------------------------------------------------------------------- 1 | 0.6000 2 | -------------------------------------------------------------------------------- /Coding_Challenges/qchem_500_MindTheGap_template/mind_the_gap_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_500_MindTheGap_template/mind_the_gap_template.py -------------------------------------------------------------------------------- /Coding_Challenges/qchem_500_MindTheGap_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qchem_500_MindTheGap_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qml_100_GeneratingFourierState_template/1.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_100_GeneratingFourierState_template/1.ans -------------------------------------------------------------------------------- /Coding_Challenges/qml_100_GeneratingFourierState_template/1.in: -------------------------------------------------------------------------------- 1 | 2,3 -------------------------------------------------------------------------------- /Coding_Challenges/qml_100_GeneratingFourierState_template/2.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_100_GeneratingFourierState_template/2.ans -------------------------------------------------------------------------------- /Coding_Challenges/qml_100_GeneratingFourierState_template/2.in: -------------------------------------------------------------------------------- 1 | 3,2 -------------------------------------------------------------------------------- /Coding_Challenges/qml_100_GeneratingFourierState_template/generating_fourier_state_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_100_GeneratingFourierState_template/generating_fourier_state_template.py -------------------------------------------------------------------------------- /Coding_Challenges/qml_100_GeneratingFourierState_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_100_GeneratingFourierState_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qml_200_WhoLikesTheBeatles_template/1.ans: -------------------------------------------------------------------------------- 1 | 0,0.4210528986556 -------------------------------------------------------------------------------- /Coding_Challenges/qml_200_WhoLikesTheBeatles_template/1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_200_WhoLikesTheBeatles_template/1.in -------------------------------------------------------------------------------- /Coding_Challenges/qml_200_WhoLikesTheBeatles_template/2.ans: -------------------------------------------------------------------------------- 1 | 0,0.9264606253589677 -------------------------------------------------------------------------------- /Coding_Challenges/qml_200_WhoLikesTheBeatles_template/2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_200_WhoLikesTheBeatles_template/2.in -------------------------------------------------------------------------------- /Coding_Challenges/qml_200_WhoLikesTheBeatles_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_200_WhoLikesTheBeatles_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qml_200_WhoLikesTheBeatles_template/who_likes_the_beatles_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_200_WhoLikesTheBeatles_template/who_likes_the_beatles_template.py -------------------------------------------------------------------------------- /Coding_Challenges/qml_300_IsingOnTheCake_template/1.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_300_IsingOnTheCake_template/1.ans -------------------------------------------------------------------------------- /Coding_Challenges/qml_300_IsingOnTheCake_template/1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_300_IsingOnTheCake_template/1.in -------------------------------------------------------------------------------- /Coding_Challenges/qml_300_IsingOnTheCake_template/ising_classifier_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_300_IsingOnTheCake_template/ising_classifier_template.py -------------------------------------------------------------------------------- /Coding_Challenges/qml_300_IsingOnTheCake_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_300_IsingOnTheCake_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qml_400_BuildingQRAM_template/1.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_400_BuildingQRAM_template/1.ans -------------------------------------------------------------------------------- /Coding_Challenges/qml_400_BuildingQRAM_template/1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_400_BuildingQRAM_template/1.in -------------------------------------------------------------------------------- /Coding_Challenges/qml_400_BuildingQRAM_template/2.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_400_BuildingQRAM_template/2.ans -------------------------------------------------------------------------------- /Coding_Challenges/qml_400_BuildingQRAM_template/2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_400_BuildingQRAM_template/2.in -------------------------------------------------------------------------------- /Coding_Challenges/qml_400_BuildingQRAM_template/3.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_400_BuildingQRAM_template/3.ans -------------------------------------------------------------------------------- /Coding_Challenges/qml_400_BuildingQRAM_template/3.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_400_BuildingQRAM_template/3.in -------------------------------------------------------------------------------- /Coding_Challenges/qml_400_BuildingQRAM_template/building_QRAM_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_400_BuildingQRAM_template/building_QRAM_template.py -------------------------------------------------------------------------------- /Coding_Challenges/qml_400_BuildingQRAM_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_400_BuildingQRAM_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qml_500_UDMIS_template/1.ans: -------------------------------------------------------------------------------- 1 | -1.0 2 | -------------------------------------------------------------------------------- /Coding_Challenges/qml_500_UDMIS_template/1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_500_UDMIS_template/1.in -------------------------------------------------------------------------------- /Coding_Challenges/qml_500_UDMIS_template/2.ans: -------------------------------------------------------------------------------- 1 | -0.66667 2 | -------------------------------------------------------------------------------- /Coding_Challenges/qml_500_UDMIS_template/2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_500_UDMIS_template/2.in -------------------------------------------------------------------------------- /Coding_Challenges/qml_500_UDMIS_template/problem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_500_UDMIS_template/problem.pdf -------------------------------------------------------------------------------- /Coding_Challenges/qml_500_UDMIS_template/udmis_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Coding_Challenges/qml_500_UDMIS_template/udmis_template.py -------------------------------------------------------------------------------- /Coding_Challenges/requirements.txt: -------------------------------------------------------------------------------- 1 | pennylane==0.21.0 2 | numpy==1.20.3 3 | -------------------------------------------------------------------------------- /Open_Hackathon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/Open_Hackathon.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/README.md -------------------------------------------------------------------------------- /img/clar_req.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/clar_req.png -------------------------------------------------------------------------------- /img/clarifications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/clarifications.png -------------------------------------------------------------------------------- /img/clarifications_send_resopnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/clarifications_send_resopnd.png -------------------------------------------------------------------------------- /img/full_clar_req.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/full_clar_req.png -------------------------------------------------------------------------------- /img/pending_submission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/pending_submission.png -------------------------------------------------------------------------------- /img/points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/points.png -------------------------------------------------------------------------------- /img/qhack-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/qhack-banner.png -------------------------------------------------------------------------------- /img/register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/register.png -------------------------------------------------------------------------------- /img/sponsors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/sponsors.png -------------------------------------------------------------------------------- /img/submission_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/submission_result.png -------------------------------------------------------------------------------- /img/submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/submit.png -------------------------------------------------------------------------------- /img/submit_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XanaduAI/QHack2022/HEAD/img/submit_dialog.png --------------------------------------------------------------------------------