Using uv (recommended)
We recommend usinguv for dependency management.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install tsim with uv or pip, with optional CUDA support.
uv for dependency management.
uv add bloqade-tsim
# For CUDA 13
uv add "bloqade-tsim[cuda13]"
# For CUDA 12
uv add "bloqade-tsim[cuda12]"
pip install bloqade-tsim
pip install "bloqade-tsim[cuda13]"
git clone https://github.com/QuEraComputing/tsim.git
cd tsim
uv sync
pre-commit install