Skip to content
Snippets Groups Projects
Commit 0d871667 authored by Koerber, Lukas (FWIN-C) - 108045's avatar Koerber, Lukas (FWIN-C) - 108045
Browse files

Change default number of RF frequency points per k for absorption calculation from 2000 to 200.

parent 7eca95a1
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class ExperimentalSetup:
self.dispersion = dispersion
return dispersion
def absorption(self, auto_eigenmodes=False, fmin=0, fmax=50, Nf=2000, k = None):
def absorption(self, auto_eigenmodes=False, fmin=0, fmax=30, Nf=200, k = None):
if self.sample.mag is None:
print("Your sample does not have a magnetization field yet.")
else:
......
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