Skip to content

Commit

Permalink
Merge pull request COMCIFS#473 from vaitkus/add-atom-site-symmform-items
Browse files Browse the repository at this point in the history
Add the `_atom_site_fract.symmform` and `_atom_site_aniso.symmform` data items.
  • Loading branch information
vaitkus authored Feb 22, 2024
2 parents 8e4be12 + 716d5ae commit 00815d6
Showing 1 changed file with 76 additions and 2 deletions.
78 changes: 76 additions & 2 deletions cif_core.dic
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data_CORE_DIC
_dictionary.title CORE_DIC
_dictionary.class Instance
_dictionary.version 3.3.0
_dictionary.date 2024-02-14
_dictionary.date 2024-02-20
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/cif_core/master/cif_core.dic
_dictionary.ddl_conformance 4.2.0
Expand Down Expand Up @@ -21182,6 +21182,41 @@ save_atom_site.disorder_group

save_

save_atom_site.fract_symmform

_definition.id '_atom_site.fract_symmform'
_alias.definition_id '_atom_site_fract_symmform'
_definition.update 2024-02-20
_description.text
;
A symbolic expression that indicates the symmetry-restricted form of the
components of the positional coordinates of an atom.
;
_name.category_id atom_site
_name.object_id symmform
_type.purpose Encode
_type.source Assigned
_type.container Single
_type.contents Text

loop_
_description_example.case
_description_example.detail
Dx,Dy,Dz
;
No symmetry restrictions.
;
Dx,-Dx,0
;
y component equal and opposite to x component with z component zero.
;
Dx,0,Dz
;
y component zero.
;

save_

save_atom_site.fract_x

_definition.id '_atom_site.fract_x'
Expand Down Expand Up @@ -22487,6 +22522,42 @@ save_atom_site_aniso.ratio

save_

save_atom_site_aniso.symmform

_definition.id '_atom_site_aniso.symmform'
_alias.definition_id '_atom_site_aniso_symmform'
_definition.update 2024-02-20
_description.text
;
A symbolic expression that indicates the symmetry-restricted form of the
components of the anisotropic displacement parameters of an atom, where the
tensor components are ordered as A11, A22, A33, A23, A13, A12.
;
_name.category_id atom_site_aniso
_name.object_id symmform
_type.purpose Encode
_type.source Assigned
_type.container Single
_type.contents Text

loop_
_description_example.case
_description_example.detail
A11,A22,A33,A23,A13,A12
;
No symmetry restrictions.
;
A11,A11,A11
;
Diagonal terms equal, zeros off-diagonal.
;
A11,A22,A33,0,0,0
;
Diagonal terms distinct, zeros off-diagonal.
;

save_

save_atom_site_aniso.type_symbol

_definition.id '_atom_site_aniso.type_symbol'
Expand Down Expand Up @@ -27875,7 +27946,7 @@ save_
Changed the purpose of the _diffrn_radiation_wavelength.id data item
from 'Encode' to 'Key'.
;
3.3.0 2024-02-14
3.3.0 2024-02-20
;
# Please update the date above and describe the change below until
# ready for the next release
Expand Down Expand Up @@ -27941,4 +28012,7 @@ save_

Added the deprecation date for multiple aliases that were originally
deprecated in the DDL1 version of the dictionary.

Added the _atom_site_fract.symmform and _atom_site_aniso.symmform
data items.
;

0 comments on commit 00815d6

Please sign in to comment.