Skip to content

Commit e0316ad

Browse files
committed
fix spelling of polarizability, fixes bug #490323
1 parent 2f744b5 commit e0316ad

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

quantities/constants/NIST_codata.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ atomic mass unit-inverse meter relationship 7.513 006 671 e14 0.0
2727
atomic mass unit-joule relationship 1.492 417 830 e-10 0.000 000 074 e-10 J
2828
atomic mass unit-kelvin relationship 1.080 9527 e13 0.000 0019 e13 K
2929
atomic mass unit-kilogram relationship 1.660 538 782 e-27 0.000 000 083 e-27 kg
30-
atomic unit of 1st hyperpolarizablity 3.206 361 533 e-53 0.000 000 081 e-53 C^3 m^3 J^-2
31-
atomic unit of 2nd hyperpolarizablity 6.235 380 95 e-65 0.000 000 31 e-65 C^4 m^4 J^-3
30+
atomic unit of 1st hyperpolarizability 3.206 361 533 e-53 0.000 000 081 e-53 C^3 m^3 J^-2
31+
atomic unit of 2nd hyperpolarizability 6.235 380 95 e-65 0.000 000 31 e-65 C^4 m^4 J^-3
3232
atomic unit of action 1.054 571 628 e-34 0.000 000 053 e-34 J s
3333
atomic unit of charge 1.602 176 487 e-19 0.000 000 040 e-19 C
3434
atomic unit of charge density 1.081 202 300 e12 0.000 000 027 e12 C m^-3
3535
atomic unit of current 6.623 617 63 e-3 0.000 000 17 e-3 A
3636
atomic unit of electric dipole mom. 8.478 352 81 e-30 0.000 000 21 e-30 C m
3737
atomic unit of electric field 5.142 206 32 e11 0.000 000 13 e11 V m^-1
3838
atomic unit of electric field gradient 9.717 361 66 e21 0.000 000 24 e21 V m^-2
39-
atomic unit of electric polarizablity 1.648 777 2536 e-41 0.000 000 0034 e-41 C^2 m^2 J^-1
39+
atomic unit of electric polarizability 1.648 777 2536 e-41 0.000 000 0034 e-41 C^2 m^2 J^-1
4040
atomic unit of electric potential 27.211 383 86 0.000 000 68 V
4141
atomic unit of electric quadrupole mom. 4.486 551 07 e-40 0.000 000 11 e-40 C m^2
4242
atomic unit of energy 4.359 743 94 e-18 0.000 000 22 e-18 J

