Skip to content

Commit

Permalink
Restrict the values of _atom_site_moment_Fourier.wave_vector_seq_id.
Browse files Browse the repository at this point in the history
The values were restricted to non-negative integers since a numeric identifier
values is used when constructing various symmform data item values
(see `_atom_site_moment_Fourier_param.cos_symmform`, 4th component).

The definition range of 0: was taken from the definition of the linked
`_atom_site_Fourier_wave_vector.seq_id` data item from the Modulation
dictionary, however, restricting the range to only positive integers might
also make sense.
  • Loading branch information
vaitkus committed Feb 6, 2024
1 parent 9d05150 commit 61afa92
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 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 2024-01-19
_dictionary.date 2024-02-06
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/magnetic_dic/main/cif_mag.dic
_dictionary.ddl_conformance 3.11.09
Expand Down Expand Up @@ -1137,7 +1137,7 @@ save_
save_atom_site_moment_fourier.wave_vector_seq_id

_definition.id '_atom_site_moment_Fourier.wave_vector_seq_id'
_definition.update 2016-05-24
_definition.update 2024-02-06
_description.text
;
An arbitrary code that uniquely identifies the wave vector for
Expand All @@ -1158,7 +1158,8 @@ save_atom_site_moment_fourier.wave_vector_seq_id
_type.purpose Link
_type.source Assigned
_type.container Single
_type.contents Text
_type.contents Integer
_enumeration.range 0:

save_

Expand Down Expand Up @@ -4383,7 +4384,7 @@ save_
_atom_site_moment .cartesion* items, corrected and improved *_symmform
descriptions. Created the atom_site_rotation category. (B Campbell)
;
0.9.9 2024-01-19
0.9.9 2024-02-06
;
Changed several instances of "Jones-Faithful notation" to
"Jones faithful notation".
Expand All @@ -4398,4 +4399,7 @@ save_
_space_group_magn.point_group_number in favour of the newly added
_space_group_magn.point_group_name_H-M and
_space_group_magn.point_group_number_Litvin.

Restricted the values of _atom_site_moment_Fourier.wave_vector_seq_id
to non-negative integers.
;

0 comments on commit 61afa92

Please sign in to comment.