Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tobias WEBER
Takin MnSi module
Commits
298a1eeb
Verified
Commit
298a1eeb
authored
Jul 29, 2020
by
Tobias WEBER
Browse files
moved description comments to header
parent
faaff0f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/tlibs2-mag/mag.h
View file @
298a1eeb
...
@@ -3,7 +3,11 @@
...
@@ -3,7 +3,11 @@
* @author Tobias Weber <tweber@ill.fr>
* @author Tobias Weber <tweber@ill.fr>
* @date 30-may-2020
* @date 30-may-2020
* @license GPLv2 or GPLv3, see 'LICENSE' file
* @license GPLv2 or GPLv3, see 'LICENSE' file
* @desc tlibs forked on 7-Nov-2018 from the privately developed "tlibs" project (https://github.com/t-weber/tlibs).
* @desc based on the mathematical formalism of the skyrmion and helimagnon models by M. Garst and J. Waizner, 2016-2020, references:
* - https://doi.org/10.1088/1361-6463/aa7573
* - https://doi.org/10.1038/nmat4223 (supplement)
* - https://kups.ub.uni-koeln.de/7937/
* @desc forked on 7-Nov-2018 from my privately developed "tlibs" project (https://github.com/t-weber/tlibs).
*/
*/
#ifndef __TLIBS2_PHYS_MAG__
#ifndef __TLIBS2_PHYS_MAG__
...
@@ -39,10 +43,6 @@ namespace tl2 {
...
@@ -39,10 +43,6 @@ namespace tl2 {
/**
/**
* Calculates energies and dynamical structure factors from Landau-Lifshitz (M x) and fluctuation matrices.
* Calculates energies and dynamical structure factors from Landau-Lifshitz (M x) and fluctuation matrices.
* Uses the mathematical formalism by M. Garst et al., references:
* - https://doi.org/10.1088/1361-6463/aa7573
* - https://doi.org/10.1038/nmat4223 (supplement)
* - https://kups.ub.uni-koeln.de/7937/
*/
*/
template
<
class
t_mat_cplx
,
class
t_vec_cplx
,
class
t_cplx
,
class
t_real
>
template
<
class
t_mat_cplx
,
class
t_vec_cplx
,
class
t_cplx
,
class
t_real
>
std
::
tuple
<
std
::
vector
<
t_cplx
>
,
std
::
vector
<
t_vec_cplx
>
,
std
::
vector
<
t_mat_cplx
>>
std
::
tuple
<
std
::
vector
<
t_cplx
>
,
std
::
vector
<
t_vec_cplx
>
,
std
::
vector
<
t_mat_cplx
>>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment