From e8ff45e971a789267d3c259c5e1878d28cd06eba Mon Sep 17 00:00:00 2001 From: Karthik Chandrashekara Date: Wed, 13 Nov 2024 15:59:49 +0100 Subject: [PATCH] Removed (unnecessary) parameters for stochastic GPE computation. --- .../+Simulator/@DipolarGas/setupParameters.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dipolar-Gas-Simulator/+Simulator/@DipolarGas/setupParameters.m b/Dipolar-Gas-Simulator/+Simulator/@DipolarGas/setupParameters.m index 7ca2dff..cf41fe0 100644 --- a/Dipolar-Gas-Simulator/+Simulator/@DipolarGas/setupParameters.m +++ b/Dipolar-Gas-Simulator/+Simulator/@DipolarGas/setupParameters.m @@ -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;