Skip to content
Snippets Groups Projects
Commit e20572c5 authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

pipe nK to all functions properly

parent ca86a37e
No related branches found
No related tags found
1 merge request!4Interface refactoring
......@@ -31,7 +31,7 @@ class Model:
)
def mfieldFFT(self, mf_model, nK=200):
self.densityMatrix = self.makeDensityMatrix(mf_model)
self.densityMatrix = self.makeDensityMatrix(mf_model, nK=nK)
return addTb(
meanFieldFFT(self.densityMatrix, self.int_model, n=self._ndim, nK=nK),
{self._localKey: -self.EF * np.eye(self._size)},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment