Ryan Hanrui Wang
Ryan Hanrui Wang
Hi Guan-Horng, Thanks for your great implementation! I am wondering why do we append additional (s a r) pair to the replay buffer after one episode is done? The reward...
add .py to examples
Per feedback from Charles, add support for general encoders
Initialize a device with X gates for a specific bitstring or integer as input, before applying a variational layer. A similar operation to the BasisEmbedding template from Pennylane. https://pennylane.readthedocs.io/en/stable/code/api/pennylane.BasisEmbedding.html
In the readme, in the ``ff.factorize(tsrex, T, max_steps=1000, nvec=8, penalty_weight=10)`` the ``n_vec`` should be ``vec_size``
Found something when working through the MNIST example - the Qiskit part, specifically, runs into quite a large error. From what I can deduce, it's a multiprocessing error as I...
We are preparing to propose a GPU-accelerated pulse simulator, the principle of which is to solve the Schrödinger equation related to the system Hamiltonian. This process will be refined into...