Extension for pytket, providing access to the cuTensorNet Python API.
Project description
pytket-cutensornet
Pytket is a python module for interfacing with tket, a quantum computing toolkit and optimising compiler developed by Quantinuum.
cuTensorNet is a high-performance library for tensor network computations, developed by NVIDIA. It is part of the cuQuantum SDK - a high-performance library aimed at quantum circuit simulations on the NVIDIA GPUs.
pytket-cutensornet is an extension to pytket that allows pytket circuits and
expectation values to be simulated using cuTensorNet via an interface to
cuQuantum Python.
Some useful links:
Getting started
pytket-cutensornet is available for Python 3.10, 3.11 and 3.12 on Linux.
In order to use it, you need access to a Linux machine (or WSL) with an NVIDIA GPU of
Compute Capability +7.0 (check it here).
You will need to install cuda-toolkit and cuquantum-python before pytket-cutensornet;
for instance, in Ubuntu 24.04:
sudo apt install cuda-toolkit
pip install cuquantum-python
pip install pytket-cutensornet
Alternatively, you may install cuQuantum Python following their
instructions using conda-forge.
This will include the necessary dependencies from CUDA toolkit. Then, you may install
pytket-cutensornet using pip.
Bugs, support and feature requests
Please file bugs and feature requests on the Github issue tracker.
Development
To install an extension in editable mode, from its root folder run:
pip install -e .
Contributing
Pull requests are welcome. To make a PR, first fork the repo, make your proposed
changes on the main branch, and open a PR from your fork. If it passes
tests and is accepted after review, it will be merged in.
Code style
Docstrings
We use the Google style docstrings, please see this page for reference.
Type annotation
On the CI, mypy is used as a static
type checker and all submissions must pass its checks. You should therefore run
mypy locally on any changed files before submitting a PR. Because of the way
extension modules embed themselves into the pytket namespace this is a little
complicated, but it should be sufficient to run the script mypy-check
and passing as a single argument the root directory of the module to test. The directory
path should end with a /. For example, to run mypy on all Python files in this
repository, when in the root folder, run:
./mypy-check ./
The script requires mypy 0.800 or above.
Linting
We use pylint on the CI to check compliance
with a set of style requirements (listed in .pylintrc). You should run
pylint over any changed files before submitting a PR, to catch any issues.
Tests
To run the tests for a module:
pip install -r tests/test-requirements.txt
pytest tests/
When adding a new feature, please add a test for it. When fixing a bug, please add a test that demonstrates the fix.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytket_cutensornet-0.12.1-py3-none-any.whl.
File metadata
- Download URL: pytket_cutensornet-0.12.1-py3-none-any.whl
- Upload date:
- Size: 90.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3376c0b737f8713f9e34d4b9e461aeff4c8e46a47b6214c63f9d0e62a277cbbb
|
|
| MD5 |
6a2c992afaf7711749b12f83e6b8560d
|
|
| BLAKE2b-256 |
d6fd2159cd0f1aa74854926b381a512928bd2af79d430f989f4e781e24edd367
|