I'm working on a quantum computing project using qiskit where I am trying to train an autoencoder on a noisy circuit. What follows is my approach so far, but I'm struggling with integrating the noise model into my circuit, then optimizing using a COBYLA optimizer with a SamplerQNN. 1. ...
This repo will be a handy reference throughout my capstone project. For this project I shall aim to implement novel sound generation using Quantum Generative Adverserial Networks (QGANs). In order to implement this I shall be looking at Qiskit's existing implementation of QGANs, which has been...