Skip to content

Releases: Quantum-Many-Body/QuantumLattices.jl

v0.10.0

20 Oct 02:59
Compare
Choose a tag to compare

QuantumLattices v0.10.0

Diff since v0.9.15

Breaking changes

Such changes do affect the public interfaces that users interact with.

Fermion/boson/spin/phonon indexes and operators

  • Construction of fermion/boson/spin/phonon indexes and operators are changed. 𝕗 (\bbf<tab> ferimion), 𝕓 (\bbb<tab>, boson), 𝕊 (\bbS<tab>, spin), 𝕦 (\bbu<tab>, displacement of lattice vibration) and 𝕡 (\bbp<tab>, momentum of lattice vibration) are the new interfaces to construct and display such indexes and operators.

  • Underlying types to implement fermion/boson/spin/phonon indexes and operators are renamed: 1) the abstract type IID => InternalIndex, and the concrete types FID => FockIndex, SID => SpinIndex, PID => PhononIndex; 2) CompositeIndex => CoordinatedIndex.

  • The :iid attribute of Index now is renamed to :internal.

Coupling

  • A new type, Pattern, is introduced to represent the coupling pattern in a Coupling.
  • Construction of Coupling with constraints now uses a new macro, @pattern. The old @indexes macro is removed.
  • Coupling with different types of Indexes now must be initialized with the @pattern macro.
  • The :site attribute of an Index used to construct a Coupling can no longer be an integer; it must now be either a : or an Ordinal to clearly indicate that it represents the ordinal in a bond.

Quantum numbers

Quantum numbers are completely redesigned.

Mechanism changes

Such changes typically do not affect the public interfaces that users interact with, but they are significant for developers looking to extend this package.

  • New function Patternrule is introduced to implement default rules for coupling patterns.
  • Interface of script, which is used to support latex-formatted output of operators, is changed.
  • Interface of expand for a Coupling is changed.
  • Interfaces of Toolkit.VectorSpace are changed.

Merged pull requests:

v0.9.15

27 May 14:05
Compare
Choose a tag to compare

QuantumLattices v0.9.15

Diff since v0.9.14

v0.9.14

18 Apr 15:34
Compare
Choose a tag to compare

QuantumLattices v0.9.14

Diff since v0.9.13

v0.9.13

26 Mar 04:22
Compare
Choose a tag to compare

QuantumLattices v0.9.13

Diff since v0.9.12

v0.9.12

20 Oct 02:16
Compare
Choose a tag to compare

QuantumLattices v0.9.12

Diff since v0.9.11

v0.9.11

25 Jul 14:26
Compare
Choose a tag to compare

QuantumLattices v0.9.11

Diff since v0.9.10

Closed issues:

  • Plot of lattice is incorrect (#29)

v0.9.10

11 Jun 04:31
Compare
Choose a tag to compare

QuantumLattices v0.9.10

Diff since v0.9.9

v0.9.9

09 Jun 14:12
Compare
Choose a tag to compare

QuantumLattices v0.9.9

Diff since v0.9.8

v0.9.8

07 Jun 04:13
Compare
Choose a tag to compare

QuantumLattices v0.9.8

Diff since v0.9.7

v0.9.7

13 Apr 08:10
Compare
Choose a tag to compare

QuantumLattices v0.9.7

Diff since v0.9.6