jiannanWang
jiannanWang
I saw this error message when I was trying the `EmbeddingBagSharder`. I read the code and found table-wise sharding is not supported in `ShardedEmbeddingBag`. I believe this is a bug...
Prior to filing: check that this should be a bug instead of a feature request. Everything supported, including the compatible versions of TensorFlow, is listed in the overview page of...
### Environment - **Qiskit version**: 1.0.1 - **Python version**: 3.10.13 - **Operating system**: Ubuntu 22.04.3 LTS ### What is happening? Running below code results in the exception copied in the...
### Environment - **Qiskit Terra version**: 0.45.1 - **Python version**: 3.10.13 - **Operating system**: Ubuntu 22.04.3 LTS ### What is happening? Below is a circuit that contains an HGate and...
### Environment - **Qiskit version**: 0.45.1 - **Python version**: 3.10.13 - **Operating system**: Ubuntu 22.04.3 LTS ### What is happening? Running the below code results in TypeError: label expects a...
**Description of the issue** Below is a circuit containing two gates: a XPowGate and a YYPowGate with global_shift=1.0. After saving the circuit to the QASM string and loading it back...
# Description I’m using torch.compile with DistributedModelParallel. Running below code result in AttributeError: 'NoneType' object has no attribute '_dynamo_weak_dynamic_indices'. Note that this seems to only happen when using row-wise sharding....
# Description I’m using torch.compile with DistributedModelParallel. Running the below code results in a ValueError: Tensors must be contiguous. This error seems to be specific to the model and the...
# Description I’m using torch.compile with DistributedModelParallel. Given torch.compile is able to speed up pytorch distributed models, I would expect to see faster inference time. However, it takes 50 seconds...
**Description of the issue** The document says `optimize_for_target_gateset` returns "An equivalent circuit containing gates accepted by gateset." However, applying `optimize_for_target_gateset` to the below circuit generates a new circuit with a...