Intro
Installation
Install from pip using
$ pip install qandle
qandle runs on Python 3.8 or later, on Windows, Linux, and macOS, however, compiling using torch.compile
is only supported on Unix-based systems with PyTorch 2.0 or later.
Manual Installation for Development
qandle depends on PyTorch
, einops
, qW_Map
and NetworkX
.
To install qandle manually, clone the repository and install poetry
and poethepoet
using pip install poetry poethepoet
.
Then, run poetry install
in the root directory of the repository.
Tests can be run using poe test
. The documentation can be built using poe doc
.