QCSC Prefect¶
QCSC Prefect is a monorepo for portable HPC workflow orchestration with Prefect. The same workflow code can run across multiple HPC systems by switching reusable execution blocks.
What You Can Find Here¶
- The core architecture and execution model in Architecture
- Step-by-step tutorials for Miyabi and Fugaku in Tutorials
- Operational setup guides in How-to
Repository Layout¶
qcsc-prefect/
├── packages/
│ ├── qcsc-prefect-core/
│ ├── qcsc-prefect-blocks/
│ ├── qcsc-prefect-adapters/
│ ├── qcsc-prefect-executor/
│ └── qcsc-prefect-dice/
├── algorithms/
├── examples/
└── docs/
Quick Start¶
git clone https://github.com/qiskit-community/qcsc-prefect.git
cd qcsc-prefect
uv sync
To preview this documentation locally:
uv run --with mkdocs-material mkdocs serve