-
Hey,
I came across a weird memory leak when using the AerBackend. Here's a minimal example to reproduce:
```python
import os, psutil
from random import random
from discopy.quantum import Ket, R…
-
If I compile parameterised circuits using pytket the circuit returned contains parameter objects that have the same names, but do not pass `==` tests with the original parameter objects used to build …
-
I've added the `comparision.py` in the utils folder for benchmarking our procedure with the following:
1. **Qiskit**: Currently implements four strategies - basic, lookahead stochastic, sabre. I've…
-
```python
from numpy import pi
import pytket as tket
from pytket.qulacs import tk_to_qulacs
from qulacs import QuantumState
qc = tket.Circuit(1)
qc.Rx(0.5, 0)
qc = tk_to_qulacs(qc)
state…
-
Given two circuits, how do I check their equality (similar to PyZX's `verify_equality`)?
-
### Information
- **Qiskit Aqua version**: master, commit 36ffb11a08669f04ff6f7d44741c76eec8afeb2c
- **Python version**: 3.8.5
- **Operating system**: Ubuntu 18.04
### What is the curren…
-
# Description
Qiskit loses against t|ket> in the [QUEKO benchmarks](https://arxiv.org/abs/2002.09783) ([video](https://www.youtube.com/watch?v=Z9R9a3hku9Y)). One option is to integrate t|ket> routing…
-
I have recently tried to install pytket on a Windows 10 Enterprise LTSC machine and am unable to use the package from the get-go. I am using Python 3.7.9 and use the command pip install pytket==0.6.1.…
-
Hi,
I always bump into this need to subclass a dictionary and be able to override its mutation methods, like `Collection`.
There is `KeyedCollection` but that only works if the key is exposed via …
-
It seems the v0.6 imports were like
pytket.backends.
pytket.qiskit.
and in 0.7
pytket.extensions.backends.
pytket.extensions.qiskit
Some example like use 0.6 paths (e.g. https://github.com/C…