alonkukl
alonkukl
The bqskit runtime only sends logs through that have a logger whose root is bqskit, e.g., bqskit.passes.something or bqskit.ir.something. Consider having both white-list and black-list A workaround: name the logger...
I'm using the bqkit V1.1 and I'm getting a type error The code that reproduces it is: import qiskit as qk from bqskit import compile from hubbard import EnergyObjective, hamiltonian_qiskit...
Adding a guide that explains how to use GPUs in BQSkit
The following code makes BQSkit crash with `pyo3_runtime.PanicException: not implemented`. Probably QFactor is getting a circuit with gates it can't handle. ``` from bqskit import compile, MachineModel from bqskit.compiler import...
The current runtime environment distributes tasks evenly among workers, regardless of whether they require access to GPUs. This leads to inefficiencies, particularly in scenarios where only a small subset of...