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
It would be useful to have QuimbEstimator and QuimbSampler classes that implement the estimator/sampler interfaces, i.e. one could use QuimbEstimator.run(est_pubs: list[EstimatorPub]) -> EstimatorResult and similarly with QuimbEstimator.
This would lower the barrier for entry for someone who wants to try using this repo, and it seems like most of the pieces are already here to do this.
The text was updated successfully, but these errors were encountered:
It would be useful to have
QuimbEstimator
andQuimbSampler
classes that implement the estimator/sampler interfaces, i.e. one could useQuimbEstimator.run(est_pubs: list[EstimatorPub]) -> EstimatorResult
and similarly withQuimbEstimator
.This would lower the barrier for entry for someone who wants to try using this repo, and it seems like most of the pieces are already here to do this.
The text was updated successfully, but these errors were encountered: