Skip to content

Commit

Permalink
Adds _chemical_properties_physical
Browse files Browse the repository at this point in the history
  • Loading branch information
dkratzert committed Sep 28, 2023
1 parent d065ca4 commit d593196
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions finalcif/tools/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,12 @@ def make_numbered(items):
'values': ['_computing_data_reduction',
['', 'SAINT', 'CrysalisPro', 'XDS', 'OpenHKL', 'HKL-2000', 'HKL-3000']]
},
{'name' : 'Physical properties of the material',
'values': ['_chemical_properties_physical',
['', 'air-sensitive', 'moisture-sensitive', 'hygroscopic', 'deliquescent', 'oxygen-sensitive',
'photo-sensitive', 'pyrophoric', 'semiconductor', 'ferromagnetic at low temperature',
'paramagnetic and thermochromic']]
},
]

celltxt = """
Expand Down

0 comments on commit d593196

Please sign in to comment.