InstallationΒΆ

The source code for xqubit is available on GitHub, and the package can be installed from PyPI. The recommended installation method is via pip:

pip install xqubit

For R users, xqubit can be accessed through the reticulate package, which provides an interface to Python. To install xqubit from within R, run:

library(reticulate)

py_install("xqubit", pip = TRUE)

This installs xqubit into the Python environment associated with reticulate.