https://github.com/mr-ravin/qrandomselection

This repository contains the source code of research paper titled: "A Generalized Quantum Algorithm for Assuring Fairness in Random Selection Among 2ⁿ Participants."

https://github.com/mr-ravin/qrandomselection

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 7 DOI reference(s) in README
  • Academic publication links
    Links to: springer.com
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary

Keywords

lucky-draw open-source python python3 qiskit quantum-algorithm quantum-computing quantum-fairness quantum-random-number-generator quantum-random-selection quantum-randomness random-select random-selection research
Last synced: 6 months ago · JSON representation

Repository

This repository contains the source code of research paper titled: "A Generalized Quantum Algorithm for Assuring Fairness in Random Selection Among 2ⁿ Participants."

Basic Info
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Archived
Topics
lucky-draw open-source python python3 qiskit quantum-algorithm quantum-computing quantum-fairness quantum-random-number-generator quantum-random-selection quantum-randomness random-select random-selection research
Created about 7 years ago · Last pushed 12 months ago
Metadata Files
Readme License

README.md

QrandomSelection

This repository contains the source code for the research paper titled "A Generalized Quantum Algorithm for Assuring Fairness in Random Selection Among 2ⁿ Participants." The paper was published in SN Computer Science (Springer Nature Journal) on March 14, 2020.

📜 Research Paper Details

📖 Cite this Paper:

bibtex Kumar, R. A Generalized Quantum Algorithm for Assuring Fairness in Random Selection Among 2N Participants. SN COMPUT. SCI. 1, 86 (2020). https://doi.org/10.1007/s42979-020-0091-z


🔧 Development Details

📦 Dependencies

qiskit: 0.46.0 pylatexenc: 2.10


📥 Installation

Install using pip:

sh pip install qrandom

Or directly from GitHub:

sh pip install git+https://github.com/mr-ravin/QrandomSelection.git


🚀 Usage Guide

🎲 Random Selection Using a Quantum Circuit

Generate a quantum circuit for 'N' participants:

python import qrandom res = qrandom.select(8) # 8 represents the total number of participants.

🖼 Visualizing the Quantum Circuit

Save the pictorial representation of the quantum circuit:

python import qrandom qrandom.vis_circuit(8, "file_name.png") # Saves the circuit diagram for 8 participants as file_name.png

fig 1

Fig. 1 Quantum Circuit for 8 participants.


⚖️ License

```text Copyright (c) 2018 Ravin Kumar Website: https://mr-ravin.github.io

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```

Owner

  • Name: Ravin Kumar
  • Login: mr-ravin
  • Kind: user
  • Location: Bengaluru, India

A curious person 🙂 blessed 😇 to see life as an artist 🎨, engineer 🎓, researcher 🔬, inventor ⚙️, and writer 📘.

GitHub Events

Total
  • Release event: 1
  • Push event: 6
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 6
  • Create event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 27
  • Total Committers: 2
  • Avg Commits per committer: 13.5
  • Development Distribution Score (DDS): 0.481
Top Committers
Name Email Commits
Ravin Kumar m****r@h****m 14
Ravin Kumar 1****n@u****m 13

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 136 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 12
  • Total maintainers: 1
pypi.org: qrandom

This repository contains the source code of research paper titled: "A Generalized Quantum Algorithm for Assuring Fairness in Random Selection Among 2ⁿ Participants."

  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 136 Last month
Rankings
Dependent packages count: 10.0%
Downloads: 12.3%
Average: 21.1%
Dependent repos count: 21.7%
Forks count: 22.6%
Stargazers count: 38.8%
Maintainers (1)
Last synced: 6 months ago