Commit Graph

212 Commits

Author SHA1 Message Date
10ccf5ac0a Modified Potentials class to have only either no potential or a harmonic one, as for other trapping potentials, the rest of the solver would need modification. 2024-11-20 15:22:26 +01:00
34a11f0c6a Cosmetic changes, minor parameter tweaks for faster convergence. 2024-11-20 15:05:47 +01:00
72c2b17d36 Latest working version (after minor bugfixes). 2024-11-20 12:12:26 +01:00
6672e4fca0 Major issue addressed - Vdk was not being recalculated during constrained optimization, this is has been rectified. 2024-11-20 11:57:33 +01:00
fde359df9e Debugging attempt, minor modifications to plotting routines. 2024-11-20 09:49:39 +01:00
b8953f79a8 Cosmetic changes, tweaks to get solver to be pushed up the queue on the cluster. 2024-11-20 00:19:14 +01:00
308acca29d Corrected the lack of re-calculation of VDk with new variational parameters, changed plotting to accept folder path as argument, increased number of gpus to run solver on. 2024-11-20 00:02:17 +01:00
37de6a6353 Cosmetic changes/additions, analysis script for variational solver, added save feature for all ells and E_vs_iter. 2024-11-19 18:46:47 +01:00
fb7c19791c Changed job settings for cluster. 2024-11-19 16:20:32 +01:00
b0b82ae5de Modifications to save different runs submitted via a single file to cluster in different folders, parameters changed to look deep in the phase diagram for the different phases. 2024-11-19 16:11:16 +01:00
1d8514c867 Copied new parameters to the file to be submitted to the cluster. 2024-11-19 10:04:25 +01:00
869d2a4050 Tweaked parameters again and added exception handling for when the computed Vdk size is incommensurate with specified grid points. 2024-11-19 10:02:38 +01:00
68f39c45c1 Corrected w0 value in Potentials class. 2024-11-19 00:05:22 +01:00
d188802825 Tweaked parameters to achieve stripe phase. 2024-11-18 23:50:08 +01:00
96dac192d4 Cosmetic changes. 2024-11-18 23:39:05 +01:00
2568b8d678 Latest working version - tested on cluster. 2024-11-18 22:42:52 +01:00
d5523fd0d9 Latest working version. 2024-11-18 18:06:14 +01:00
551c16dd84 Cosmetic changes. 2024-11-18 13:43:12 +01:00
dd15eb406a Corrected calculation of Ez. 2024-11-18 13:25:09 +01:00
0b726756ef Modified live plotting. 2024-11-18 11:43:09 +01:00
8b2732cad5 Added live plotting functionality for the Variational solver. 2024-11-18 11:14:56 +01:00
7bdfb6af51 Modification to be able to pass new values to variational parameters via the options struct. 2024-11-17 13:49:53 +01:00
e3f9c7b352 Modified progress bar settings to work for the variational solver. 2024-11-17 13:25:06 +01:00
df1beb268d Modifications to run Variational solver on the cluster with new Potentials class. 2024-11-15 23:36:59 +01:00
Karthik
e99f0170d9 Added Potentials class, removed in-plane trap 2024-11-15 22:09:15 +01:00
d3db12c84e Modified the amount of noise added to psi. 2024-11-15 19:54:26 +01:00
4818ca83c9 Modified how Dy related constants are defined. 2024-11-15 19:19:52 +01:00
c039356cc2 Removed unnecessary function. 2024-11-15 19:13:24 +01:00
927a6642da Tweaked parameters again to ensure solver executes to completion for desired system. 2024-11-15 17:04:02 +01:00
e45007de23 Latest parameters and SLURM commands. 2024-11-15 15:35:17 +01:00
46b7d4bccd Removed some bugs and tuned parameters for solver and SLURM commands. 2024-11-15 15:13:14 +01:00
91f40df92d Removed progress bar, adjusted wo. 2024-11-15 14:47:06 +01:00
b3ab383300 Modifications to have only width of Gaussian ansatz as the variational parameter and other changes to keep consistent with the source code as written originally by Wyatt. 2024-11-15 14:33:46 +01:00
968467a186 Renamed folders for Variational method, BdG solvers. 2024-11-14 15:40:24 +01:00
9bf5d7a39f Updated the files used to execute the simulator/solver locally or on the cluster. 2024-11-14 15:33:54 +01:00
e9a6908268 Included BdG solver in to the Simulator, added plotting routines for the 2D solver, fixed bugs so that the 2D solver runs to completion. 2024-11-14 15:03:38 +01:00
96f33d3634 Added script to visualize the 2D grid for the 2D solver and made other appropriate changes. 2024-11-14 12:16:37 +01:00
53894fb77b Fixed bugs to have a working version of the Variational2D solver. 2024-11-14 11:13:07 +01:00
7c8f4e2362 Minor mods to accept the arguments from the Variational 2D GPE Solver. 2024-11-13 18:37:35 +01:00
118406eed0 Adding a 2D GPE solver using the Variational method. 2024-11-13 18:36:50 +01:00
6c9a2b363d Renamed file to compute DDI potential in k-space with cutoff. 2024-11-13 18:32:00 +01:00
d7aae28cb2 Fixed a typo in a comment. 2024-11-13 18:29:21 +01:00
e8ff45e971 Removed (unnecessary) parameters for stochastic GPE computation. 2024-11-13 15:59:49 +01:00
f8b6d72f52 More corrections. 2024-11-13 14:06:07 +01:00
4f8d7614a9 Corrected calculation of fs. 2024-11-13 09:28:12 +01:00
Karthik
567193129b Corrected pre-factors, added lines to get us and vs with correct normalization. 2024-11-12 20:16:09 +01:00
e08cd00cac Moved to new folder. 2024-11-12 18:52:07 +01:00
c78c55453a Solver for the 2-D BdG equations. 2024-11-12 18:50:42 +01:00
93596e5c84 Renamed file for roton instability analysis. 2024-11-07 13:46:44 +01:00
0dc9f3dea2 Latest script file. 2024-11-06 17:38:26 +01:00