matterhorn103 / quanstants

Intuitive and unastonishing physical quantities, units, constants, and uncertainties in Python
MIT License
0 stars 0 forks source link

Add a conversions module to express common "equivalencies" that are actually in non-equivalent units #46

Open matterhorn103 opened 1 month ago

matterhorn103 commented 1 month ago

astropy allows the use of Quantity.to() for conversions that don't really fulfil dimensional analysis, such as expressing temperatures as energies in eV via multiplication by the Boltzmann constant.

quanstants won't support the same API, but it is probably worth providing a set of functions that do the same thing.