dwavesystems / dwave-system

An API for easily incorporating the D-Wave system as a sampler, either directly or through Leap's cloud-based hybrid samplers
https://docs.ocean.dwavesys.com/
Apache License 2.0
87 stars 61 forks source link

Add support for fast anneal schedule validation #514

Open randomir opened 4 months ago

randomir commented 4 months ago

Extend

https://github.com/dwavesystems/dwave-system/blob/13809d9ca55bdc7785c29567982f888435e553b9/dwave/system/samplers/dwave_sampler.py#L478

to support validation of fast anneal schedules.

Alternatively, create a separate function specialized for fast anneal, validate_fast_anneal_schedule.