Skip to content

Commit

Permalink
Added last comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Feb 9, 2024
1 parent 0bbc90b commit 80475a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions simulationdataschema/model_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ class Symmetry(ArchiveSection):
hall_symbol = Quantity(
type=str,
description="""
Hall symbol for this system describing the minimum number of symmetry operations,
in the form of Seitz matrices, needed to uniquely define a space group. See
https://cci.lbl.gov/sginfo/hall_symbols.html. Examples:
Hall symbol for this system describing the minimum number of symmetry operations
needed to uniquely define a space group. See https://cci.lbl.gov/sginfo/hall_symbols.html.
Examples:
- `F -4 2 3`,
- `-P 4 2`,
- `-F 4 2 3`.
Expand Down
6 changes: 3 additions & 3 deletions simulationdataschema/model_system_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ class Symmetry(ArchiveSection):
hall_symbol = Quantity(
type=str,
description="""
Hall symbol for this system describing the minimum number of symmetry operations,
in the form of Seitz matrices, needed to uniquely define a space group. See
https://cci.lbl.gov/sginfo/hall_symbols.html. Examples:
Hall symbol for this system describing the minimum number of symmetry operations
needed to uniquely define a space group. See https://cci.lbl.gov/sginfo/hall_symbols.html.
Examples:
- `F -4 2 3`,
- `-P 4 2`,
- `-F 4 2 3`.
Expand Down

0 comments on commit 80475a6

Please sign in to comment.