dwave.cloud.solver.QCDLSolver.sample_qcdl#
- QCDLSolver.sample_qcdl(qcdl, label=None, **params)[source]#
Sample from the specified QCDL.
- Parameters:
qcdl (dict/str) – A quantum circuit in a Quantum Circuit Description Language (QCDL) dict, or a reference to one (Problem ID returned by the
upload_qcdl()method).label (str, optional) – Problem label you can optionally tag submissions with for ease of identification.
**params – Parameters for the sampling method, solver-specific.
- Returns: