Skip to content

Releases: awietek/XDiag.jl

Introduced 1-indexing everywhere in Julia version

10 Sep 08:13
Compare
Choose a tag to compare
  • only changes to XDiag.jl, C++ untouched
  • XDiag_jll.jl remains at v0.2.2

Lanczos routines and multicolumn States

27 Aug 22:05
Compare
Choose a tag to compare
  • wrapped eigs_lanczos, eigvals_lanczos
  • implemented apply for States with multiple columns
  • changed wrapping of std::vectors of Op and Permutation

Small patch release providing small utility functions

17 Aug 15:54
Compare
Choose a tag to compare
  • wrapped say_hello, print_version, and set_verbosity
  • resorted to compiling wrapper with conventional OpenMP on aarch64 apple
  • Fixed faulty behaviour of OpenMP on aarch64 apple

v0.2.0

15 Aug 15:32
Compare
Choose a tag to compare

XDiag v0.2.0

First XDiag version with Julia wrapper

09 Aug 09:10
Compare
Choose a tag to compare

In this version, the xdiag library is for the first time wrapped to a Julia frontend using CxxWrap.