Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TetraX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Micromagnetic modeling
TetraX
Commits
0d871667
Commit
0d871667
authored
3 years ago
by
Koerber, Lukas (FWIN-C) - 108045
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/tetrax/core/experimental_setup.py
+1
-1
1 addition, 1 deletion
src/tetrax/core/experimental_setup.py
with
1 addition
and
1 deletion
src/tetrax/core/experimental_setup.py
+
1
−
1
View file @
0d871667
...
...
@@ -80,7 +80,7 @@ class ExperimentalSetup:
self
.
dispersion
=
dispersion
return
dispersion
def
absorption
(
self
,
auto_eigenmodes
=
False
,
fmin
=
0
,
fmax
=
5
0
,
Nf
=
200
0
,
k
=
None
):
def
absorption
(
self
,
auto_eigenmodes
=
False
,
fmin
=
0
,
fmax
=
3
0
,
Nf
=
200
,
k
=
None
):
if
self
.
sample
.
mag
is
None
:
print
(
"
Your sample does not have a magnetization field yet.
"
)
else
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment