/usr/share/pyshared/quantities/constants/proton.py is in python-quantities 0.10.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 | # -*- coding: utf-8 -*-
"""
"""
from __future__ import absolute_import
from ._utils import _cd
from ..unitquantity import UnitConstant
m_p = proton_mass = UnitConstant(
'proton_mass',
_cd('proton mass'),
symbol='m_p'
)
lambda_C_p = proton_Compton_wavelength = UnitConstant(
'proton_Compton_wavelength',
_cd('proton Compton wavelength'),
symbol='lambda_C_p',
u_symbol='λ_C_p'
)
proton_Compton_wavelength_over_2_pi = UnitConstant(
'proton_Compton_wavelength_over_2_pi',
_cd('proton Compton wavelength over 2 pi'),
symbol='lambdabar_C_p',
u_symbol='ƛ_C_p'
)
R_p = proton_rms_charge_radius = UnitConstant(
'proton_rms_charge_radius',
_cd('proton rms charge radius'),
symbol='R_p'
)
proton_charge_to_mass_quotient = UnitConstant(
'proton_charge_to_mass_quotient',
_cd('proton charge to mass quotient'),
symbol='(e/m_p)'
)
g_p = proton_g_factor = UnitConstant(
'proton_g_factor',
_cd('proton g factor'),
symbol='g_p'
)
gamma_p = proton_gyromagnetic_ratio = UnitConstant(
'proton_gyromagnetic_ratio',
_cd('proton gyromagnetic ratio'),
symbol='gamma_p',
u_symbol='γ_p'
)
proton_gyromagnetic_ratio_over_2_pi = UnitConstant(
'proton_gyromagnetic_ratio_over_2_pi',
_cd('proton gyromagnetic ratio over 2 pi'),
symbol='(gamma_p/(2*pi))',
u_symbol='(γ_p/(2·π))'
)
mu_p = proton_magnetic_moment = UnitConstant(
'proton_magnetic_moment',
_cd('proton magnetic moment'),
symbol='mu_p',
u_symbol='μ_p'
)
sigma_prime_p = proton_magnetic_shielding_correction = UnitConstant(
'proton_magnetic_shielding_correction',
_cd('proton magnetic shielding correction'),
symbol='sigmaprime_p',
u_symbol='σ′_p'
)
gamma_prime_p = shielded_proton_gyromagnetic_ratio = UnitConstant(
'shielded_proton_gyromagnetic_ratio',
_cd('shielded proton gyromagnetic ratio'),
symbol='gammaprime_p',
u_symbol='γ′_p'
)
shielded_proton_gyromagnetic_ratio_over_2_pi = UnitConstant(
'shielded_proton_gyromagnetic_ratio_over_2_pi',
_cd('shielded proton gyromagnetic ratio over 2 pi'),
symbol='(gammaprime_p/(2*pi))',
u_symbol='(γ′_p/(2·π))'
)
mu_prime_p = shielded_proton_magnetic_moment = UnitConstant(
'shielded_proton_magnetic_moment',
_cd('shielded proton magnetic moment'),
symbol='muprime_p',
u_symbol='μ′_p'
)
mu_N = nuclear_magneton = UnitConstant(
'nuclear_magneton',
_cd('nuclear magneton'),
symbol='mu_N',
u_symbol='μ_N'
)
nuclear_magneton_in_eV_per_T = UnitConstant(
'nuclear_magneton_in_eV_per_T',
_cd('nuclear magneton in eV/T')
)
nuclear_magneton_in_inverse_meters_per_tesla = UnitConstant(
'nuclear_magneton_in_inverse_meters_per_tesla',
_cd('nuclear magneton in inverse meters per tesla')
)
nuclear_magneton_in_K_per_T = UnitConstant(
'nuclear_magneton_in_K_per_T',
_cd('nuclear magneton in K/T')
)
nuclear_magneton_in_MHz_per_T = UnitConstant(
'nuclear_magneton_in_MHz_per_T',
_cd('nuclear magneton in MHz/T')
)
proton_mass_energy_equivalent = UnitConstant(
'proton_mass_energy_equivalent',
_cd('proton mass energy equivalent'),
symbol='(m_p*c**2)',
u_symbol='(m_p·c²)'
)
proton_mass_energy_equivalent_in_MeV = UnitConstant(
'proton_mass_energy_equivalent_in_MeV',
_cd('proton mass energy equivalent in MeV')
)
proton_mass_in_u = UnitConstant(
'proton_mass_in_u',
_cd('proton mass in u')
)
proton_molar_mass = UnitConstant(
'proton_molar_mass',
_cd('proton molar mass'),
symbol='M_p'
)
proton_electron_mass_ratio = UnitConstant(
'proton_electron_mass_ratio',
_cd('proton-electron mass ratio'),
symbol='(m_p/m_e)',
u_symbol='(m_p/mₑ)'
)
proton_muon_mass_ratio = UnitConstant(
'proton_muon_mass_ratio',
_cd('proton-muon mass ratio'),
symbol='(m_p/m_mu)',
u_symbol='(m_p/m_μ)'
)
proton_neutron_mass_ratio = UnitConstant(
'proton_neutron_mass_ratio',
_cd('proton-neutron mass ratio'),
symbol='(m_p/m_n)',
)
proton_tau_mass_ratio = UnitConstant(
'proton_tau_mass_ratio',
_cd('proton-tau mass ratio'),
symbol='(m_p/m_tau)',
u_symbol='(m_p/m_τ)'
)
proton_magnetic_moment_to_Bohr_magneton_ratio = UnitConstant(
'proton_magnetic_moment_to_Bohr_magneton_ratio',
_cd('proton magnetic moment to Bohr magneton ratio'),
symbol='(mu_p/mu_B)',
u_symbol='(μ_p/μ_B)'
)
proton_magnetic_moment_to_nuclear_magneton_ratio = UnitConstant(
'proton_magnetic_moment_to_nuclear_magneton_ratio',
_cd('proton magnetic moment to nuclear magneton ratio'),
symbol='(mu_p/mu_N)',
u_symbol='(μ_p/μ_N)'
)
proton_neutron_magnetic_moment_ratio = UnitConstant(
'proton_neutron_magnetic_moment_ratio',
_cd('proton-neutron magnetic moment ratio'),
symbol='(mu_p/mu_n)',
u_symbol='(μ_p/μ_n)'
)
shielded_proton_magnetic_moment_to_Bohr_magneton_ratio = UnitConstant(
'shielded_proton_magnetic_moment_to_Bohr_magneton_ratio',
_cd('shielded proton magnetic moment to Bohr magneton ratio'),
symbol='(muprime_p/mu_B)',
u_symbol='(μ′_p/μ_B)'
)
shielded_proton_magnetic_moment_to_nuclear_magneton_ratio = UnitConstant(
'shielded_proton_magnetic_moment_to_nuclear_magneton_ratio',
_cd('shielded proton magnetic moment to nuclear magneton ratio'),
symbol='(muprime_p/mu_N)',
u_symbol='(μ′_p/μ_N)'
)
del UnitConstant, _cd
|