Metadata-Version: 2.1
Name: qrandom
Version: 0.5
Summary: A Docker This repository contains the source code of research paper titled: " A generalized quantum algorithm for assuring fairness in random selection among 2^n participants"
Home-page: https://github.com/mr-ravin/QrandomSelection
Author: Ravin Kumar
Author-email: mr.ravin_kumar@hotmail.com
License: UNKNOWN
Description: # QrandomSelection
        This repository contains the source code of research paper titled: " A generalized quantum algorithm for assuring fairness in random selection among 2^n participants". Github repository: https://github.com/mr-ravin/QrandomSelection
        
        Author: Ravin Kumar
        
        #### 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.
        ```python
        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.
        ```python
        import qrandom
        chk=qrandom.vis_circuit(8,"file_name.png") ### it saves the generalized quantum circuit for 8 participants in file_name.png file. 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
