Metadata-Version: 1.2
Name: qoqo-mock
Version: 0.3.0
Summary: Quantum Computing Base Package
Home-page: https://quantumsimulations.de
Author: HQS Quantum Simulations
Author-email: info@quantumsimulations.de
License: Apache-2.0
Description: # qoqo-mock
        
        Mocking backend for for the qoqo/roqoqo quantum toolkit by [HQS Quantum Simulations](https://quantumsimulations.de).
        
        This repository contains two components:
        
        * The qoqo_mock backend for the qoqo python interface to roqoqo
        * The roqoqo_mock backend for roqoqo directly
        
        ## qoqo-mock
        
        [![Documentation Status](https://readthedocs.org/projects/qoqo_mock/badge/?version=latest)](https://qoqo_mock.readthedocs.io/en/latest/?badge=latest)
        [![GitHub Workflow Status](https://github.com/HQSquantumsimulations/qoqo_mock/workflows/ci_tests/badge.svg)](https://github.com/HQSquantumsimulations/qoqo_mock/actions)
        [![PyPI](https://img.shields.io/pypi/v/qoqo_mock)](https://pypi.org/project/qoqo_mock/)
        ![PyPI - License](https://img.shields.io/pypi/l/qoqo_mock)
        [![PyPI - Format](https://img.shields.io/pypi/format/qoqo_mock)](https://pypi.org/project/qoqo_mock/)
        
        Mocking backend for the qoqo quantum toolkit by [HQS Quantum Simulations](https://quantumsimulations.de).
        
        qoqo-mock provides a mocked benchmarking backend for qoqo.
        qoqo circuits can be sent to the mock backend and all steps of a full hardware backend are applied, except calling actual quantum hardware. Measurements return random results.  
        This backend is designed purely for benchmarking purposes.
        
        ## roqoqo-mock
        
        Mocking backend for the roqoqo quantum toolkit by [HQS Quantum Simulations](https://quantumsimulations.de).
        
        roqoqo-mock provides a mocked benchmarking backend for roqoqo.
        roqoqo circuits can be sent to the mock backend and all steps of a full hardware backend are applied, except calling actual quantum hardware. Measurements return random results.  
        This backend is designed purely for benchmarking purposes.
        
        ## General Notes
        
        This software is still in the beta stage. Functions and documentation are not yet complete and breaking changes can occur.
        
        ## Contributing
        
        We welcome contributions to the project. If you want to contribute code, please have a look at CONTRIBUTE.md for our code contribution guidelines.
        
Platform: UNKNOWN
Requires-Python: >=3.7
