Renamed file to compute DDI potential in k-space with cutoff.
This commit is contained in:
parent
d7aae28cb2
commit
6c9a2b363d
@ -9,7 +9,7 @@ function [psi,V,VDk] = initialize(this,Params,Transf,TransfRad)
|
|||||||
VDk = load(sprintf(strcat(this.SaveDirectory, '/VDk_M.mat')));
|
VDk = load(sprintf(strcat(this.SaveDirectory, '/VDk_M.mat')));
|
||||||
VDk = VDk.VDk;
|
VDk = VDk.VDk;
|
||||||
else
|
else
|
||||||
VDk = this.Calculator.calculateVDCutoff(Params,Transf,TransfRad);
|
VDk = this.Calculator.calculateVDkWithCutoff(Params,Transf,TransfRad);
|
||||||
save(sprintf(strcat(this.SaveDirectory, '/VDk_M.mat')),'VDk');
|
save(sprintf(strcat(this.SaveDirectory, '/VDk_M.mat')),'VDk');
|
||||||
end
|
end
|
||||||
fprintf('Computed and saved DDI potential in Fourier space with %s cutoff.\n', this.Calculator.CutoffType)
|
fprintf('Computed and saved DDI potential in Fourier space with %s cutoff.\n', this.Calculator.CutoffType)
|
||||||
|
Loading…
Reference in New Issue
Block a user