You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/sld/sld.rst
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ input files need to be augmented with a number of files, namely a ``phonfile``,
7
7
and the coupling constants for a cross coupling Hamiltonian such as the third order
8
8
spin-spin-displacement Hamiltonian contained in an ``mmlfile``.
9
9
10
+
In these exercises you will explore how a spin-lattice coupled systems can be set up for
11
+
simulation with UppASD. The first two systems are a magnetic dimer and a magnetic trimer.
12
+
For these systems input files are provided in two variants, either with the full set of
13
+
interactions specified, or with only the irreducible set of interactions are specified.
14
+
In the latter case the point group operations that are activated with the ``sym`` flag
15
+
are used to work out the full set of couplings.
16
+
10
17
Exercise 1: SLD simulation of a dimer
11
18
-------------------------------------
12
19
@@ -59,18 +66,19 @@ on one of the two atoms that are exchange coupled, given that no third site is p
59
66
60
67
* Run a simulation for the example ``DimerSLD/DimerpuSLDcoupled``. Which output files are generated?
61
68
* Plot the time trajectories of the energies that are written to the file ``lattenergy.scnobase.out``. How do the energies evolve in time? Compare for Fig. 2 in [Hellsvik2019]_.
62
-
* Plot the time trajectories of spins (``moment.scnobase.out``), and displacements (``disp.scnobase.out``). How do magnetic precession frequencies evolve in time? Compare for Fig. 3 in [Hellsvik2019]_.
69
+
* Plot the time trajectories of spins (``trajectory.scnobase.001.1.out``, ``trajectory.scnobase.002.1.out``), and displacements (``disptraj.scnobase.1.1.out``, ``disptraj.scnobase.2.1.out``). How do magnetic precession frequencies evolve in time? Compare for Fig. 3 in [Hellsvik2019]_.
63
70
* Compare the input files contained in ``DimerSLD/DimerpuSLDcoupledSym`` with ``DimerSLD/DimerpuSLDcoupled``. How do they differ? Verify that the same Hamiltonians are set up within the UppASD simulation by comparing the ``struct.scnobase.out``, the ``lldata.scnobase.ou``, and the ``mmldata.scnobase.out`` files for the two different cases.
64
71
65
-
SLD simulation for trimer
66
-
-------------------------
72
+
Exercise 2: SLD simulation for trimer
73
+
-------------------------------------
67
74
68
75
TrimerSLD # Trimer SLD, atomic units, with different MML coupling,
69
76
# either of :math:`A_{iji}` type or of :math:`A_{ijk}` type.
70
77
# optional use of point group symmetries for the couplings
71
78
72
-
bcc Fe
73
-
------
79
+
Exercise 3: Phonon and magnon spectra for bcc Fe
80
+
------------------------------------------------
81
+
74
82
bccFeSLD # bcc Fe with MM, LL and MML coupling. Uses cutoff in LL interaction
0 commit comments