Quantum Project Submission of team; Do Bhai Dono Tabahi#1
Open
ojas8taori wants to merge 128 commits into
Open
Conversation
THE-FERMIONS
Added Project:CognitoGemini(updated:removed unnecessary files)
Merge Project of Team ATOM
Added project: Heads-Tails-Qubits
Create Quantum_Walk.py
Short & Circuit
Added project: "UNCERTAIN"
Project uploaded(qShield)
Added project: quantum-bun-samosa
Added Project: Team Qrusaders
(im hoping this works) this is the submission for the No cloners team - Quantum Steganography.
Add files via upload
The No cloners
…ssions/Team No Cloners/quantumsteganographer(1).py
Team Name : No Cloners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(best club head and technical head in pesu btw)
This PR introduces a Quantum Maze Solver, leveraging quantum computing principles to efficiently find the shortest path through a maze. The solver uses Grover’s algorithm to search for the optimal route, significantly reducing computational complexity compared to classical approaches.
Team members: Ojas Taori (email: ojas9taori@gmail.com github: @ojas8taori ) and Pratyush Bhatia (email: pratyushbhatia004@gmail.com github: @Pratonic)
The code is error free and requires the qiskit as well as qiskit-algorithms packages to be installed in order to execute.
The time complexity of the quantum approach with respect to a classical approach having O(n) is O(√n) where n is the sample space, hence it is a quadratic speed up.
On execution the program takes 10-15 seconds (depending on computational capabilities of the users machine) and outputs;
A sample, simple 4x4 matrix is used as an example since a matrix of any higher order will take massive amounts of computing power and long execution times.