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

Added _database_code.BIncStrDB. #486

Merged
merged 3 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
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
25 changes: 23 additions & 2 deletions cif_core.dic
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data_CORE_DIC
_dictionary.title CORE_DIC
_dictionary.class Instance
_dictionary.version 3.3.0
_dictionary.date 2024-02-20
_dictionary.date 2024-03-27
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/cif_core/master/cif_core.dic
_dictionary.ddl_conformance 4.2.0
Expand Down Expand Up @@ -16876,6 +16876,25 @@ save_DATABASE_CODE

save_

save_database_code.bincstrdb

_definition.id '_database_code.BIncStrDB'
vaitkus marked this conversation as resolved.
Show resolved Hide resolved

_definition.update 2024-03-27
_description.text
;
Code assigned by the Bilbao Modulated Structures Database
(B-IncStrDB).
;
_name.category_id database_code
_name.object_id BIncStrDB
_type.purpose Encode
_type.source Assigned
_type.container Single
_type.contents Code

save_

save_database_code.cas

_definition.id '_database_code.CAS'
Expand Down Expand Up @@ -27946,7 +27965,7 @@ save_
Changed the purpose of the _diffrn_radiation_wavelength.id data item
from 'Encode' to 'Key'.
;
3.3.0 2024-02-20
3.3.0 2024-03-27
;
# Please update the date above and describe the change below until
# ready for the next release
Expand Down Expand Up @@ -28015,4 +28034,6 @@ save_

Added the _atom_site_fract.symmform and _atom_site_aniso.symmform
data items.

Added _database_code.BIncStrDB (bm).
;
7 changes: 5 additions & 2 deletions templ_enum.cif
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data_COM_VAL
_dictionary.title COM_VAL
_dictionary.class Template
_dictionary.version 1.4.9
_dictionary.date 2023-11-27
_dictionary.date 2024-03-27
_dictionary.uri https://raw.githubusercontent.com/COMCIFS/cif_core/master/templ_enum.cif
_dictionary.ddl_conformance 4.2.0
_description.text
Expand Down Expand Up @@ -606,6 +606,7 @@ save_database_list
loop_
_enumeration_set.state
_enumeration_set.detail
BIncStrDB 'Bilbao Modulated Structures Database'
CAS 'Chemical Abstracts'
COD 'Crystallography Open Database'
CSD 'Cambridge Structural Database'
Expand Down Expand Up @@ -2350,7 +2351,7 @@ save_
'electrons_per_angstrom_cubed', 'electrons_per_picometre_cubed' and
'femtometre_squared' enumeration states in the 'units_code' save frame.
;
1.4.9 2023-11-27
1.4.9 2024-03-27
;
# Please update the date above and describe the change below until
# ready for the next release
Expand Down Expand Up @@ -2378,4 +2379,6 @@ save_
Added hertz and counts_per_second to units_code.

Renamed the 'photons per second' unit to 'photons_per_second'.

Added BIncStrDB to save_database_list. (bm)
;
Loading