quantities/constants/_codata.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
physical_constants['atomic mass unit-joule relationship'] = {'value': 1.492417830e-10, 'precision': 0.000000074e-10, 'units': 'J'}
2323
physical_constants['atomic mass unit-kelvin relationship'] = {'value': 1.0809527e13, 'precision': 0.0000019e13, 'units': 'K'}
2424
physical_constants['atomic mass unit-kilogram relationship'] = {'value': 1.660538782e-27, 'precision': 0.000000083e-27, 'units': 'kg'}
25-
physical_constants['atomic unit of 1st hyperpolarizablity'] = {'value': 3.206361533e-53, 'precision': 0.000000081e-53, 'units': 'C**3*m**3*J**-2'}
26-
physical_constants['atomic unit of 2nd hyperpolarizablity'] = {'value': 6.23538095e-65, 'precision': 0.00000031e-65, 'units': 'C**4*m**4*J**-3'}
25+
physical_constants['atomic unit of 1st hyperpolarizability'] = {'value': 3.206361533e-53, 'precision': 0.000000081e-53, 'units': 'C**3*m**3*J**-2'}
26+
physical_constants['atomic unit of 2nd hyperpolarizability'] = {'value': 6.23538095e-65, 'precision': 0.00000031e-65, 'units': 'C**4*m**4*J**-3'}
2727
physical_constants['atomic unit of action'] = {'value': 1.054571628e-34, 'precision': 0.000000053e-34, 'units': 'J*s'}
2828
physical_constants['atomic unit of charge'] = {'value': 1.602176487e-19, 'precision': 0.000000040e-19, 'units': 'C'}
2929
physical_constants['atomic unit of charge density'] = {'value': 1.081202300e12, 'precision': 0.000000027e12, 'units': 'C*m**-3'}
3030
physical_constants['atomic unit of current'] = {'value': 6.62361763e-3, 'precision': 0.00000017e-3, 'units': 'A'}
3131
physical_constants['atomic unit of electric dipole moment'] = {'value': 8.47835281e-30, 'precision': 0.00000021e-30, 'units': 'C*m'}
3232
physical_constants['atomic unit of electric field'] = {'value': 5.14220632e11, 'precision': 0.00000013e11, 'units': 'V*m**-1'}
3333
physical_constants['atomic unit of electric field gradient'] = {'value': 9.71736166e21, 'precision': 0.00000024e21, 'units': 'V*m**-2'}
34-
physical_constants['atomic unit of electric polarizablity'] = {'value': 1.6487772536e-41, 'precision': 0.0000000034e-41, 'units': 'C**2*m**2*J**-1'}
34+
physical_constants['atomic unit of electric polarizability'] = {'value': 1.6487772536e-41, 'precision': 0.0000000034e-41, 'units': 'C**2*m**2*J**-1'}
3535
physical_constants['atomic unit of electric potential'] = {'value': 27.21138386, 'precision': 0.00000068, 'units': 'V'}
3636
physical_constants['atomic unit of electric quadrupole moment'] = {'value': 4.48655107e-40, 'precision': 0.00000011e-40, 'units': 'C*m**2'}
3737
physical_constants['atomic unit of energy'] = {'value': 4.35974394e-18, 'precision': 0.00000022e-18, 'units': 'J'}

quantities/constants/atomicunits.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
symbol='m_u',
1414
u_symbol='mᵤ'
1515
)
16-
atomic_unit_of_1st_hyperpolarizablity = UnitConstant(
17-
'atomic_unit_of_1st_hyperpolarizablity',
18-
_cd('atomic unit of 1st hyperpolarizablity'),
16+
atomic_unit_of_1st_hyperpolarizability = UnitConstant(
17+
'atomic_unit_of_1st_hyperpolarizability',
18+
_cd('atomic unit of 1st hyperpolarizability'),
1919
symbol='(e**3*a_0**3/E_h**2)',
2020
u_symbol='(e³·a₀³/E_h²)'
2121
)
22-
atomic_unit_of_2nd_hyperpolarizablity = UnitConstant(
23-
'atomic_unit_of_2nd_hyperpolarizablity',
24-
_cd('atomic unit of 2nd hyperpolarizablity'),
22+
atomic_unit_of_2nd_hyperpolarizability = UnitConstant(
23+
'atomic_unit_of_2nd_hyperpolarizability',
24+
_cd('atomic unit of 2nd hyperpolarizability'),
2525
symbol='(e**4*a_0**4/E_h**3)',
2626
u_symbol='(e⁴·a₀⁴/E_h³)'
2727
)
@@ -66,9 +66,9 @@
6666
symbol='(E_h/(e*a_0**2))',
6767
u_symbol='(E_h/(e·a₀²))'
6868
)
69-
atomic_unit_of_electric_polarizablity = UnitConstant(
70-
'atomic_unit_of_electric_polarizablity',
71-
_cd('atomic unit of electric polarizablity'),
69+
atomic_unit_of_electric_polarizability = UnitConstant(
70+
'atomic_unit_of_electric_polarizability',
71+
_cd('atomic unit of electric polarizability'),
7272
symbol='(e**2*a_0**2/E_h)',
7373
u_symbol='(e²·a₀²/E_h)'
7474
)

0 commit comments

Comments
 (0)