# SISQ Parser **Repository Path**: hpcl_quanta/sisq-parser ## Basic Information - **Project Name**: SISQ Parser - **Description**: Python & C++ implementation of the parser and AST (&IR) definition for the Software Instruction Set for Quantum (SISQ). - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2023-04-03 - **Last Updated**: 2026-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QUIET-paser ## 环境安装 ```sh pip install -e . ``` ## 使用 目前 pyquiet 是在 QuaLeSim 模拟器对 QUIET-s(.qi) 指令集模拟时,对 `.qi` 文件进行解析时使用,详见 [QuaLeSim](https://pypi.org/project/qualesim/)。 其应用于 Quingo 青果运行时系统的模拟后端,详见 [quingo](https://pypi.org/project/quingo/)。 ### 测试 ```sh pytest ```