Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add evaluation method for _atom_site_Fourier_wave_vector.q3_coeff #72

Merged
merged 3 commits into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
;
Loading