Metadata-Version: 2.1
Name: qfast-qiskit
Version: 1.0.1
Summary: QFAST QISKit Plugin
Home-page: https://github.com/BQSKit/qfast-qiskit
Author: Ed Younis
Author-email: edyounis@lbl.gov
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/BQSKit/qfast-qiskit/issues
Project-URL: Source Code, https://github.com/BQSKit/qfast-qiskit
Description: # QFAST-QISKit: QISKit Plugin for QFAST
        
        QFAST-QISKit packages several QISKit tools for [QFAST](https://github.com/BQSKit/qfast).
        There are two native tools, KAKTool and QiskitTool, that are included.
        Also, QiskitCombiner is a recombination tool that uses qiskit to
        piece together small circuits. The QiskitCombiner provides circuit optimization
        that isn't available with the default NaiveCombiner.
        
        ## Installation
        
        The best way to install this python package is with pip.
        
        ```
        pip install qfast-qiskit
        ```
        
        ## Copyright
        
        Quantum Fast Approximate Synthesis Tool (QFAST) Copyright (c) 2020,
        The Regents of the University of California, through Lawrence Berkeley
        National Laboratory (subject to receipt of any required approvals from
        the U.S. Dept. of Energy). All rights reserved.
        
        If you have questions about your rights to use or distribute this software,
        please contact Berkeley Lab's Intellectual Property Office at
        IPO@lbl.gov.
        
        NOTICE.  This Software was developed under funding from the U.S. Department
        of Energy and the U.S. Government consequently retains certain rights.  As
        such, the U.S. Government has been granted for itself and others acting on
        its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the
        Software to reproduce, distribute copies to the public, prepare derivative 
        works, and perform publicly and display publicly, and to permit others to do so.
        
        
Keywords: quantum synthesis compilation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Other Scripting Engines
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Compilers
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
