Skip to content

Commit

Permalink
Document minimum C standard
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Jun 20, 2023
1 parent a8423f3 commit 20a8ac0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ int main(void) {
}
```
## Requirements
- C standard: As of version 2.1.0, Spglib explicitly enforces a minimum standard of
[C11](https://en.cppreference.com/w/c/11)
## How to use Spglib
We currently only officially support conda and pip packaging of spglib, with plans
Expand Down
5 changes: 5 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ The detailed algorithm of spglib is described the following text:
Atsushi Togo and Isao Tanaka,
<https://arxiv.org/abs/1808.01590> (written at version 1.10.4)

## Requirements

- C standard: As of version 2.1.0, Spglib explicitly enforces a minimum standard of
[C11](https://en.cppreference.com/w/c/11)

## Features

- Find symmetry operations
Expand Down

0 comments on commit 20a8ac0

Please sign in to comment.