qiskit-community / ffsim

Faster simulations of fermionic quantum circuits.
https://qiskit-community.github.io/ffsim/
Apache License 2.0
22 stars 5 forks source link

Add Fermi-Hubbard model #102

Closed kevinsung closed 5 months ago

kevinsung commented 6 months ago

Create a new file operators/fermi_hubbard.py. In that file, define a function called fermi_hubbard with appropriate arguments. The function should return a FermionOperator.

bartandrews commented 5 months ago

I'm working on this now...