File: README.md

package info (click to toggle)
spglib 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 14,180 kB
  • sloc: ansic: 125,066; python: 7,717; cpp: 2,197; f90: 2,143; ruby: 792; makefile: 22; sh: 18
file content (10 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Examples of how to use spglib in your project

`example.c`, `example.F90`, and `example.py` in the following directories show
how to obtain spglib symmetry dataset from input crystal structure of Wurtzite
type. More examples, but not all, are found in `example_full.c`,
`example_full.F90`, and `example_full.py`.

- [C API](c_api/README.md)
- [Fortran API](fortran_api/README.md)
- [Python API](python_api/README.md)