Commit 32813478 authored by Robert T. McGibbon's avatar Robert T. McGibbon Committed by GitHub
Browse files

Add Bohrs to units

parent 4d32047c
......@@ -79,6 +79,8 @@ yard = yards = Unit({yard_base_unit: 1.0})
furlongs = furlong = yard.create_unit(scale=220.0, name="furlong", symbol="furlong")
miles = mile = furlong.create_unit(scale=8.0, name="mile", symbol="mi")
bohrs = bohr = angstrom.create_unit(scale=0.52917720859, name='bohr', symbol='r_0')
############
### MASS ###
############
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment