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
- Host: GitHub
- URL: https://github.com/vifactor/millerindices
- Owner: vifactor
- Created: 2014-06-16T15:10:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T13:07:06.000Z (almost 12 years ago)
- Last Synced: 2024-11-23T04:37:44.358Z (over 1 year ago)
- Language: C++
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ..