An open API service indexing awesome lists of open source software.

https://github.com/vifactor/millerindices

Handy classes to operate with Miller indices
https://github.com/vifactor/millerindices

Last synced: over 1 year ago
JSON representation

Handy classes to operate with Miller indices

Awesome Lists containing this project

README

          

Simple classes of Miller indices for cubic and hexagonal lattices.

*Build*
mkdir build & cd build
cmake ..
make

By defaults tests are not built. To build them use:
cmake -DBUILD_TESTING=ON ..