pycommute is a Python package providing bindings for the libcommute quantum operator algerba library.
You can find a few usage examples and an API reference at pycommute's documentation website.
-
Download source code of libcommute 0.6 or newer and optionally install it.
-
Install Python prerequisites:
-
Run the following command in the unpacked source archive of pycommute,
LIBCOMMUTE_INCLUDEDIR="<path_to_libcommute>/include" python setup.py install
<path_to_libcommute>
must be either installation or source directory of
libcommute.
LIBCOMMUTE_INCLUDEDIR="<path_to_libcommute>/include" pip install pycommute
Docker images of tagged releases of pycommute are available from Docker Hub.
docker run --rm -p 8888:8888 ikrivenko/pycommute:latest
This command will pull the most recent image and launch a Jupyter notebook server accessible at http://127.0.0.1:8888/. The server is run in a directory with a few interactive example notebooks.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.