Skip to content

Releases: qiskit-community/ffsim

v0.0.61

31 Oct 10:31
6f658f4

Choose a tag to compare

What's Changed

  • Add from_fermion_operator method to MoelcularHamiltonian class by @miamico in #386
  • improve plots in LUCJ explanation by @kevinsung in #485
  • support trace of diag Coulomb when imag part is zero by @kevinsung in #488
  • Add how-to guide: How to simulate Trotterized time evolution by double-factorized Hamiltonians by @kevinsung in #487
  • Add how-to guide: How to simulate Trotterized time evolution for the Fermi-Hubbard model by @kevinsung in #491
  • Add how-to guide: How to build Qiskit circuits for Trotterized Hamiltonian simulation by @kevinsung in #493

New Contributors

Full Changelog: v0.0.60...v0.0.61

v0.0.60

18 Sep 11:37
7937526

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.59...v0.0.60

v0.0.59

15 Sep 11:54
12a57f2

Choose a tag to compare

What's Changed

Bug fixes

  • #464 fixed a bug in which the sign of the T1 amplitudes in the UCCSD and UCJ ansatzes was negated.

Full Changelog: v0.0.58...v0.0.59

v0.0.58

02 Sep 00:42
dbe935d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.57...v0.0.58

v0.0.57

06 Jun 20:22

Choose a tag to compare

What's Changed

Full Changelog: v0.0.56...v0.0.57

v0.0.56

12 May 22:16

Choose a tag to compare

What's Changed

Full Changelog: v0.0.55...v0.0.56

v0.0.55

10 May 21:00

Choose a tag to compare

What's Changed

  • add functions to convert spinful to spinless vectors, RDMs, and molecular Hamiltonian tensors by @kevinsung in #391
  • used cached_property in MolecularData by @kevinsung in #392
  • CI: test minimum versions by @kevinsung in #395
  • delete _remove_sym_from_fcidump PySCF hack by @kevinsung in #393

Full Changelog: v0.0.54...v0.0.55

v0.0.54

28 Apr 02:14
e717670

Choose a tag to compare

What's Changed

  • fix normal ordering bug in which spin was not used in equality by @kevinsung in #390
  • Some improvements to DiagonalCoulombHamiltonian by @kevinsung in #389

Full Changelog: v0.0.53...v0.0.54

v0.0.53

25 Apr 15:27
bd7f673

Choose a tag to compare

What's Changed

Full Changelog: v0.0.52...v0.0.53

v0.0.52

17 Mar 15:45
7934a20

Choose a tag to compare

What's Changed

  • In Molecular Hamiltonian linear operator, only add constant when it's nonzero by @kevinsung in #370
  • test that no warnings are raised in Python files by @kevinsung in #372
  • (BREAKING CHANGE) Replace n_qubits argument in ffsim.qiskit.jordan_wigner with norb by @kevinsung in #374

Full Changelog: v0.0.51...v0.0.52