Corrected w0 value in Potentials class.
This commit is contained in:
parent
d188802825
commit
68f39c45c1
@ -1,7 +1,7 @@
|
|||||||
function [Params] = setupParameters(this)
|
function [Params] = setupParameters(this)
|
||||||
CONSTANTS = Helper.PhysicsConstants;
|
CONSTANTS = Helper.PhysicsConstants;
|
||||||
hbar = CONSTANTS.PlanckConstantReduced; % [J.s]
|
hbar = CONSTANTS.PlanckConstantReduced; % [J.s]
|
||||||
w0 = 2*pi*61.6582; % Angular frequency unit [s^-1]
|
w0 = 2*pi*61.6316; % Angular frequency unit [s^-1]
|
||||||
|
|
||||||
% Mass, length scale
|
% Mass, length scale
|
||||||
Params.m = CONSTANTS.Dy164Mass;
|
Params.m = CONSTANTS.Dy164Mass;
|
||||||
|
Loading…
Reference in New Issue
Block a user