Skip to content

Commit 0452e10

Browse files
authored
Update units.py
1 parent 3d3a53e commit 0452e10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package/MDAnalysis/units.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
charge :math:`e` :math:`1.602176565 \times 10^{-19}` As
4848
force kJ/(mol·Å) :math:`1.66053892103219 \times 10^{-11}` J/m
4949
speed Å/ps :math:`100` m/s
50+
mass u :math:`1.66053892103219 \times 10^{-27}` kg
5051
=========== ============== ===============================================
5152
5253
Implementation notes
@@ -407,6 +408,7 @@ def __getitem__(self, key):
407408
"charge": "e",
408409
"force": "kJ/(mol*A)",
409410
"speed": "A/ps",
411+
"mass": "u",
410412
}
411413

412414

0 commit comments

Comments
 (0)