Skip to content

Commit ec7085a

Browse files
committed
updated questions
1 parent 2039898 commit ec7085a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

specification/questions.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,27 @@ Some questions:
6262
2. And should "inverse Angstrom" be two words with a space between, or
6363
a single word (either concatinated or with an underscore)?
6464

65-
Regarding 1, I suggest recognizing `[ÅåAa]ngstr[öo]m`
65+
Regarding 1, I suggest recognizing `[ÅåAa]ngstr[öo]ms?`
6666

6767
Regarding 2, The explanation of values with units in the dictionary,
6868
as written, is ambiguous as to whether the string explaning the units
6969
is a single word or may be multiple words. I propose "inverse
7070
Angstrom" with the multiple spelling of Angstrom suggested above.
71+
72+
## Fields defined in dictionary which have units
73+
74+
Should something like `Mono.d_spacing` be
75+
76+
Mono.d_spacing = 3.13543 Angstroms
77+
78+
That is, should the unit be included. This would allow reasonable
79+
(and SI!) things like
80+
81+
Mono.d_spacing = 313.543 picometers
82+
Mono.d_spacing = 0.313543 nanometers
83+
84+
with a unitless number
85+
86+
Mono.d_spacing = 3.13543
87+
88+
interpreted as being in Angstroms.

0 commit comments

Comments
 (0)