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

Update unit_definitions.py

Change bohr unit to value from CODATA (http://physics.nist.gov/cgi-bin/cuu/Value?bohrrada0)
parent 32813478
...@@ -79,7 +79,7 @@ yard = yards = Unit({yard_base_unit: 1.0}) ...@@ -79,7 +79,7 @@ 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') 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