v0.0.41
What's Changed
- handle real vectors in hamiltonian linop by @kevinsung in #266
- add diagonal coulomb trotter by @kevinsung in #267
- remove TODO from trotter tests by @kevinsung in #269
- separate real and complex molecular hamiltonian linop by @kevinsung in #270
- don't attempt to compute dipole integrals and orbital symmetries by @kevinsung in #271
- add MolecularData.to_fcidump by @kevinsung in #272
- Add number operator sum evolution Qiskit gate by @kevinsung in #273
- add random_double_factorized_hamiltonian by @kevinsung in #274
- Add double-factorized Trotter simulation Qiskit gate by @kevinsung in #275
- add num op sum and df trotter to qiskit notebooks by @kevinsung in #276
- Support double-factorized trotter gate in FfsimSampler by @kevinsung in #277
- use nao instead of nao_nr() by @kevinsung in #278
- define array for StateVector by @kevinsung in #280
- Add Qiskit Jordan-Wigner transform by @kevinsung in #281
- add BitstringType enum to support multiple bitstring types by @kevinsung in #282
- deprecate indices_to_strings and strings_to_indices in favor of addresses_to_strings and strings_to_addresses by @kevinsung in #283
- implement bitstring conversion from bit array by @kevinsung in #284
- trotter: simulate global phase by @kevinsung in #285
Full Changelog: v0.0.40...v0.0.41