"vscode:/vscode.git/clone" did not exist on "e8282ad5569de06439a6ea2298e749b497fc50a1"
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}) ...@@ -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.52917720859, 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