uniqc.algorithms.workflows package¶
Submodules¶
Module contents¶
Higher-level workflows that combine calibration, execution, and mitigation.
Currently includes:
- readout_em_workflow — calibrate + apply readout-error mitigation
- xeb_workflow — 1q / 2q / parallel cross-entropy benchmarking
- vqe_workflow — scipy-driven VQE on a Pauli-string Hamiltonian
- qaoa_workflow — scipy-driven QAOA on a cost Hamiltonian
- classical_shadow_workflow — collect shadow snapshots + multi-observable estimates
VQE/QAOA workflows here are deliberately torch-free so they work in the base
install. For autodiff / parameter-shift / batched-gradient flavours, use
uniqc.algorithms.core.training (requires [pytorch] + torchquantum).