.. index:: spglib .. _spglib: spglib ====== Description ----------- Spglib is a library for finding and handling crystal symmetries written in C. User instructions ----------------- To load the module .. code-block:: bash $ module load spglib-1.9.9 Documentation is provided at the `project website `_. Source ------ https://github.com/atztogo/spglib License ------- BSD Admin notes ----------- I followed the instructions at https://atztogo.github.io/spglib/install.html using the latest tagged git version: .. code-block:: bash $ git clone https://github.com/atztogo/spglib.git $ cd spglib $ mkdir _build; cd _build $ cmake .. $ make $ make install