Metadata-Version: 2.1
Name: pyquac
Version: 0.0.93
Summary: Useful tools for quantum computing experiments, provided for BMSTU FMN
Home-page: https://github.com/ikaryss/pyquac
Author: Nikolay Zhitkov
Author-email: nokolay.zh@gmail.com
License: MIT
Download-URL: https://pypi.org/project/pyquac/
Description: # pyquac
        Useful tools for quantum computing experiments in **Jupyter notebook**, provided for BMSTU FMN  
        # Description  
        package consists of two main modules:  
        - `fmn_plottools`: Plot data with plotly package  
        - `fmn_datatools`: **(IN PROGRESS)**. Tools to work with data. Send signal to the machine, pull request, generate pandas DataFrame from it, get approximation result etc.  
        
        There is also `datatools` module, but it just an simplier analog of `fmn_plottools` that soon would be removed.  
        # Installation  
        ## Normal installation  
        ```
        pip install pyquac
        ```
        ## Development installation  
        ```
        git clone https://github.com/ikaryss/pyquac.git
        ```
        
        
Keywords: Two tone spectroscopy,plotly,pandas
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
