Olivia Di Matteo

Results 11 issues of Olivia Di Matteo

### Feature details Due to the similarity, it is easy to confuse `qml.X` and `qml.PauliX`, especially since other methods of specifying circuits, e.g., QASM, use `x` for `PauliX`. But if...

enhancement :sparkles:
good first issue

First noted by a user [here](https://discuss.pennylane.ai/t/not-getting-the-expected-results/986), and confirmed independently by me using a fresh environment with the most recent version of PennyLane and contents of the `qml` repo requirements file....

Following the site re-design, it is now straightforward for a user landing on the main page (or main demo page) to find the entry point to the basic demos. However,...

enhancement
demos

As discussed in #488, local state preparation forces the use of a mixed state representation under the hood, even if the state is pure in theory. A proposed new feature...

enhancement

### 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)....

Allows a single (or 2-) qubit Clifford to be applied to a single (or pair of) qubit(s) in a larger Pauli.

#### Issue description I am experiencing issues when importing Catalyst that seem to depend on where and how the library is imported. It might be specific to my installation (I...

dependencies

Primer needs to be updated to reflect the behaviour of the bus qubit in BB qRAM. It does not, in fact, perform the resetting of the qutrits back to the...

documentation

There is an [algorithm for solving the element distinctness decision problem](https://arxiv.org/abs/quant-ph/0311001) that uses a qRAM oracle. it looks reasonably straightforward to implement and will make a good sample.

applications

Recent work ([https://arxiv.org/abs/2007.04246](https://arxiv.org/abs/2007.04246)) gives a new proposal of qRAM in Fig 10 that can store not only |0>/|1> but full quantum states. It also has significant depth improvements. Let's look...