Yuxuan Yan

Results 12 issues of Yuxuan Yan

**Describe the bug** In [installation instructions](https://rich.readthedocs.io/en/stable/introduction.html#installation), `pip install rich[jupyter]` is suggested for one who wants to use rich in jupyter. But it does not work in my platform because it...

Needs triage

I follow instructions to log in but failed. By refreshing token: ```text > ./aliyunpan login 请输入RefreshToken, 回车键提交 > 53aa7...... Token登录失败: invalid character '

## Issue Description Draw circuits with conditional gates. Currently, such attempt will raise a qiskit.extensions.exceptions.ExtensionError: 'Input matrix is not unitary.' ## Proposed Solution I am not very sure whether it...

bug
enhancement
feedback welcome

## Issue Description I think it will be great if we have blocks to easily construct QCNN, which is a special but important category of quantum neural networks requiring mid-circuit...

enhancement
good first issue

Since `tensorcircuit` does not rely on any specific backends, I wonder if it will be better to remove `tensorflow` from prerequisites, whose binaries are rather big (~500MB).

feedback welcome

I found that I need to import torch first to use it as backend. Otherwise there will be an import error. If I first import torch: ```python >>> import torch...

question

## Issue Description In some cases, we would like a sparse matrix as circuit input. Right now, this seems impossible because of type conversion. For example, DMCircuit does this: ```python...

"Perturbative expansion Purification examples, Comparison to MC" seems to fail randomly. I tried twice, one pass, one failure. The code I tested is the master branch version [7ff9f39](https://github.com/QuantumSavory/QuantumClifford.jl/commit/7ff9f39bb0cbb6d7a22ce63663b371633158e530), modified in...

bug

## Issue Description In my tests, MPSCircuits take much longer to get jitted than the same circuits. For example, within 2 minutes for a default-type circuit of 8 qubits, but...

I captured a test failure for "Noisy Gates." I am unsure whether it should sometimes fail as #245 . ``` Noisy Gates: Test Failed at /home/yuxuan/Documents/Repos/QuantumClifford.jl/test/test_noisycircuits.jl:25 Expression: res1 != res2...