Gopal Ramesh Dahale

Results 25 comments of Gopal Ramesh Dahale

> could you try uninstall older Qiskit Aer and install built one `pip uninstall qiskit-aer-gpu` `pip uninstall qiskit-aer` `pip install -U dist/*` This should work. Also please read the contributing.md...

@albi3ro I would like to work on this issue. If possible assign it to me. Question: What should be the arguments for this function? Also, the [docs](https://docs.pennylane.ai/en/stable/code/api/pennylane.Permute.html#pennylane.Permute.compute_matrix) state that `qml.Permute`...

@albi3ro I have created a [draft pr](https://github.com/PennyLaneAI/pennylane/pull/3173). I have some questions: 1. The `compute_matrix` method's signature is `*params, **hyperparams`. I need the number of wires (`n_wires`) and the `permutation` for...

@alvaro-at-xanadu what do you think?