This repository contains the source code of research paper titled: " A generalized quantum algorithm for assuring fairness in random selection among 2^n participants"
Project description
QrandomSelection
This repository contains the source code of research paper titled: " A generalized quantum algorithm for assuring fairness in random selection among 2n participants". Research paper is published in SN Computer Science Springer Nature Journal, 14th march 2020.
Paper Title: A Generalized Quantum Algorithm for Assuring Fairness in Random Selection Among 2N Participants
Author: Ravin Kumar
Publication: 14th March 2020
Publication Link: https://link.springer.com/article/10.1007/s42979-020-0091-z
Doi: https://doi.org/10.1007/s42979-020-0091-z
Cite as:
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
Qiskit Version:
qiskit-terra version: 0.7.0
qiskit-aqua version: 0.4.1
-
Create quantum circuit for 'N' participants
Our module provides a direct method for creating quantum circuit for 'n' participants.
import qrandom
res=qrandom.select(8) ### here 8 is total number of participants.
-
Visualization of quantum circuit
A simple method is given to save the pictorial repreentation of quantum circuit for 'n' participants.
import qrandom
chk=qrandom.vis_circuit(8,"file_name.png") ### it saves the generalized quantum circuit for 8 participants in file_name.png file.
Installing module using PyPi:
pip install qrandom
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file qrandom-1.0.tar.gz
.
File metadata
- Download URL: qrandom-1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.0 pkginfo/1.7.0 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd5506c968188561f69a0ac2dc842ae73f5ad2961ffdee719cf82c61c9b981a2 |
|
MD5 | 988cada866ff456d9b7574156fd6c533 |
|
BLAKE2b-256 | ad4eeb51033ffd89567ba0436f0c9b6a90465f3c63a491cfa5dbfb281fe920c8 |