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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
BQM C++ headers are now in dimod/include/dimod/. Packages that need access to the headers can get the path using the new get_dimod_headers() function. Note that the C++ code is still considered unstable and does not respect semantic versioning.
Initialized ABC and accompanying parse_initial_states method for samplers that accept initial states.
IdentitySampler that returns passed-in initial states.
ising_to_qubo function now accepts an underspecified h arg.
Fixes
General performance and structural improvements to C++ bqms.