Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add addtional synonyms for ratio units #220

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gemd/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.7"
__version__ = "2.1.8"
8 changes: 5 additions & 3 deletions gemd/units/citrine_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,11 @@ byte = 8 * bit = B = octet = Byte = Octet
## NOTE: B (byte) symbol can conflict with Bell

# Ratios
percent = 0.01 = % = pct
permille = 0.001 = ‰ = per_thousand
ppm = 1e-6 = per_million
percent = 0.01 = % = pct = pecentage
permille = 0.001 = ‰ = per_thousand = parts_per_thousand
parts_per_million = 1e-6 = ppm = per_million
# Skipping ppb / parts per billion b/c 'billion' means trillion in some languages
parts_per_trillion = 1e-12 = per_trillion

# Length
angstrom = 1e-10 * meter = Å = ångström = Angstrom = Ångstrom = Å
Expand Down