Skip to content

Commit

Permalink
Add non-SI binary prefixes to the expanded SI and OPTIMADE unit systems
Browse files Browse the repository at this point in the history
  • Loading branch information
rartino committed Jan 9, 2024
1 parent 9736843 commit 5be33c3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion schemas/src/defs/v1.2/unitsystems/si/si_general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |-
The SI unit system, using of current or historical definitions of the SI units.
The International System of Units (SI) is established and maintained by the General Conference on Weights and Measures (CGPM).
The si_general unit system includes all SI prefixes, and all units that have either been part of the SI unit system or categorized as accepted for use with the SI.
The si_general unit system includes all prefixes defined by SI (including the non-SI binary ones), and all units that have either been part of the SI unit system or categorized as accepted for use with the SI.
x-optimade-definition:
label: "si_general_unitsystem"
kind: "unitsystem"
Expand Down Expand Up @@ -172,3 +172,19 @@ prefixes:
$$inherit: "/v1.2/prefixes/si/ronto"
q:
$$inherit: "/v1.2/prefixes/si/quecto"
Ei:
$$inherit: "/v1.2/prefixes/si/exbi"
Gi:
$$inherit: "/v1.2/prefixes/si/gibi"
Ki:
$$inherit: "/v1.2/prefixes/si/kibi"
Mi:
$$inherit: "/v1.2/prefixes/si/mebi"
Pi:
$$inherit: "/v1.2/prefixes/si/pebi"
Ti:
$$inherit: "/v1.2/prefixes/si/tebi"
Yi:
$$inherit: "/v1.2/prefixes/si/yobi"
Zi:
$$inherit: "/v1.2/prefixes/si/zebi"

0 comments on commit 5be33c3

Please sign in to comment.