Shivansh Mittal

Results 48 comments of Shivansh Mittal

@vprusso I think this error is the same one I encountered [here](https://github.com/vprusso/toqito/actions/runs/11542790595/job/32126405836#step:5:3098). Maybe the fix is similar to the fix for #613.

@vprusso I tried running the test in a loop iterating it 1 million times, and then I checked if any of the runs gave `False`. But I found that all...

Ohh okay @vprusso . [This](https://github.com/vprusso/toqito/issues/587#issuecomment-2117757089) issue has now been dealt with and the error is not coming anymore. I am now talking about the `in_separable_ball` error. Please refer to my...

> Ah, okay, so if I understand what you're saying correctly (and sorry for taking this long to get here) you're saying that you're unable to replicate this issue even...

I went through the code to understand the flow of vegvisir. From what I understood, if I make changes in the docker-compose file, like adding a new docker overlay network...

Hi! @nonhermitian I want to work on this issue. Can you please assign this to me? Thank you

Hi @Eric-Arellano, I have a doubt. The above documentation needs to be edited in this file [link](https://github.com/Qiskit/qiskit/blob/1344cddbebb0c3e06ec581820615ad8be35e0c03/qiskit/circuit/library/data_preparation/_zz_feature_map.py#L13). I noticed one error in the documentation (just a start, I can see...

okay, I got it. Thank you @Eric-Arellano But now I have a follow-up question. I made a PR some days back about a typo [link](https://github.com/Qiskit/qiskit/pull/13203), which has been merged now....

@Eric-Arellano I have created a pull request [link](https://github.com/Qiskit/qiskit/pull/13207) with the required documentation for issue. I think there is some problem as my first PR has not been reviewed and merged...

Hi @Cryoris , If a docstring is not explicitly overriden in an inherited class, then it will not automatically inherit the docstring spedified in the parent class. So each inherited...