What is Quantum Metal and its core vision
mainQuantum Metal is an open-source chip-design layer for superconducting quantum hardware. It is a Python library designed to build chips from QComponents, attach analyses, and export results to various solvers, fabrication tools, or orchestrators.
Key Characteristics:
- Solver-agnostic: The core library does not depend on a specific solver; instead, it uses renderers as integration layers for tools like GDS, HFSS, Q3D, gmsh, Elmer, and AWS Palace.
- Lite-by-default: The base installation is minimal and dependency-light. It does not assume the presence of heavy dependencies like Qt, AEDT, gmsh, or Palace. These are treated as opt-in extras.
- Orchestration-friendly: Designed for use in AI-driven design loops (e.g., LLMs or optimization agents). The API is intended to be predictable, scriptable, and minimal, avoiding GUI prompts or hidden states.