yunruse / Noether

Just another units package
MIT License
9 stars 0 forks source link

Working in natural units #31

Open yunruse opened 1 year ago

yunruse commented 1 year ago

Physicists often work in natural units, where certain constants such as G or c are set to 1.

It would be nice to figure out some sort of NaturalUnits(c, G, hbar, k_B) class which makes this nice to use. It may have to be an at-import config flag.