You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting DWAVE_API_SOLVER running single_period.py or multi_period.py will raise an exception, because the initialization tries to create both a CQM solver and DQM solver with the solver name in DWAVE_API_SOLVER, but no solver supports both CQM and DQM problems.
The exception will be something like ValueError: selected solver does not support the 'dqm' problem type., depending on the type of solver supplied.
After setting
DWAVE_API_SOLVER
running single_period.py or multi_period.py will raise an exception, because the initialization tries to create both a CQM solver and DQM solver with the solver name inDWAVE_API_SOLVER
, but no solver supports both CQM and DQM problems.The exception will be something like
ValueError: selected solver does not support the 'dqm' problem type.
, depending on the type of solver supplied.Link to lines where exception occurs
The text was updated successfully, but these errors were encountered: