Removed (unnecessary) parameters for stochastic GPE computation.
This commit is contained in:
parent
f8b6d72f52
commit
e8ff45e971
@ -41,10 +41,6 @@ function [Params] = setupParameters(this)
|
||||
Params.wy = 2*pi*this.TrapFrequencies(2);
|
||||
Params.wz = 2*pi*this.TrapFrequencies(3);
|
||||
|
||||
% Stochastic GPE
|
||||
Params.gamma_S = 7.5*10^(-3); % gamma for the stochastic GPE
|
||||
Params.muchem = 12.64*Params.wz/w0; % fixing the chemical potential for the stochastic GPE
|
||||
|
||||
% Tolerances
|
||||
Params.Etol = this.EnergyTolerance;
|
||||
Params.rtol = this.ResidualTolerance;
|
||||
|
Loading…
Reference in New Issue
Block a user