Commit 21f5df1c authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #1657 from rmcgibbo/rmcgibbo-patch-2

Add Bohrs to units
parents 9963e51a 04e61cd9
...@@ -79,6 +79,8 @@ yard = yards = Unit({yard_base_unit: 1.0}) ...@@ -79,6 +79,8 @@ yard = yards = Unit({yard_base_unit: 1.0})
furlongs = furlong = yard.create_unit(scale=220.0, name="furlong", symbol="furlong") furlongs = furlong = yard.create_unit(scale=220.0, name="furlong", symbol="furlong")
miles = mile = furlong.create_unit(scale=8.0, name="mile", symbol="mi") miles = mile = furlong.create_unit(scale=8.0, name="mile", symbol="mi")
bohrs = bohr = angstrom.create_unit(scale=0.52917721067, name='bohr', symbol='r_0')
############ ############
### MASS ### ### 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