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