Skip to content

Commit

Permalink
Explicitly define stol and scat values as non-negative. (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaitkus authored May 15, 2024
1 parent 44a7f60 commit 9cb1e6a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cif_core.dic
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data_CIF_CORE
_dictionary.title CIF_CORE
_dictionary.class Instance
_dictionary.version 3.3.0
_dictionary.date 2024-05-02
_dictionary.date 2024-06-09
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/cif_core/master/cif_core.dic
_dictionary.ddl_conformance 4.2.0
Expand Down Expand Up @@ -20474,7 +20474,7 @@ save_
save_atom_scat_versus_stol.scat_value

_definition.id '_atom_scat_versus_stol.scat_value'
_definition.update 2023-07-05
_definition.update 2024-06-09
_description.text
;
The value of the scattering factor of a particular atom type at a particular
Expand All @@ -20486,6 +20486,7 @@ save_atom_scat_versus_stol.scat_value
_type.source Assigned
_type.container Single
_type.contents Real
_enumeration.range 0.0:
_units.code electrons

save_
Expand All @@ -20510,7 +20511,7 @@ save_
save_atom_scat_versus_stol.stol_value

_definition.id '_atom_scat_versus_stol.stol_value'
_definition.update 2023-07-05
_definition.update 2024-06-09
_description.text
;
The value of sin(θ)/λ (sin theta over lambda, stol) to which the
Expand All @@ -20524,6 +20525,7 @@ save_atom_scat_versus_stol.stol_value
_type.source Assigned
_type.container Single
_type.contents Real
_enumeration.range 0.0:
_units.code reciprocal_angstroms

save_
Expand Down Expand Up @@ -27858,7 +27860,7 @@ save_
Changed the purpose of the _diffrn_radiation_wavelength.id data item
from 'Encode' to 'Key'.
;
3.3.0 2024-05-02
3.3.0 2024-06-09
;
# Please update the date above and describe the change below until
# ready for the next release
Expand Down

0 comments on commit 9cb1e6a

Please sign in to comment.