Minor modifications to plot titles.
This commit is contained in:
parent
7f2dac17b8
commit
a472caf645
@ -62,5 +62,5 @@ function MinEnergyDataArray = analyzeGSWavefunction_optimal_system_size(folder_p
|
|||||||
ylabel(cbar1,'$E_{var}$','FontSize',16,'Rotation',270)
|
ylabel(cbar1,'$E_{var}$','FontSize',16,'Rotation',270)
|
||||||
xlabel('$L_x$','fontsize',16,'interpreter','latex');
|
xlabel('$L_x$','fontsize',16,'interpreter','latex');
|
||||||
ylabel('$L_y$','fontsize',16,'interpreter','latex');
|
ylabel('$L_y$','fontsize',16,'interpreter','latex');
|
||||||
title('Variational energy for different system sizes', 'FontSize', 16);
|
title('Minimum variational energy for different system sizes', 'FontSize', 16);
|
||||||
end
|
end
|
||||||
|
@ -37,7 +37,7 @@ for Lx = 5:1:10
|
|||||||
OptionsStruct.JobNumber = (Lx - 5) * (10 - 5 + 1) + (Ly - 4); % Unique JobNumber based on Lx and Ly
|
OptionsStruct.JobNumber = (Lx - 5) * (10 - 5 + 1) + (Ly - 4); % Unique JobNumber based on Lx and Ly
|
||||||
OptionsStruct.RunOnGPU = true;
|
OptionsStruct.RunOnGPU = true;
|
||||||
OptionsStruct.SaveData = true;
|
OptionsStruct.SaveData = true;
|
||||||
OptionsStruct.SaveDirectory = './Results/Data_TiltingOfDipoles/TransitionAngle/FindSystemSize/Hz500/';
|
OptionsStruct.SaveDirectory = './Results/Data_TiltingOfDipoles/TransitionAngle/OptimalSystemSize/Hz500/Degree';
|
||||||
|
|
||||||
options = Helper.convertstruct2cell(OptionsStruct);
|
options = Helper.convertstruct2cell(OptionsStruct);
|
||||||
clear OptionsStruct
|
clear OptionsStruct
|
||||||
|
Loading…
Reference in New Issue
Block a user