Skip to content

Releases: cvsvensson/FermionicHilbertSpaces.jl

v0.9.3

25 Feb 14:10
e4f9f5b

Choose a tag to compare

FermionicHilbertSpaces v0.9.3

Diff since v0.9.2

Merged pull requests:

  • make partition checking faster and add more tests (#78) (@cvsvensson)
  • Tests-and-performance-for-partial_trace-and-embed (#79) (@cvsvensson)

v0.9.2

23 Feb 15:57
3e7eb13

Choose a tag to compare

FermionicHilbertSpaces v0.9.2

Diff since v0.9.1

Merged pull requests:

v0.9.1

21 Nov 14:23

Choose a tag to compare

FermionicHilbertSpaces v0.9.1

Diff since v0.9.0

v0.9.0

21 Nov 11:10

Choose a tag to compare

FermionicHilbertSpaces v0.9.0

Diff since v0.8.1

  • Breaking: Syntax for number conservation is changed. See docs on conserved quantities. The system is more flexible, and attempts to avoid the exponentially large Hilbert space when generating states.
  • Added support for non-fermionic spaces. This is much slower, and not as well tested.
  • partial_trace(H=>Hsub) calculates the partial trace map. Similar for embed and extend.

Merged pull requests:

Closed issues:

  • Precompute maps (#5)
  • Handle partial trace depending on the sizes of hilbert spaces (#55)

v0.8.1

07 Oct 11:15

Choose a tag to compare

FermionicHilbertSpaces v0.8.1

Diff since v0.8.0

Merged pull requests:

Closed issues:

  • Block diagonalization (#21)

v0.8.0

27 Aug 09:03
e481d21

Choose a tag to compare

FermionicHilbertSpaces v0.8.0

Diff since v0.7.1

Breaking change: remove size(::AbstractHilbertSpace) in favor of dim(::AbstractHilbertSpace)

v0.7.1

27 Aug 08:40
d71457a

Choose a tag to compare

FermionicHilbertSpaces v0.7.1

Diff since v0.7.0

Merged pull requests:

  • put type of state into type parameter for some hilbert spaces to handle complementary systems properly (#53) (@cvsvensson)
  • delete redundant storing of label in JordanWignerOrdering (#54) (@cvsvensson)
  • add function sector to get the hilbert space for a specific quantum number (#56) (@cvsvensson)
  • Check size compatibility in fermionic_kron and partial_trace (#57) (@williamesamuelson)

v0.7.0

19 Aug 10:18
7cc1577

Choose a tag to compare

FermionicHilbertSpaces v0.7.0

Diff since v0.6.0

Merged pull requests:

v0.6.0

15 Aug 11:17
c99ca97

Choose a tag to compare

FermionicHilbertSpaces v0.6.0

Diff since v0.5.0

Merged pull requests:

Closed issues:

  • Naming of functions (#46)

v0.5.0

14 Aug 13:37
faeb173

Choose a tag to compare

FermionicHilbertSpaces v0.5.0

Diff since v0.4.4

Merged pull requests:

Closed issues:

  • Single particle hamiltonians (#16)