@@ -21,10 +21,10 @@ Insert Configurations:
21
21
- Domains
22
22
- Spin Spirals
23
23
24
- You may manipulate the Hamiltonian as well as simulation parameters and your
24
+ You can manipulate the Hamiltonian as well as simulation parameters and your
25
25
output file configuration.
26
26
27
- You may start and stop simulation and directly interact with a running simulation.
27
+ You can start and stop simulation and directly interact with a running simulation.
28
28
- LLG Simulation: Dynamics and Minimization
29
29
- GNEB: create transitions and calculate minimum energy paths
30
30
@@ -94,9 +94,13 @@ Select the GNEB method and the VP solver.
94
94
In order to perform a geodesic nudged elastic band (GNEB)
95
95
calculation, you need to first create a chain of spin systems,
96
96
in this context called "images".
97
- You can do this by pressing ` ctrl+c ` to "copy" the current image
98
- and then ` ctrl+rightarrow ` multiple times to insert the copy
99
- into the chain until the desired number of images is reached.
97
+ You can set the chain length directly in the field nex to the start/stop button.
98
+
99
+ You can also manipulate the chain by copying the current image using ` ctrl+c `
100
+ (on mac replace ` ctrl ` with ` cmd ` ) and then ` ctrl+rightarrow ` /` ctrl+leftarrow `
101
+ to insert the copy into the chain and ` ctrl+v ` to overwrite the current image.
102
+ See the help menu for all keybindings.
103
+
100
104
The GUI will show the length of the chain:
101
105
102
106
![ GUI controls] ( https://imgur.com/y3VhqBj.png " GUI controls ")
@@ -148,25 +152,14 @@ Key bindings
148
152
| Cycle Method | <kbd >Ctrl</kbd >+<kbd >M</kbd > |
149
153
| Cycle Solver | <kbd >Ctrl</kbd >+<kbd >S</kbd > |
150
154
151
- ### Manipulate the current images
155
+ ### Manipulate the current image
152
156
153
157
| Effect | Keystroke |
154
158
| -------------------------------------- | :---------------------------------: |
155
159
| Random configuration | <kbd >Ctrl</kbd >+<kbd >R</kbd > |
156
160
| Add tempered noise | <kbd >Ctrl</kbd >+<kbd >N</kbd > |
157
161
| Insert last used configuration | <kbd >Enter</kbd > |
158
162
159
- ### Visualisation
160
-
161
- | Effect | Keystroke |
162
- | ------------------------------------------------ | :-----------------------------------------: |
163
- | Use more/less data points of the vector field | <kbd >+/-</kbd > |
164
- | Regular Visualisation Mode | <kbd >1</kbd > |
165
- | Isosurface Visualisation Mode | <kbd >2</kbd > |
166
- | Slab (X,Y,Z) Visualisation Mode | <kbd >3</kbd > <kbd >4</kbd > <kbd >5</kbd > |
167
- | Cycle Visualisation Mode | <kbd >/</kbd > |
168
- | Move Slab | <kbd >,</kbd > / <kbd >.</kbd > ( <kbd >Shift</kbd > to go faster) |
169
-
170
163
### Manipulate the chain of images
171
164
172
165
| Effect | Keystroke |
0 commit comments