Cristian Emiliano Godinez Ramirez

Results 9 issues of Cristian Emiliano Godinez Ramirez

**Problem description:** Currently `partial_transpose` only allows to transpose two axis within the same subsystem. See [docs](https://www.cvxpy.org/api_reference/cvxpy.atoms.affine.html#partial-transpose). More general transposition among 2 arbitrary axis could be helpful (See context for example)....

# Project Name: - Accelerating Noisy Algorithm Research with PennyLane-Lightning and NVIDIA cuQuantum SDK # Team Name: - MFC # Which challenges would you like to submit your project for?...

Done
NVIDIA

**Context:** Fix docstrings and examples around new `Wires` methods and `qml.register` **Description of the Change:** Correct punctuation, grammar, format, and examples. **Benefits:** quality assurance.

**Context:** Want to make Pennylane compatible with Numpy 2.0. **Description of the Change:** - Update repo to use Numpy 2.0.0 and autograd 1.7.0. - Unpin Numpy version from setup.py -...

### Expected behavior Appending two `pennylane.numpy.tensor` arrays using `qml.math.append` returns another `pennylane.numpy.tensor` array. ### Actual behavior Appending two `pennylane.numpy` arrays using `qml.math.append` returns a `numpy.ndarray ` array. ### Additional information...

bug :bug:

### Expected behavior The global phase of the operators inside the transform is taken into account. The returned `qfunc` contains a `qml.GlobalPhase` operator gathering the phases of all gates that...

bug :bug:

### Before submitting Please complete the following checklist when submitting a PR: - [ ] Ensure that your tutorial executes correctly, and conforms to the guidelines specified in the [README](../README.md)....

**Title:** Quantum Circuit Born Machine with Tensor Network Ansätze **Summary:** In this tutorial we employ the NISQ-friendly generative model known as the Quantum Circuit Born Machine (QCBM) introduced in [https://arxiv.org/abs/1801.07686](https://arxiv.org/abs/1801.07686)...

Continuation of this other PR: #1193