Skip to content

Quasar-UniNA/QFIE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Fuzzy Inference Engine Made at Quasar! Made at Quasar! Made at Quasar!

This repo contains the code for executing the quantum fuzzy inference engine proposed in:

''G. Acampora, R. Schiattarella and A. Vitiello, "On the Implementation of Fuzzy Inference Engines on Quantum Computers," in IEEE Transactions on Fuzzy Systems, 2022, doi: 10.1109/TFUZZ.2022.3202348.''

How to install

The package can be installed with Python's pip package manager.

git clone https://github.com/Quasar-UniNA/QFIE.git QFIE
cd QFIE
pip install .

This process will copy the QFIE library to your environment python path.

Credits

Please cite the work using the following Bibtex entry:

@ARTICLE{9869303,
  author={Acampora, Giovanni and Schiattarella, Roberto and Vitiello, Autilia},
  journal={IEEE Transactions on Fuzzy Systems}, 
  title={On the Implementation of Fuzzy Inference Engines on Quantum Computers}, 
  year={2022},
  volume={},
  number={},
  pages={1-15},
  doi={10.1109/TFUZZ.2022.3202348}}