File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,27 @@ Some questions:
62
62
2 . And should "inverse Angstrom" be two words with a space between, or
63
63
a single word (either concatinated or with an underscore)?
64
64
65
- Regarding 1, I suggest recognizing ` [ÅåAa]ngstr[öo]m `
65
+ Regarding 1, I suggest recognizing ` [ÅåAa]ngstr[öo]ms? `
66
66
67
67
Regarding 2, The explanation of values with units in the dictionary,
68
68
as written, is ambiguous as to whether the string explaning the units
69
69
is a single word or may be multiple words. I propose "inverse
70
70
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.
You can’t perform that action at this time.
0 commit comments