Update geometry & spin current widgets#649
Merged
Puerling merged 5 commits intospirit-code:develop-plusfrom Aug 18, 2025
Merged
Update geometry & spin current widgets#649Puerling merged 5 commits intospirit-code:develop-plusfrom
Puerling merged 5 commits intospirit-code:develop-plusfrom
Conversation
To reflect the migration of the boundary conditions to the geometry class in the core, they can now be found in the geometry widget of the QT GUI.
Same story as in the QT-GUI. The boundary conditions are now in the geometry widget.
Was previously using the deprecated LLG_{Get,Set}_STT functions
from the C API.
Migrated to LLG_{Get,Set}_Spin_Current functons.
Also changed the UI such that it now uses a Combo box to select the
model.
Parameters_LLG_Set_Spin_Current was logging "using the using the ..."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updated the QT and the DearImgui user interfaces:
Parameter_LLG_Get_STTetc.) with theParameter_LLG_Get_Spin_Currentfunctions etc. This removes the deprecation warnings, which would previously be logged.Parameter_LLG_Set_Spin_Currentfunction.