Amintor Dusko

Results 26 comments of Amintor Dusko

Hi @eitansela, You can solve this problem if you include in the notebook lifecycle configurations script the following lines: `conda activate the environment_you_intend_to_use` `pip install --upgrade --quiet jupyter_client ipywidgets` I...

Hi @AlbertMitjans, regarding the problem with the `str()` of complex numbers this is because of how numpy infers the real part for pure imaginary numbers, in other words how it...

One more thing. Could you please check [here](https://github.com/PennyLaneAI/pennylane/blob/a7fd12f2bd356ce0085ddde85b66dcc6df640a1d/pennylane/math/matrix_manipulation.py#L93)? I think that this sentence should be `The method works with scipy sparse matrices, for example:`.

Hi @antalszava, I'm still going through your suggestions, but to answer your main questions: > Hi @mlxd @AmintorDusko, this is looking great overall! slightly_smiling_face > > I had a couple...

Hi @antalszava, I thought you would like to know that with the latest changes the number of tests reduced to ~50% of its original size. :slightly_smiling_face:

Hi Folks, I performed some profilings comparing time spent in `default` and `null` qubits, for 22 qubits and some huge numbers for the `null.qubit`. The differentiation method here is adjoint,...

Thank you, folks, for your deep review!

Hey @Rashid, just flying by, I didn't check if you did it already, but it would be great if you could clear the reference-benchmarks cache and re-run the CIs to...