# ==============================================================
# PicoUnits project configuration
#
# Drop this file or run `picounits generate` in your project root.
#
# NOTE:
#   PicoUnits uses a fixed set of fundamental dimensions.
#   Dimensions cannot be added or removed, but their symbols and
#   ordering may be customized.
# ==============================================================

[version]
format: 0.1.0

[symbols]
# Change the symbol used to represent each fundamental dimension.
TIME: s
LENGTH: m
MASS: kg
CURRENT: A
TEMPERATURE: K
AMOUNT: mol
LUMINOSITY: cd
DIMENSIONLESS: ∅

[order]
# Change the order in which dimensions are represented.
MASS: 0
LENGTH: 1
TIME: 2
CURRENT: 3
TEMPERATURE: 4
AMOUNT: 5
LUMINOSITY: 6
DIMENSIONLESS: 7

[numerical]
# Limits for numeric representation.
significant_figures: 3
