Releases: QcmPlab/HoneyTools
Releases · QcmPlab/HoneyTools
v0.2.3
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
HoneyTools v0.2.2
- FIX fpm build by @beddalumia in #6
- Fix workflow badges by @beddalumia in #5 and #7
- New color-scheme and README improvements by @beddalumia in #8 and #9
Full Changelog: v0.2.1...v0.2.2
HoneyTools v0.2.1
- 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
- Slight changes to API (see: 889a6d2)
- Added instructions for
pkg-config
andfpm.toml
inclusion in README
HoneyTools v0.1.0
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