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

Change units for describing angles. #58

Merged
merged 1 commit into from
Dec 1, 2023
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
24 changes: 12 additions & 12 deletions cif_mag.dic
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ save_atom_site_moment.spherical_azimuthal

_definition.id '_atom_site_moment.spherical_azimuthal'
_alias.definition_id '_atom_site_moment_spherical_azimuthal'
_definition.update 2016-05-24
_definition.update 2023-06-01
_description.text
;
The azimuthal angle of the atom-site magnetic moment vector
Expand All @@ -342,8 +342,8 @@ save_atom_site_moment.spherical_azimuthal
_type.source Assigned
_type.container Single
_type.contents Real
_enumeration.range 0.0:6.2831854
_units.code radians
_enumeration.range 0.0:360
_units.code degrees

save_

Expand Down Expand Up @@ -372,7 +372,7 @@ save_atom_site_moment.spherical_polar

_definition.id '_atom_site_moment.spherical_polar'
_alias.definition_id '_atom_site_moment_spherical_polar'
_definition.update 2016-05-24
_definition.update 2023-06-01
_description.text
;
The polar angle of the atom-site magnetic moment vector specified
Expand All @@ -386,8 +386,8 @@ save_atom_site_moment.spherical_polar
_type.source Assigned
_type.container Single
_type.contents Real
_enumeration.range 0.0:3.1415927
_units.code radians
_enumeration.range 0.0:180.0
_units.code degrees

save_

Expand Down Expand Up @@ -727,7 +727,7 @@ save_atom_site_rotation.spherical_azimuthal

_definition.id '_atom_site_rotation.spherical_azimuthal'
_alias.definition_id '_atom_site_rotation_spherical_azimuthal'
_definition.update 2018-07-18
_definition.update 2023-06-01
_description.text
;
The azimuthal angle of the atom-site rotation vector
Expand All @@ -742,8 +742,8 @@ save_atom_site_rotation.spherical_azimuthal
_type.source Assigned
_type.container Single
_type.contents Real
_enumeration.range 0.0:6.2831854
_units.code radians
_enumeration.range 0.0:360.0
_units.code degrees

save_

Expand Down Expand Up @@ -772,7 +772,7 @@ save_atom_site_rotation.spherical_polar

_definition.id '_atom_site_rotation.spherical_polar'
_alias.definition_id '_atom_site_rotation_spherical_polar'
_definition.update 2018-07-18
_definition.update 2023-06-01
_description.text
;
The polar angle of the atom-site rotation vector specified
Expand All @@ -786,8 +786,8 @@ save_atom_site_rotation.spherical_polar
_type.source Assigned
_type.container Single
_type.contents Real
_enumeration.range 0.0:3.1415927
_units.code radians
_enumeration.range 0.0:180.0
_units.code degrees

save_

Expand Down
Loading