dwave.cloud.solver.QCDLSolver.sample_qcdl#
- QCDLSolver.sample_qcdl(qcdl: QCDLLike | str, label: str | None = None, **params: Any) Future[source]#
Sample from the specified QCDL.
- Parameters:
qcdl – A quantum circuit in a Quantum Circuit Description Language (QCDL) dict, model (
Qcdl), or a reference to an uploaded problem (Problem ID, as returned by theupload_qcdl()method).label – Problem label you can optionally tag submissions with for ease of identification.
**params – Parameters for the sampling method, solver-specific.
- Returns:
Remote computation in a
Future.