homeoffice push
This commit is contained in:
6
Libs/physconst/+Constant/+HA/Boltzmann.m
Normal file
6
Libs/physconst/+Constant/+HA/Boltzmann.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Boltzmann()
|
||||
|
||||
v=1;
|
||||
u=9.1e-7;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+HA/ConductanceQuantum.m
Normal file
6
Libs/physconst/+Constant/+HA/ConductanceQuantum.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ConductanceQuantum()
|
||||
|
||||
v=1/pi;
|
||||
u=1e-10;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+HA/Coulomb.m
Normal file
6
Libs/physconst/+Constant/+HA/Coulomb.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Coulomb()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+HA/ElectronMass.m
Normal file
6
Libs/physconst/+Constant/+HA/ElectronMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElectronMass()
|
||||
|
||||
v=1;
|
||||
u=4.4e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+HA/ElementaryCharge.m
Normal file
6
Libs/physconst/+Constant/+HA/ElementaryCharge.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElementaryCharge()
|
||||
|
||||
v=1;
|
||||
u=2.2e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+HA/FineStructure.m
Normal file
6
Libs/physconst/+Constant/+HA/FineStructure.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FineStructure()
|
||||
|
||||
v=7.2973525698e-3;
|
||||
u=2.4e-12;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+HA/FluxQuantum.m
Normal file
6
Libs/physconst/+Constant/+HA/FluxQuantum.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FluxQuantum()
|
||||
|
||||
v=pi;
|
||||
u=6.9e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+HA/LightSpeed.m
Normal file
6
Libs/physconst/+Constant/+HA/LightSpeed.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=LightSpeed()
|
||||
|
||||
v=137.03599907;
|
||||
u=4.4e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+HA/Planck.m
Normal file
6
Libs/physconst/+Constant/+HA/Planck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Planck()
|
||||
|
||||
v=2*pi;
|
||||
u=7.5e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+HA/ProtonMass.m
Normal file
6
Libs/physconst/+Constant/+HA/ProtonMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ProtonMass()
|
||||
|
||||
v=1836.15267;
|
||||
u=1.6e-4;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+HA/ReducedPlanck.m
Normal file
6
Libs/physconst/+Constant/+HA/ReducedPlanck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ReducedPlanck()
|
||||
|
||||
v=1;
|
||||
u=1.2e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+P/Boltzmann.m
Normal file
6
Libs/physconst/+Constant/+P/Boltzmann.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Boltzmann()
|
||||
|
||||
v=1;
|
||||
u=9.1e-7;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+P/Coulomb.m
Normal file
6
Libs/physconst/+Constant/+P/Coulomb.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Coulomb()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+P/Gravitational.m
Normal file
6
Libs/physconst/+Constant/+P/Gravitational.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Gravitational()
|
||||
|
||||
v=1;
|
||||
u=4.7e-5;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+P/LightSpeed.m
Normal file
6
Libs/physconst/+Constant/+P/LightSpeed.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=LightSpeed()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+P/Planck.m
Normal file
6
Libs/physconst/+Constant/+P/Planck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Planck()
|
||||
|
||||
v=2*pi;
|
||||
u=7.5e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+P/ReducedPlanck.m
Normal file
6
Libs/physconst/+Constant/+P/ReducedPlanck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ReducedPlanck()
|
||||
|
||||
v=1;
|
||||
u=1.2e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+QCD/Boltzmann.m
Normal file
6
Libs/physconst/+Constant/+QCD/Boltzmann.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Boltzmann()
|
||||
|
||||
v=1;
|
||||
u=9.1e-7;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+QCD/LightSpeed.m
Normal file
6
Libs/physconst/+Constant/+QCD/LightSpeed.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=LightSpeed()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+QCD/Planck.m
Normal file
6
Libs/physconst/+Constant/+QCD/Planck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Planck()
|
||||
|
||||
v=2*pi;
|
||||
u=7.5e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+QCD/ProtonMass.m
Normal file
6
Libs/physconst/+Constant/+QCD/ProtonMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ProtonMass()
|
||||
|
||||
v=1;
|
||||
u=4.4e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+QCD/ReducedPlanck.m
Normal file
6
Libs/physconst/+Constant/+QCD/ReducedPlanck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ReducedPlanck()
|
||||
|
||||
v=1;
|
||||
u=1.2e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/Boltzmann.m
Normal file
6
Libs/physconst/+Constant/+RA/Boltzmann.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Boltzmann()
|
||||
|
||||
v=1;
|
||||
u=9.1e-7;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/ConductanceQuantum.m
Normal file
6
Libs/physconst/+Constant/+RA/ConductanceQuantum.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ConductanceQuantum()
|
||||
|
||||
v=2/pi;
|
||||
u=2e-10;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/Coulomb.m
Normal file
6
Libs/physconst/+Constant/+RA/Coulomb.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Coulomb()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/ElectronMass.m
Normal file
6
Libs/physconst/+Constant/+RA/ElectronMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElectronMass()
|
||||
|
||||
v=0.5;
|
||||
u=2.2e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/ElementaryCharge.m
Normal file
6
Libs/physconst/+Constant/+RA/ElementaryCharge.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElementaryCharge()
|
||||
|
||||
v=sqrt(2);
|
||||
u=3.1e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/FineStructure.m
Normal file
6
Libs/physconst/+Constant/+RA/FineStructure.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FineStructure()
|
||||
|
||||
v=7.2973525698e-3;
|
||||
u=2.4e-12;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/FluxQuantum.m
Normal file
6
Libs/physconst/+Constant/+RA/FluxQuantum.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FluxQuantum()
|
||||
|
||||
v=pi/sqrt(2);
|
||||
u=4.9e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/LightSpeed.m
Normal file
6
Libs/physconst/+Constant/+RA/LightSpeed.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=LightSpeed()
|
||||
|
||||
v=274.07199814;
|
||||
u=8.8e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/Planck.m
Normal file
6
Libs/physconst/+Constant/+RA/Planck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Planck()
|
||||
|
||||
v=2*pi;
|
||||
u=7.5e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/ProtonMass.m
Normal file
6
Libs/physconst/+Constant/+RA/ProtonMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ProtonMass()
|
||||
|
||||
v=918.076335;
|
||||
u=8.1e-5;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+RA/ReducedPlanck.m
Normal file
6
Libs/physconst/+Constant/+RA/ReducedPlanck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ReducedPlanck()
|
||||
|
||||
v=1;
|
||||
u=1.2e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+S/Boltzmann.m
Normal file
6
Libs/physconst/+Constant/+S/Boltzmann.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Boltzmann()
|
||||
|
||||
v=1;
|
||||
u=9.1e-7;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+S/Coulomb.m
Normal file
6
Libs/physconst/+Constant/+S/Coulomb.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Coulomb()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+S/ElementaryCharge.m
Normal file
6
Libs/physconst/+Constant/+S/ElementaryCharge.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElementaryCharge()
|
||||
|
||||
v=1;
|
||||
u=2.2e-8;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+S/Gravitational.m
Normal file
6
Libs/physconst/+Constant/+S/Gravitational.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Gravitational()
|
||||
|
||||
v=1;
|
||||
u=4.7e-5;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+S/LightSpeed.m
Normal file
6
Libs/physconst/+Constant/+S/LightSpeed.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=LightSpeed()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/AtomicMass.m
Normal file
6
Libs/physconst/+Constant/+SI/AtomicMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=AtomicMass()
|
||||
|
||||
v=1.660538921e-27;
|
||||
u=7.3e-35;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/AvogadroNumber.m
Normal file
6
Libs/physconst/+Constant/+SI/AvogadroNumber.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=AvogadroNumber()
|
||||
|
||||
v=6.02214129e23;
|
||||
u=2.7e16;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/BohrMagneton.m
Normal file
6
Libs/physconst/+Constant/+SI/BohrMagneton.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=BohrMagneton()
|
||||
|
||||
v=9.27400968e-24;
|
||||
u=2e-31;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/BohrRadius.m
Normal file
6
Libs/physconst/+Constant/+SI/BohrRadius.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=BohrRadius()
|
||||
|
||||
v=5.2917721092e-11;
|
||||
u=1.7e-20;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/Boltzmann.m
Normal file
6
Libs/physconst/+Constant/+SI/Boltzmann.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Boltzmann()
|
||||
|
||||
v=1.3806488e-23;
|
||||
u=1.3e-29;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/ConductanceQuantum.m
Normal file
6
Libs/physconst/+Constant/+SI/ConductanceQuantum.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ConductanceQuantum()
|
||||
|
||||
v=7.7480917346e-5;
|
||||
u=2.5e-14;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/Coulomb.m
Normal file
6
Libs/physconst/+Constant/+SI/Coulomb.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Coulomb()
|
||||
|
||||
v=8.987551787;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/ElectronMass.m
Normal file
6
Libs/physconst/+Constant/+SI/ElectronMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElectronMass()
|
||||
|
||||
v=9.10938291e-31;
|
||||
u=4e-38;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/ElementaryCharge.m
Normal file
6
Libs/physconst/+Constant/+SI/ElementaryCharge.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElementaryCharge()
|
||||
|
||||
v=1.602176565e-19;
|
||||
u=3.5e-27;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/Faraday.m
Normal file
6
Libs/physconst/+Constant/+SI/Faraday.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Faraday()
|
||||
|
||||
v=96485.3365;
|
||||
u=2.1e-3;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/FermiCoupling.m
Normal file
6
Libs/physconst/+Constant/+SI/FermiCoupling.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FermiCoupling()
|
||||
|
||||
v=1.166364e-5;
|
||||
u=5e-11;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/FineStructure.m
Normal file
6
Libs/physconst/+Constant/+SI/FineStructure.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FineStructure()
|
||||
|
||||
v=7.2973525698e-3;
|
||||
u=2.4e-12;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/FluxQuantum.m
Normal file
6
Libs/physconst/+Constant/+SI/FluxQuantum.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FluxQuantum()
|
||||
|
||||
v=2.067833758e-15;
|
||||
u=4.6e-23;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/Gravitational.m
Normal file
6
Libs/physconst/+Constant/+SI/Gravitational.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Gravitational()
|
||||
|
||||
v=6.67408e-11;
|
||||
u=3.1e-15;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/HartreeEnergy.m
Normal file
6
Libs/physconst/+Constant/+SI/HartreeEnergy.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=HartreeEnergy()
|
||||
|
||||
v=4.35974434e-18;
|
||||
u=1.9e-25;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/LightSpeed.m
Normal file
6
Libs/physconst/+Constant/+SI/LightSpeed.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=LightSpeed()
|
||||
|
||||
v=299792458;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/Loschmidt.m
Normal file
6
Libs/physconst/+Constant/+SI/Loschmidt.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Loschmidt()
|
||||
|
||||
v=2.6867805e25;
|
||||
u=2.4e19;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/NuclearMagneton.m
Normal file
6
Libs/physconst/+Constant/+SI/NuclearMagneton.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=NuclearMagneton()
|
||||
|
||||
v=5.05078353e-27;
|
||||
u=1.1e-34;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/Planck.m
Normal file
6
Libs/physconst/+Constant/+SI/Planck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Planck()
|
||||
|
||||
v=6.626070040e-34;
|
||||
u=8.1e-42;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/ProtonMass.m
Normal file
6
Libs/physconst/+Constant/+SI/ProtonMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ProtonMass()
|
||||
|
||||
v=1.672621777e-27;
|
||||
u=7.4e-35;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/ReducedPlanck.m
Normal file
6
Libs/physconst/+Constant/+SI/ReducedPlanck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ReducedPlanck()
|
||||
|
||||
v=1.054571800e-34;
|
||||
u=1.3e-42;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/Rydberg.m
Normal file
6
Libs/physconst/+Constant/+SI/Rydberg.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Rydberg()
|
||||
|
||||
v=10973731.568539;
|
||||
u=5.5e-5;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/StefanBoltzmann.m
Normal file
6
Libs/physconst/+Constant/+SI/StefanBoltzmann.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=StefanBoltzmann()
|
||||
|
||||
v=5.670373e-8;
|
||||
u=2.1e-13;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/VacuumImpedance.m
Normal file
6
Libs/physconst/+Constant/+SI/VacuumImpedance.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=VacuumImpedance()
|
||||
|
||||
v=376.730313461;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/VacuumPermeability.m
Normal file
6
Libs/physconst/+Constant/+SI/VacuumPermeability.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=VacuumPermeability()
|
||||
|
||||
v=1.256637061e-6;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/VacuumPermittivity.m
Normal file
6
Libs/physconst/+Constant/+SI/VacuumPermittivity.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=VacuumPermittivity()
|
||||
|
||||
v=8.854187817e-12;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/VonKlitzing.m
Normal file
6
Libs/physconst/+Constant/+SI/VonKlitzing.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=VonKlitzing()
|
||||
|
||||
v=25812.8074434;
|
||||
u=8.4e-6;
|
||||
|
||||
end
|
||||
6
Libs/physconst/+Constant/+SI/WienDisplacement.m
Normal file
6
Libs/physconst/+Constant/+SI/WienDisplacement.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=WienDisplacement()
|
||||
|
||||
v=2.8977721e-3;
|
||||
u=2.6e-9;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/AtomicMass.m
Normal file
5
Libs/physconst/+Constant/AtomicMass.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=AtomicMass()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).AtomicMass;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/AvogadroNumber.m
Normal file
5
Libs/physconst/+Constant/AvogadroNumber.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=AvogadroNumber()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).AvogadroNumber;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/BohrMagneton.m
Normal file
5
Libs/physconst/+Constant/BohrMagneton.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=BohrMagneton()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).BohrMagneton;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/BohrRadius.m
Normal file
5
Libs/physconst/+Constant/BohrRadius.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=BohrRadius()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).BohrRadius;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/Boltzmann.m
Normal file
5
Libs/physconst/+Constant/Boltzmann.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=Boltzmann()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).Boltzmann;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/ConductanceQuantum.m
Normal file
5
Libs/physconst/+Constant/ConductanceQuantum.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=ConductanceQuantum()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).ConductanceQuantum;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/Coulomb.m
Normal file
5
Libs/physconst/+Constant/Coulomb.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=Coulomb()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).Coulomb;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/ElectronMass.m
Normal file
5
Libs/physconst/+Constant/ElectronMass.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=ElectronMass()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).ElectronMass;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/ElementaryCharge.m
Normal file
5
Libs/physconst/+Constant/ElementaryCharge.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=ElementaryCharge()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).ElementaryCharge;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/Faraday.m
Normal file
5
Libs/physconst/+Constant/Faraday.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=Faraday()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).Faraday;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/FermiCoupling.m
Normal file
5
Libs/physconst/+Constant/FermiCoupling.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=FermiCoupling()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).FermiCoupling;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/FineStructure.m
Normal file
5
Libs/physconst/+Constant/FineStructure.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=FineStructure()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).FineStructure;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/FluxQuantum.m
Normal file
5
Libs/physconst/+Constant/FluxQuantum.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=FluxQuantum()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).FluxQuantum;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/Gravitational.m
Normal file
5
Libs/physconst/+Constant/Gravitational.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=Gravitational()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).Gravitational;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/HartreeEnergy.m
Normal file
5
Libs/physconst/+Constant/HartreeEnergy.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=HartreeEnergy()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).HartreeEnergy;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/LightSpeed.m
Normal file
5
Libs/physconst/+Constant/LightSpeed.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=LightSpeed()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).LightSpeed;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/Loschmidt.m
Normal file
5
Libs/physconst/+Constant/Loschmidt.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=Loschmidt()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).LoschmidtConstant;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/NuclearMagneton.m
Normal file
5
Libs/physconst/+Constant/NuclearMagneton.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=NuclearMagneton()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).NuclearMagneton;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/Planck.m
Normal file
5
Libs/physconst/+Constant/Planck.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=Planck()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).Planck;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/ProtonMass.m
Normal file
5
Libs/physconst/+Constant/ProtonMass.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=ProtonMass()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).ProtonMass;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/ReducedPlanck.m
Normal file
5
Libs/physconst/+Constant/ReducedPlanck.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=ReducedPlanck()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).ReducedPlanck;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/Rydberg.m
Normal file
5
Libs/physconst/+Constant/Rydberg.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=Rydberg()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).Rydberg;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/StefanBoltzmann.m
Normal file
5
Libs/physconst/+Constant/StefanBoltzmann.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=StefanBoltzmann()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).StefanBoltzmann;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/VacuumImpedance.m
Normal file
5
Libs/physconst/+Constant/VacuumImpedance.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=VacuumImpedance()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).VacuumImpedance;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/VacuumPermeability.m
Normal file
5
Libs/physconst/+Constant/VacuumPermeability.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=VacuumPermeability()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).VacuumPermeability;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/VacuumPermittivity.m
Normal file
5
Libs/physconst/+Constant/VacuumPermittivity.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=VacuumPermittivity()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).VacuumPermittivity;
|
||||
|
||||
end
|
||||
5
Libs/physconst/+Constant/WienDisplacement.m
Normal file
5
Libs/physconst/+Constant/WienDisplacement.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=WienDisplacement()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).WienDisplacement;
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user