app.enricher.qiskit_prepare =========================== .. py:module:: app.enricher.qiskit_prepare .. autoapi-nested-parse:: Qiskit-backed enrichment strategy for prepare-state nodes. This strategy generates OpenQASM implementations for prepare-state nodes by synthesizing circuits with Qiskit (v2+). The import is guarded so the backend still works without Qiskit installed. Module Contents --------------- .. py:class:: QiskitPrepareStateEnricherStrategy(register_name: str = _DEFAULT_REGISTER_NAME) Generate prepare-state implementations using Qiskit circuits.