You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
20.8 mm Hg @25 °C --> [[<Quantity(20.8, 'millimeter_Hg')>, <Quantity(25, 'degree_Celsius')>]]
221
+
20.8 mm Hg (25 °C) --> [[<Quantity(20.8, 'millimeter_Hg')>, <Quantity(25, 'degree_Celsius')>]]
222
+
20.8 mm Hg at 25 °C --> [[<Quantity(20.8, 'millimeter_Hg')>, <Quantity(25, 'degree_Celsius')>]]
223
+
-4,395.63 kJ/mol at 25 °C --> [[<Quantity(-4395.63, 'kilojoule / mole')>, <Quantity(25, 'degree_Celsius')>]]
224
+
# list of quantities
225
+
18 mm Hg; 20 mm Hg --> [<Quantity(18, 'millimeter_Hg')>, <Quantity(20, 'millimeter_Hg')>]
226
+
18 mm Hg; 20 mm Hg --> [<Quantity(18, 'millimeter_Hg')>, <Quantity(20, 'millimeter_Hg')>]
227
+
18 mm Hg @68 °F; 20 mm Hg @77° F --> [[<Quantity(18, 'millimeter_Hg')>, <Quantity(68, 'degree_Fahrenheit')>], [<Quantity(20, 'millimeter_Hg')>, <Quantity(77, 'degree_Fahrenheit')>]]
228
+
18 mm Hg @68 °F ; 20 mm Hg @77° F (NTP, 1992) --> [[<Quantity(18, 'millimeter_Hg')>, <Quantity(68, 'degree_Fahrenheit')>], [<Quantity(20, 'millimeter_Hg')>, <Quantity(77, 'degree_Fahrenheit')>]]
229
+
18 mm Hg at 68 °F ; 20 mm Hg at 77 °F --> [[<Quantity(18, 'millimeter_Hg')>, <Quantity(68, 'degree_Fahrenheit')>], [<Quantity(20, 'millimeter_Hg')>, <Quantity(77, 'degree_Fahrenheit')>]]
230
+
Low threshold= 13.1150 mg/cu m; High threshold= 26840 mg/cu m; Irritating concn= 22875 mg/cu m. -->22875.0 mg / m **3
231
+
# ranges
232
+
115.2-115.3 °C -->115.2 °C
233
+
115.2-115.3 °C -->115.2 °C
234
+
# words
235
+
8.20x10+1 ppm; pure -->82.0 ppm
236
+
40 °F (NTP, 1992) -->40 °F
237
+
4.0 °C (39.2 °F) - closed cup -->4.0 °C
238
+
4.0 °C [39.2 g/[mol * s]] - closed cup --> [[<Quantity(4.0, 'degree_Celsius')>, <Quantity(39.2, 'gram / mole / second')>]]
239
+
4.0 °C [39.2 g/[mol * s] approx.] - closed cup --> [[<Quantity(4.0, 'degree_Celsius')>, <Quantity(39.2, 'gram / mole / second')>]]
240
+
4.0 °C [39.2g/[mol*s] approx.] - closed cup --> [[<Quantity(4.0, 'degree_Celsius')>, <Quantity(39.2, 'gram / mole / second')>]]
241
+
4.0 °C [39.2g/[mol*s]approx.] - closed cup --> [[<Quantity(4.0, 'degree_Celsius')>, <Quantity(39.2, 'gram / mole / second')>]]
242
+
Detection in water: 0.73 ppm; Chemically pure -->0.73 ppm
243
+
Odor Threshold Range: 0.15 to 25 ppm -->0.15 ppm
244
+
0.05 ppm purity specified -->0.05 ppm
245
+
Odor detection in air, 0.05 ppm (purity not specified) -->0.05 ppm
246
+
Relative density (water=1): 1.04-1.13-->1.04
247
+
Density approximately 6.5 lb / gal. -->6.5 lb / gal
248
+
# duplicates of same quantity different units
249
+
4.0 °C (39.2 °F) -->4.0 °C
250
+
-7991 cal/g = -334.6X10+5 J/KG-->-33460000.000000004 J / kg
251
+
# complex
252
+
18 mm Hg at 68 °F ; 20 mm Hg at 77° F (NTP, 1992) --> [[<Quantity(18, 'millimeter_Hg')>, <Quantity(68, 'degree_Fahrenheit')>], [<Quantity(20, 'millimeter_Hg')>, <Quantity(77, 'degree_Fahrenheit')>]]
253
+
Sound travels at 0.34 km/s -->0.34 km / s
254
+
Pass me a 300 ml beer. -->300 ml
174
255
```
175
256
176
257
258
+
Stuff it gets wrong. No one is perfect!
259
+
```python
260
+
Index of refraction: 1.50920@20 °C/D --> [[1.5092, <Quantity(293.15, 'kelvin / debye')>]]
261
+
Vapor pressure, kPa at 20 °C: 2.0-->2.0
262
+
```
263
+
264
+
---
177
265
---
178
266
## Configuration
179
267
@@ -272,7 +360,7 @@ result = unit_parse.parser("100 MOL") # pint is case-sensitive, so this will re
0 commit comments