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/output/index.rst
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Depending on the settings chosen in the input file, UppASD prints out a varying
6
6
Simulation and Hamiltonian output
7
7
---------------------------------
8
8
9
-
**coord.simid.out** is written if ``do_prnstruct`` is switched on. Prints out the coordinates of each moment in the system in the format
9
+
**coord.simid.out** is written if ``do_prnstruct`` equals `1` or `2`. Prints out the coordinates of each moment in the system in the format
10
10
11
11
.. list-table::
12
12
:widths: auto
@@ -18,7 +18,7 @@ Simulation and Hamiltonian output
18
18
- :math:`y`
19
19
- :math:`z`
20
20
21
-
**struct.simid.out** is written if ``do_prnstruct`` is switched on. Prints out the neighbour coupling list for the exchange couplings of the system, including Cartesian coordinates of exchange couplings grouped into coordination shells. Handy for checking if the system is set up correctly. *Warning:* this file might be very large for a realistic system, be mindful of that.
21
+
**struct.simid.out** is written if ``do_prnstruct 1`` is switched on. Prints out the neighbour coupling list for the exchange couplings of the system, including Cartesian coordinates of exchange couplings grouped into coordination shells. Handy for checking if the system is set up correctly. *Warning:* this file might be very large for a realistic system, be mindful of that.
22
22
23
23
For scalar exchange interactions (default), the format is:
24
24
@@ -100,12 +100,10 @@ where the first three entries are the direction of the anisotropy axis.
100
100
101
101
**bqdata.simid.out** is written if the bq interaction is defined. Prints out the bq coupling for each atom.
102
102
103
-
**dmstruct.simid.out** is written if the DM interaction is defined and ``do_prnstruct`` is switched on. Prints out the coupling list for the DM vector of the system. Similar to the data presented in **struct.simid.out**.
103
+
**pddata.simid.out** is written if anisotropic exchange interaction pd interaction is defined. Prints out the effective pd couplings for each atom.
104
104
105
105
**inp.simid.out** extensive output of the values assigned to global variables after reading ``inpsd.dat`` and accompanying files.
106
106
107
-
**pddata.simid.out** is written if anisotropic exchange interaction pd interaction is defined. Prints out the effective pd couplings for each atom.
108
-
109
107
110
108
Measured observables
111
109
--------------------
@@ -467,32 +465,32 @@ where the columns represent total energy, exchange, anisotropy, DM interaction,
467
465
.. only: false
468
466
469
467
**magnon_curr.simid.out** is written if the ``do_currents`` flag is switched on. Prints out the magnon current density at each site, in the format
470
-
468
+
471
469
.. list-table::
472
470
:widths: auto
473
471
:header-rows: 0
474
472
:class: borderless centered
475
-
473
+
476
474
* - :math:`\text{step}`
477
475
- :math:`\text{site}`
478
476
- :math:`j_{m,x}`
479
477
- :math:`j_{m,y}`
480
478
- :math:`j_{m,z}`
481
479
- :math:`|\mathbf{j}_m|^2`
482
-
480
+
483
481
where :math:`\mathbf{j}_m` is the magnon current density vector.
484
-
482
+
485
483
**heat_curr.simid.out** is written if the ``do_currents`` flag is switched on. Prints out the heat current density at each site, using the same format as ``magnon_curr.simid.out``.
486
-
484
+
487
485
**heat_curr2.simid.out** is written if the ``do_currents`` flag is switched on. Prints out an alternative formulation of the heat current density at each site, using the same format as ``magnon_curr.simid.out``.
488
-
486
+
489
487
**psi_data.simid.out** is written if the ``do_currents`` flag is switched on. Prints out the complex order parameter :math:`\psi` at each site for each ensemble, in the format
0 commit comments