Minzhao Liu

Results 3 issues of Minzhao Liu

### Description When a length 0 cupy.ndarray passed to cupy.argpartition, `ValueError: kth(=0) out of bounds 0` is raised. If the a numpy.ndarray of length 0 is passed to cupy.argpartition, is...

cat:bug
prio:high

When I create a `Network` using ```python Network(eq, *operands, options={'compute_type': cuquantum.cutensornet.ComputeType.COMPUTE_3XTF32}) ``` it gives me the following error: ```console ValueError: is not a valid ComputeType ``` This is not a...

Hi, I constructed a simple 6-qubit circuit with a brickwork pattern, and generate the corresponding expression for calculating an amplitude. The alternating two-qubit gates are generally not diagonal, but some...