Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation of Estimator primitive to ffsim.qiskit #174

Open
kevinsung opened this issue May 14, 2024 · 0 comments
Open

Add implementation of Estimator primitive to ffsim.qiskit #174

kevinsung opened this issue May 14, 2024 · 0 comments

Comments

@kevinsung
Copy link
Collaborator

kevinsung commented May 14, 2024

Implementation of the Qiskit Estimator interface that supports gates from the ffsim.qiskit module.

This can be implemented as follows:

  • Implement a function ffsim.qiskit.reverse_jordan_wigner which accepts a SparsePauliOp and outputs a FermionOperator
  • Simulate the circuit and compute the expectation value by converting the FermionOperator to a LinearOperator with ffsim.linear_operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant