List Codes
Endpoint to list QEC codes with optional filtering and pagination.
Args: family: Filter by code family (e.g., “stabilizer”, “subsystem”, “bosonic”). sub_family: Filter by code sub-family (e.g., “rotated_surface”, “xzzx_surface”). code_type: Filter by code type (e.g., “CSS”, “non-CSS”). completeness: Filter by completeness level (“full”, “partial”, “metadata_only”). n: Filter by code distance n. d: Filter by code distance d (for non-CSS codes, d can be a dict with separate distances for X and Z errors). q: Search query to match against code name and slug (case-insensitive, prefix match). page: Page number for pagination (default: 1). page_size: Number of items per page for pagination (default: 20).
Returns: A paginated list of QEC codes matching the filters, along with the total count.
Documentation Index
Fetch the complete documentation index at: https://docs.haiqu.ai/llms.txt
Use this file to discover all available pages before exploring further.