I see. If we leave mol as simply mol then, like kg, it can be used as
a base unit. e.g. the value of R when P, V, n, and T have units of
atm, L, mol, K is:

>>> from sympy.physics import units as u
>>> u.atm*u.l/u.kelvin/u.mol
4053*kg*m**2/(40*K*mol*s**2)
>>> _.n()
101.325*kg*m**2/(K*mol*s**2)

I put a pull request to yours that introduces the mmu (molar mass
unit) such that grams/mmu => mol

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to