Skip to content

Commit

Permalink
Merge pull request #486 from nautolycus/dbcode_update
Browse files Browse the repository at this point in the history
Add _database_code.BIncStrDB.
  • Loading branch information
vaitkus committed Mar 28, 2024
2 parents 00815d6 + 19adcec commit dcb6dc4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
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'

_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)
;

0 comments on commit dcb6dc4

Please sign in to comment.