Gregstrq / LightLattices.jl

Lazy interface to lattices with arbitrary unit cells.
MIT License
4 stars 0 forks source link

Register package #1

Open Gregstrq opened 3 years ago

Gregstrq commented 3 years ago

@JuliaRegistrator register()

The package provides a convenient interface to work with Lattices with arbitrary unit cells.

For the exported types of unit cells and lattices, it defines the array interface which allows to access the coordinate of specific node by its index. In addition to that, it provides a function relative_coordinate whih allows to calculate the shortest vector connecting the two nodes.

JuliaRegistrator commented 3 years ago

Error while trying to register: "Branch master not found"

Gregstrq commented 3 years ago

@JuliaRegistrator register branch=main

Release notes:

Initial version of the package LightLattices. The package provides a convenient interface to work with Lattices with arbitrary unit cells.

For the exported types of unit cells and lattices, it defines the array interface which allows to access the coordinate of specific node by its index. In addition to that, it provides a function relative_coordinate which allows to calculate the shortest vector connecting the two nodes.

JuliaRegistrator commented 3 years ago

Registration pull request created: JuliaRegistries/General/27644

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 1e5c47490495815a316e3870a9e8be6c43d74a29
git push origin v0.1.0