Wilhelm Ågren
Wilhelm Ågren
Hi @randomir, thanks for the quick reply! :smile: Essentially I am mainly interested in defining a [Quadratic Program](https://qiskit.org/documentation/optimization/tutorials/01_quadratic_program.html) through qiskit, and then find the ground state of the defined QP...
Hi @arcondello, thanks for the help! :) It looks more or less what I was able to hack together myself today as a solution to the original posted issue "I...
I can fill in with some more context if that helps. For the qiskit VQE we define a log function in this way ```python from dataclasses import dataclass @dataclass class...
Hi @arcondello, thanks for the reply. Do you know if it would be possible if we instead were using a BQM to sample from? I can't find anything concrete on...