What's Changed
* Add ffsim.qiskit module and OrbitalRotationJW gate by kevinsung in https://github.com/qiskit-community/ffsim/pull/123
* Rename apply_on_site_num_num_interaction to apply_on_site_interaction by kevinsung in https://github.com/qiskit-community/ffsim/pull/125
* Add one-dimensional Fermi-Hubbard model by bartandrews in https://github.com/qiskit-community/ffsim/pull/106
* add qiskit diag coulomb evo and ucj operator gates by kevinsung in https://github.com/qiskit-community/ffsim/pull/127
* force orbital_rotation to be a kwarg in apply diag coulomb evo by kevinsung in https://github.com/qiskit-community/ffsim/pull/128
* Add MergeOrbitalRotations transpiler pass for merging consecutive orbital rotation gates by kevinsung in https://github.com/qiskit-community/ffsim/pull/129
* add DropNegligible transpiler pass by kevinsung in https://github.com/qiskit-community/ffsim/pull/130
* Remove tox as dev dependency since it should be installed in an isolated environment by kevinsung in https://github.com/qiskit-community/ffsim/pull/131
* Remove asv benchmarks by kevinsung in https://github.com/qiskit-community/ffsim/pull/132
New Contributors
* bartandrews made their first contribution in https://github.com/qiskit-community/ffsim/pull/106
**Full Changelog**: https://github.com/qiskit-community/ffsim/compare/v0.0.26...v0.0.27