Difference between revisions of "Expmint.m"
(→See also) |
|||
| Line 21: | Line 21: | ||
==See also== | ==See also== | ||
| − | [[intrep.m]], [[propagator.m]], [[average.m]] | + | [[intrep.m]], [[propagator.m]], [[average.m]], [[rotframe.m]] |
''Version 2.2, authors: [[Luke Edwards]], [[David Goodwin]], [[Ilya Kuprov]]'' | ''Version 2.2, authors: [[Luke Edwards]], [[David Goodwin]], [[Ilya Kuprov]]'' | ||
Revision as of 16:54, 27 August 2018
Computes matrix exponential integrals of the following general type:
Integrate[expm(-i*A*t)*B*expm(i*C*t),{t,0,T}]
Matrix A must be Hermitian. For further info see the paper by Charles van Loan (http://dx.doi.org/10.1109/TAC.1978.1101743).
Contents
Syntax
R=expmint(spin_system,A,B,C,T)
Arguments
A,B,C - the three matrices involved in the integral
T - integration time
Outputs
R - the resulting integral
See also
intrep.m, propagator.m, average.m, rotframe.m
Version 2.2, authors: Luke Edwards, David Goodwin, Ilya Kuprov