Skip to content

Commit 10ac3bf

Browse files
committed
Fix definition of constant angstrom_star
Change the base unit of angstrom_star from 'dimensionless' to 'meter'. NOTE: this bug did not exist in Pint v0.24.4 and appears to have been introduced by PR hgrecco#2049. Reference - (p. 50) https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=958143
1 parent 28816e1 commit 10ac3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pint/constants_en.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ proton_mass = 1.67262192595e-27 kg = m_p
6363
neutron_mass = 1.67492750056e-27 kg = m_n # (85)
6464
x_unit_Cu = 1.00207697e-13 m = Xu_Cu # (28)
6565
x_unit_Mo = 1.00209952e-13 m = Xu_Mo # (53)
66-
angstrom_star = 1.00001495e-10 = Å_star # (90)
66+
angstrom_star = 1.00001495e-10 m = Å_star # (90)
6767

6868
# Mass densities
6969
water_density_4C = 999.972 kg/m^3 = ρH2O_4C # approximate

0 commit comments

Comments
 (0)