Skip to content

Commit a7d754d

Browse files
committed
Revised sld.rst
1 parent 11878a4 commit a7d754d

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

content/sld/DimerSLD/DimerpuSLDcoupled/inpsd.dat

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ ll ./llfile.nosym
2020
mml ./mmlfile.nosym
2121
Initlatt 3
2222

23-
do_ld Y
24-
mode R
23+
do_ld Y # Read lattice and spin-lattice Hamiltonians
24+
mode R # Perform SLD simulation
2525
Nstep 20000
2626
timestep 1e-16
2727
damping 0.00
2828
lattdamp 0.00
2929
Temp 0.00
3030

31-
do_lavrg Y
31+
do_lavrg Y # Measurement of average displacaments
3232
do_proj_lavrg Y
3333
lavrg_step 10
3434
lavrg_buff 10
3535

36-
do_ltottraj Y
36+
do_ltottraj Y # Measurements of displacments
3737
ltottraj_step 10
3838
ltottraj_buff 10
3939

@@ -62,12 +62,12 @@ do_prn_binteff Y
6262
binteff_step 10
6363
binteff_buff 10
6464

65-
ntraj 2
65+
ntraj 2 # Measurements of individual spin trajectories
6666
1 10 10
6767
2 10 10
6868

69-
lntraj 2
69+
lntraj 2 # Measurements of individual displacament trajectories
7070
1 10 10
7171
2 10 10
7272

73-
plotenergy 1
73+
plotenergy 1 # Measurement of energies

content/sld/sld.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ on one of the two atoms that are exchange coupled, given that no third site is p
6565
.. literalinclude:: DimerSLD/DimerpuSLDcoupled/mmlfile.nosym
6666

6767
* Run a simulation for the example ``DimerSLD/DimerpuSLDcoupled``. Which output files are generated?
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]_.
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]_. Use the sccript ``plotTrajDimerSLD.py``.
6969
* 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]_.
7070
* 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.
7171

7272
Exercise 2: SLD simulation for trimer
7373
-------------------------------------
7474

75-
TrimerSLD # Trimer SLD, atomic units, with different MML coupling,
76-
# either of :math:`A_{iji}` type or of :math:`A_{ijk}` type.
77-
# optional use of point group symmetries for the couplings
75+
* Run a simulation for the example ``TrimerSLD/TrimerauSLD3site``.
76+
* Modify the plot script ``plotTrajDimerSLD.py`` that was used for the dimer, so that it can be used for the trimer.
77+
* Run a simulation for the example ``TrimerSLD/TrimerauSLD3siteSym``. Compare the input files contained in ``TrimerSLD/TrimerauSLD3siteSym`` with ``TrimerSLD/TrimerauSLD3site``. How do they differ?
7878

7979
Exercise 3: Phonon and magnon spectra for bcc Fe
8080
------------------------------------------------

0 commit comments

Comments
 (0)