C app taking a coordinate file and outputting symmetries using spglib's spg_get_symmetry_with_collinear_spin.
- Clone this repo
- cd into the folder you cloned it to
- run
make
- Use as below
Usage:
./symm <file name> <lattice parameter> <spin even> <spin odd>
You can copy symm
to wherever you want but you must keep it in the same folder as main
.