# cqlib 实验库 **Repository Path**: cq-lib/cqlib-experiments ## Basic Information - **Project Name**: cqlib 实验库 - **Description**: 基于 Cqlib 开发的量子应用算法实验库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-29 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cqlib experiments Quantum computing experiments implemented with cqlib. ## Install Requires Python 3.10 or higher. Install dependencies ```shell pip install -r requirements.txt pip install -r requirements-dev.txt ``` ## Experiments ### 1. Random Circuit Sampling (RCS) Random Circuit Sampling (RCS) is a method used to demonstrate quantum computational advantage. This experiment runs randomly generated quantum circuits on superconducting quantum processors and performs statistical sampling of the output results, which are then compared with simulations from classical computers. ```shell # Navigate to the rcs directory cd rcs # Run the client notebook jupyter notebook client.ipynb ``` ## License [Apache License 2.0](LICENSE)