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
With PRs like: quantumlib/qsim#374
and quantumlib/qsim#372
going in, It makes sense for us to start looking into upgrading to the latest qsim so that we can add the MPS ops mentioned here. In particular I think we should have something like:
With PRs like:
quantumlib/qsim#374
and
quantumlib/qsim#372
going in, It makes sense for us to start looking into upgrading to the latest qsim so that we can add the MPS ops mentioned here. In particular I think we should have something like:
tfq.math.1d_expectation
tfq.math.1d_samples
tfq.math.1d_sampled_expectation
With C++ code very similar to what we already have in https://github.com/tensorflow/quantum/blob/master/tensorflow_quantum/core/ops/tfq_simulate_expectation_op.cc (except with additional error checking to ensure the circuit is 1d and using the
MPSSimulator
from qsim etc.)The text was updated successfully, but these errors were encountered: