Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 342 Bytes

File metadata and controls

16 lines (10 loc) · 342 Bytes

Cytnx_doc

The documentation of the Cytnx tensor network library

Compilation instructions

Use uv (or other python package management system that support pyproject.toml)

build locally for preview

   $uv sync
   $uv run just build-doc

If you want to run the unit test in the documentation, see here.