Pablo Andres-Martinez
Pablo Andres-Martinez
**Context** The research group I am part of has used KaHyPar in the past to solve an optimization problem in quantum computing (see [publication](https://arxiv.org/abs/1811.10972)). We are resuming this line of...
There's a [note in the docs](https://docs.nvidia.com/cuda/cuquantum/latest/cutensornet/api/functions.html#cutensornetsamplersample) of `cutensornetSamplerSample`, indicating that currently there is no support for user-defined RNG seeds. This is an important feature for debugging purposes in quantum experiments....
Hi, I'd like to request a feature. **Context:** In the project I develop (pytket-cutensornet), we make extensive use of cuTensorNet's primitive operations on tensors: `tensor.decompose` (both QRMethod and SVDMethod) and...
Hi! I've been doing some experiments with some rather large circuits, trying to see how far we can push contraction-path optimisation. We are using the `sampler_sample` API, essentially reproducing [this...
According to the docstring of [`circuit_from_qasm`](https://tket.quantinuum.com/api-docs/qasm.html#pytket.qasm.circuit_from_qasm), the user can set a "maximum allowed width of classical registers" with `maxwidth`. However, circuits that generate auxiliar `tk_SCRATCH_BIT` registers seem to skip this...