Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
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