Skip to content

Releases: dafer45/TBTK

TBTK v2.6.4

31 Aug 20:14
Compare
Choose a tag to compare

Bug fix:

  • PropertyExtractor::ArnoldiIterator::calculateWaveFunctions() is now able to take a wildcard in the state argument.

TBTK v2.6.3

31 Aug 10:02
Compare
Choose a tag to compare

Bug fix:

  • Corrected argument order in documentation for the Exporter.

TBTK v2.6.2

18 Jun 21:17
Compare
Choose a tag to compare

Bug fix:

  • Fixed bug in Solver::ArnoldiIterator that resulted in a write outside of allocated memory when applying a shift in Mode::Normal.

TBTK v2.6.1

17 Jun 11:56
Compare
Choose a tag to compare

Bug fix:

  • Corrected the normalization factor for the LDOS calculated using PropertyExtractor::ChebyshevExpander::calculateLDOS().

TBTK v2.6.0

12 Jun 06:52
Compare
Choose a tag to compare

Update:

  • Added default constructor for Property::WaveFunctions

TBTK v2.5.0

05 Jun 16:04
Compare
Choose a tag to compare

Update:

  • Added PropertyExtractor::sampleDOS() which can be used to sample the DOS by calculating the LDOS on a subset of basis states.

TBTK v2.4.0

04 Jun 18:06
Compare
Choose a tag to compare

Update:

  • Added CMake flag ARPACK_LIBRARY_PATH for specifying a non-standard path for ARPACK library files.

TBTK v2.3.3

20 May 19:05
Compare
Choose a tag to compare

Update:

  • Improved CMake ability to detect python3.

TBTK v2.3.2

15 Apr 19:57
Compare
Choose a tag to compare

Bug fix:

  • Streams::err is now by default forwarding content to cerr rather than cout.

TBTK v2.3.1

13 Apr 15:41
Compare
Choose a tag to compare

Bug fix:

  • Fixed OpenCV compilation issue for versions less than 4.