Skip to content

v1.0.7

Latest
Compare
Choose a tag to compare
@aryavorskiy aryavorskiy released this 12 Feb 21:42
· 1 commit to master since this release

What's Changed

Interface changes

  • New MatrixBuilder interface allows to control the way a Hamiltonian is generated.
  • UniformMatrixBuilder is a way to create a Hamiltonian that allows to skip a costly sparse call. Works good only under assumption the nonzero elements of the matrix are uniformly distributed over columns.

Other updates

  • Improved performance of removedangling!.
  • Pretty-printing of a BravaisLattice became more compact due to a shorter way of showing basis vectors.

Bugfixes

  • site + Translation(vector) now throws a MethodError instead of a StackOverflowError

Merged pull requests

Full Changelog: v1.0.6...v1.0.7