https://github.com/abbilaash/quantum-database-model
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.8%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: Abbilaash
- Language: Python
- Default Branch: main
- Size: 11.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
README.md
Quantum-Database-Model
Description
This project implements Grover’s Search Algorithm, a quantum algorithm that provides a quadratic speedup over classical search techniques. Using the principles of quantum parallelism and amplitude amplification, Grover’s algorithm efficiently finds a target element in an unsorted dataset in O(√N) time, compared to the classical O(N) complexity.
Setup
- Clone
git clone https://github.com/Abbilaash/Quantum-Database-Model.git
cd Quantum-Database-Model - Install requirements
pip install -r requirements.txt - Add env variables
IBMQ_TOKEN=<ibm qiskit api>
Dataset
The below drive folder has the .csv dataset Download here
Owner
- Login: Abbilaash
- Kind: user
- Repositories: 1
- Profile: https://github.com/Abbilaash
GitHub Events
Total
- Member event: 1
- Push event: 1
- Public event: 1
Last Year
- Member event: 1
- Push event: 1
- Public event: 1
Dependencies
requirements.txt
pypi
- matplotlib *
- numpy *
- pandas *
- python-dotenv *
- qiskit *
- qiskit-aer *