Skip to content

Commit

Permalink
Add evaluation method for _atom_site_Fourier_wave_vector.q3_coeff. (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaitkus authored Feb 13, 2024
1 parent bbd3987 commit 00ab9cd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion cif_mag.dic
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ save_atom_site_fourier_wave_vector.q3_coeff

_definition.id '_atom_site_Fourier_wave_vector.q3_coeff'
_alias.definition_id '_atom_site_Fourier_wave_vector_q3_coeff'
_definition.update 2016-06-21
_definition.update 2024-02-07
_description.text
;
For a given incommensurate modulation that contributes to the
Expand All @@ -204,6 +204,12 @@ save_atom_site_fourier_wave_vector.q3_coeff
_type.container Single
_type.contents Integer
_units.code none
_method.purpose Evaluation
_method.expression
;
with a as atom_site_Fourier_wave_vector
a.q3_coeff = a.q_coeff[2]
;

save_

Expand Down Expand Up @@ -4401,4 +4407,6 @@ save_

Declared the dictionary as conformant to the DDLm reference dictionary
version 4.1.0.

Added evaluation method for _atom_site_Fourier_wave_vector.q3_coeff.
;

0 comments on commit 00ab9cd

Please sign in to comment.