Skip to content

Releases: QcmPlab/HoneyTools

v0.2.3

06 Feb 05:35
0c2f3a0
Compare
Choose a tag to compare

HoneyTools provides a set of Fortran modules to easily deal with nontrivial honeycomb structures in real-space:
generate the coordinates, compute all the distance shells, get direct access to logical masks for nearest and
next-nearest neighbors (nth-order can be easily computed from the shell table).
All this is primarily intended as a convenience to build tight-binding hamiltonians, but it can easily be exploited
to work on any other lattice quantity, requiring real-space geometrical information.

What's Changed

  • Add Zenodo DOI to README

v0.2.2

06 Feb 03:52
9c8e1d0
Compare
Choose a tag to compare

HoneyTools v0.2.2

Full Changelog: v0.2.1...v0.2.2

HoneyTools v0.2.1

25 Sep 12:48
Compare
Choose a tag to compare
  • Fix problem with zero-sized hex arrays in hex2lattice
  • Fix lib name in fpm.toml: honeytools → HoneyTools
  • Improve logo (made transparent & dark theme ready)
  • Improve icon (more consistent with the logo)

HoneyTools v0.2.0

25 Sep 08:21
Compare
Choose a tag to compare
  • Slight changes to API (see: 889a6d2)
  • Added instructions for pkg-config and fpm.toml inclusion in README

HoneyTools v0.1.0

21 Sep 15:56
Compare
Choose a tag to compare

First beta version of the library.

  • All reasonable functionality is there
  • Test-suite covers almost all source
  • API is well defined and documented
  • There is still much room for examples
  • We should provide a Cmake build too