Define your optimization problem
First, you need to define your optimization problem. Haiqu currently supports the quadratic unconstrained binary optimization (QUBO) problems that can be initialized with the corresponding class:
Execute the workload on hardware
Whether you are using your own method or constructing an LR-QAOA circuit with Haiqu, you need to execute the circuit on device or simulator using
haiqu.run: