Skip to content

Releases: QuantumKitHub/TensorKitTensors.jl

v0.2.2

21 Oct 04:31
fad7491

Choose a tag to compare

TensorKitTensors v0.2.2

Diff since v0.2.1

Simplify construction of t-J operators by projecting corresponding Hubbard operators.

Merged pull requests:

  • Update code style badge to Runic (#29) (@Yue-Zhengyuan)
  • Get t-J operators from Hubbard (#30) (@Yue-Zhengyuan)
  • CompatHelper: bump compat for TensorKit to 0.15, (keep existing compat) (#31) (@github-actions[bot])

v0.2.1

12 Aug 10:05
0b2b054

Choose a tag to compare

TensorKitTensors v0.2.1

Diff since v0.2.0

Various small fixes and some support for SU2 x SU2 implementations of Hubbard operators

Merged pull requests:

Closed issues:

  • Wrong hubbard_space for SU2Irrep x U1Irrep symmetry (#22)

v0.2.0

12 Jun 16:00
a9af22d

Choose a tag to compare

TensorKitTensors v0.2.0

Diff since v0.1.0

v0.2.0 contains some breaking changes in the form of convention changes, in particular:

All operators now have naming conventions according to flavour_mod or flavour_mod_flavour_mod, where flavour represents the particle type and mod represents the operator type.

  • The bosonic operators now get symbol b instead of a (e.g. a_plus became b_plus)
  • The spinless fermion operators now get symbol f instead of c
  • The combination of an up and down spinful fermion gets symbol e
  • The spin operators follow the above convention (e.g. S_xx became S_x_S_x)

Additionally, we altered the convention of some of the conventions of the fermionic operators, that previously had an odd minus sign in them: eg u_min_u_plus used to be defined as adjoint(u_plus_u_min), but now gets the additional minus sign. Because of this, the hopping operator that used to be e_plus_e_min + e_min_e_plus now became e_plus_e_min - e_min_e_plus. In order to avoid having to deal with these problems, the hopping operators are now also explicitly added and exported. (e.g. f_hopping, e_hopping, etc)

Merged pull requests:

Closed issues:

  • TagBot trigger issue (#14)
  • Docstring out of date for fermionic x_min_x_plus operators (#17)

v0.1.0

11 Apr 12:21
c2ed26d

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/QuantumKitHub/TensorKitTensors.jl/commits/v0.1.0