Drew Vandeth

Results 10 issues of Drew Vandeth

### Information - **retworkx version**: - **Python version**: - **Rust version**: - **Operating system**: This was observed by Varun Seshadri @isolatedinformation ### What is the current behavior? `rustworkx` not available...

bug

Consider trying to create the following Pauli on 100 qubits: `Z0` or in product form `IIIII...IIIIZ `with 99 `I`'s. If you do the following ``` Pauli("Z0") ``` you will get...

enhancement
good first issue

### Steps to reproduce the problem Once issue #342 has been merged then the code used can be generated by ``` from qiskit_qec.codes.codebuilders.yzx2_code_builder import YZX2CodeBuilder code = YZX2CodeBuilder(d=5).build() ``` Otherwise...

bug

For as many entries as possible in the [Error Correction Zoo](https://errorcorrectionzoo.org/) have links that send you to a website (starting with the qiskit-qec github site say) that show how to...

Include the decoder from the paper [arxiv](https://arxiv.org/abs/2210.09730) ### Efficient Machine-Learning-based decoder for Heavy Hexagonal QECC by [Debasmita Bhoumik](https://arxiv.org/search/cs?searchtype=author&query=Bhoumik%2C+D), [Ritajit Majumdar](https://arxiv.org/search/cs?searchtype=author&query=Majumdar%2C+R), [Dhiraj Madan](https://arxiv.org/search/cs?searchtype=author&query=Madan%2C+D), [Dhinakaran Vinayagamurthy](https://arxiv.org/search/cs?searchtype=author&query=Vinayagamurthy%2C+D), [Shesha Raghunathan](https://arxiv.org/search/cs?searchtype=author&query=Raghunathan%2C+S), [Susmita Sur-Kolay](https://arxiv.org/search/cs?searchtype=author&query=Sur-Kolay%2C+S) Errors in...

### What is the expected behavior? Paper Reference: arxiv:2209.11405 - Add the few simple constructions of quantum locally testable codes introduced in this paper. - Implement the check product -...

**Describe the solution you'd proposing** Import the code from https://arxiv.org/abs/2105.02370 that is https://github.com/armandaoq/hypergraph-product-codes by Armanda Quintavalle and Earl Campbell. Spoke to Armanda today and she is good with this. Initially...

### What is the expected enhancement? Implement the XP-Formalism as detailed in the following paper by Webster, Brown and Barlett Qauntum 6, 815 (2022)

enhancement
QAMP

### What is the expected enhancement? Update the install directions for the IEEE tutorial to use the main branch,

**List of QEC requirements being added** List the names and id's of the QEC requirements being addressed. If there is no requirement then propose a new requirement first. **Describe the...

enhancement
QEC Core