Karthik karthik
karthik pushed to master at karthik/Calculations 2024-11-30 08:26:29 +01:00
ac47adcce3 Adapted elements from a different working version of the solver from Wyatt - minor changes such as replacing trapz with sum and a few others to make the versions similar.
karthik pushed to master at karthik/Calculations 2024-11-23 22:54:21 +01:00
5049970246 Solver runs till BdG equations are solved and results saved.
karthik pushed to master at karthik/Calculations 2024-11-22 18:25:49 +01:00
5b1428e91a Clean-up - only fully validated code kept and all others removed.
karthik pushed to master at karthik/Calculations 2024-11-22 16:31:54 +01:00
db398fe775 Added comments to explain the code.
karthik pushed to master at karthik/Calculations 2024-11-22 16:25:48 +01:00
988df2b5f3 Added a line to save eigen-values, vectors to a mat file.
karthik pushed to master at karthik/Calculations 2024-11-22 16:18:34 +01:00
196663e367 Added and tested 2D BdG solver - works until Matlab starts solving for the eigen-values and vectors.
karthik pushed to master at karthik/Calculations 2024-11-22 12:05:56 +01:00
fd59a6199e Manual identification of values for the different parameters to obtain states close to the expected ground states - Code around the fmincon works as expected.
karthik pushed to master at karthik/Calculations 2024-11-22 00:04:45 +01:00
a9beb317c9 Major bugfixes - fmincon still fails.
karthik pushed to master at karthik/Calculations 2024-11-20 23:25:10 +01:00
9577bafff4 Latest working version - seemingly reproduces Blair Blakie results.
karthik pushed to master at karthik/Calculations 2024-11-20 21:50:10 +01:00
61107fd043 Tweaked parameters.
karthik pushed to master at karthik/Calculations 2024-11-20 15:22:34 +01:00
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.
karthik pushed to master at karthik/Calculations 2024-11-20 15:05:56 +01:00
34a11f0c6a Cosmetic changes, minor parameter tweaks for faster convergence.
karthik pushed to master at karthik/Calculations 2024-11-20 12:12:32 +01:00
72c2b17d36 Latest working version (after minor bugfixes).
karthik pushed to master at karthik/Calculations 2024-11-20 11:57:39 +01:00
6672e4fca0 Major issue addressed - Vdk was not being recalculated during constrained optimization, this is has been rectified.
karthik pushed to master at karthik/Calculations 2024-11-20 09:49:46 +01:00
fde359df9e Debugging attempt, minor modifications to plotting routines.
karthik pushed to master at karthik/Calculations 2024-11-20 00:19:34 +01:00
b8953f79a8 Cosmetic changes, tweaks to get solver to be pushed up the queue on the cluster.
karthik pushed to master at karthik/Calculations 2024-11-20 00:02:38 +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.
karthik pushed to master at karthik/Calculations 2024-11-19 18:46:54 +01:00
37de6a6353 Cosmetic changes/additions, analysis script for variational solver, added save feature for all ells and E_vs_iter.
karthik pushed to master at karthik/Calculations 2024-11-19 16:20:39 +01:00
fb7c19791c Changed job settings for cluster.
karthik pushed to master at karthik/Calculations 2024-11-19 16:11:23 +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.