homeoffice push
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user