qsim icon indicating copy to clipboard operation
qsim copied to clipboard

Support MPSStateSpace.Sample() for seamless interface

Open jaeyoo opened this issue 3 years ago • 0 comments

For example, we have:

  template <typename DistrRealType = double>
  std::vector<uint64_t> Sample(
      const State& state, uint64_t num_samples, unsigned seed);

in class StateSpace*, but MPStateSpace doesn't have it. It's a good time to add it.

jaeyoo avatar Oct 01 '21 00:10 jaeyoo