Skip to content

Commit

Permalink
Merge pull request #64 from vaitkus/fix-transform-pp-abc-items
Browse files Browse the repository at this point in the history
Fix `*_transform_pp_abc` items.
  • Loading branch information
vaitkus authored Jan 22, 2024
2 parents 3fc79e8 + a74e765 commit 6deb05c
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions cif_mag.dic
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data_MAGNETIC_CIF
_dictionary.title MAGNETIC_CIF
_dictionary.class Instance
_dictionary.version 0.9.9
_dictionary.date 2023-07-17
_dictionary.date 2024-01-19
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/magnetic_dic/main/cif_mag.dic
_dictionary.ddl_conformance 3.11.09
Expand Down Expand Up @@ -2530,7 +2530,7 @@ save_
save_parent_space_group.child_transform_pp_abc

_definition.id '_parent_space_group.child_transform_Pp_abc'
_definition.update 2023-01-17
_definition.update 2024-01-19
_description.text
;
This item specifies the transformation (P,p) of the basis vectors
Expand All @@ -2550,11 +2550,10 @@ save_parent_space_group.child_transform_pp_abc
;
_name.category_id parent_space_group
_name.object_id child_transform_Pp_abc
_type.purpose Number
_type.purpose Encode
_type.source Assigned
_type.container Matrix
_type.dimension '[4,4]'
_type.contents Real
_type.container Single
_type.contents Text

save_

Expand Down Expand Up @@ -2618,7 +2617,7 @@ save_
save_parent_space_group.transform_pp_abc

_definition.id '_parent_space_group.transform_Pp_abc'
_definition.update 2016-06-09
_definition.update 2024-01-19
_description.text
;
Analogous tags: Notation and usage is analogous to
Expand All @@ -2628,11 +2627,10 @@ save_parent_space_group.transform_pp_abc
;
_name.category_id parent_space_group
_name.object_id transform_Pp_abc
_type.purpose Number
_type.purpose Encode
_type.source Assigned
_type.container Matrix
_type.dimension '[4,4]'
_type.contents Real
_type.container Single
_type.contents Text

save_

Expand Down Expand Up @@ -3338,7 +3336,7 @@ save_
save_space_group_magn.transform_bns_pp_abc

_definition.id '_space_group_magn.transform_BNS_Pp_abc'
_definition.update 2023-01-17
_definition.update 2024-01-19
_description.text
;
This item specifies the transformation (P,p) of the basis
Expand All @@ -3360,7 +3358,7 @@ save_space_group_magn.transform_bns_pp_abc
;
_name.category_id space_group_magn
_name.object_id transform_BNS_Pp_abc
_type.purpose Describe
_type.purpose Encode
_type.source Assigned
_type.container Single
_type.contents Text
Expand Down Expand Up @@ -3405,7 +3403,7 @@ save_
save_space_group_magn.transform_og_pp_abc

_definition.id '_space_group_magn.transform_OG_Pp_abc'
_definition.update 2023-01-17
_definition.update 2024-01-19
_description.text
;
This item specifies the transformation (P,p) of the basis
Expand All @@ -3427,7 +3425,7 @@ save_space_group_magn.transform_og_pp_abc
;
_name.category_id space_group_magn
_name.object_id transform_OG_Pp_abc
_type.purpose Describe
_type.purpose Encode
_type.source Assigned
_type.container Single
_type.contents Text
Expand Down Expand Up @@ -3509,7 +3507,7 @@ save_space_group_magn_ssg_transforms.pp_superspace

_definition.id
'_space_group_magn_ssg_transforms.Pp_superspace'
_definition.update 2016-06-09
_definition.update 2024-01-19
_description.text
;
This item specifies the transformation (P,p) of the superspace
Expand Down Expand Up @@ -3735,7 +3733,7 @@ save_space_group_magn_transforms.pp_abc
;
_name.category_id space_group_magn_transforms
_name.object_id Pp_abc
_type.purpose Describe
_type.purpose Encode
_type.source Assigned
_type.container Single
_type.contents Text
Expand Down Expand Up @@ -4380,10 +4378,14 @@ save_
_atom_site_moment .cartesion* items, corrected and improved *_symmform
descriptions. Created the atom_site_rotation category. (B Campbell)
;
0.9.9 2023-07-17
0.9.9 2024-01-19
;
Changed several instances of "Jones-Faithful notation" to
"Jones faithful notation".

Changed the object id of the _parent_space_group.name_H-M_alt data item.

Corrected definitions of _parent_space_group.child_transform_pp_abc and
_parent_space_group.transform_pp_abc. Changed the purpose of all *_pp_abc
items to 'Encode'.
;

0 comments on commit 6deb05c

Please sign in to comment.