+ All Categories
Home > Documents > Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious...

Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious...

Date post: 20-Nov-2020
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
26
PMAA 2008 Neuch ˆ atel, June 22th, 2008 Chebyshev methods for the matrix exponential Konrad Waldherr Technische Universit¨ at M ¨ unchen, Germany
Transcript
Page 1: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

PMAA 2008Neuchatel, June 22th, 2008

Chebyshev methods for the matrix exponential

Konrad Waldherr

Technische Universitat Munchen, Germany

Page 2: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Overview• Gradient Flow Algorithm

• The structure of the matrices

• Methods of computing the exponential of a matrix

• Taylor series• Pade approximation• eigendecomposition• Chebyshev series expansion

• Numerical results

• accuracy• computation time• Speedup and efficiency

• Conclusions

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 2

Page 3: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Gradient Flow Algorithm

One iteration step in the Gradient Flow Algorithm• Calculate the forward-propagation for all t1, t2, ..., tk:

U(tk) = e−i∆tHk · e−i∆tHk−1 · · · e−i∆tH1

• Compute the backward-propagation for all tM, tM−1, . . . , tk

Λ∗(tk) = e−i∆tHk · e−i∆tHk+1 · · · e−i∆tHM

• Calculate the update

∂h(U(tk))∂uj

= Re{

tr[Λ∗(tk)(−iHj)U(tk)

]}

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 3

Page 4: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Numerical tasks• Computation of the matrix exponentials

Uk := e−i∆tHk

• Computation of all intermediate products

U0U1 ·U0

U2 ·U1 ·U0...

UM ·UM−1 ·UM−2 · · ·U2 ·U1 ·U0

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 4

Page 5: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Structure of the matrices H• Pauli matrices

Px =(

0 11 0

), Py =

(0 i−i 0

), Pz =

(1 00 −1

)• H = Hd + Hc, where

Hd =q−1

∑k1,k2=0

γk1,k2 I2k1 ⊗ Pz ⊗ I2k2 ⊗ Pz ⊗ I2q−k1−k2−2

Hc =q−1

∑k=0

I2k ⊗(αkPx + βkPy

)⊗ I2q−k−1

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 5

Page 6: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Properties of H• H is sparse, hermitian and persymmetric

• H has the following sparsity pattern

• Transformation to real symmetric matrix H possible:

H = VHV∗

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 6

Page 7: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Transformation of H• H can be transformed to two real blocks of half size:(

I JI −J

)· H ·

(I IJ −J

)=(

H1 00 H2

)=

• Result: 2 problems of half sizeKonrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 7

Page 8: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

The exponential of a matrix• Definition: The exponential of a matrix H ∈ Cn×n is defined by

the infinite Taylor series

eH :=∞

∑k=0

Hk

k!

• Method 1: Computation of the matrix exponential by using apartial sum of the Taylor series

eH ≈ Sm(H) :=m

∑k=0

Hk

k!

• Error Estimate:

‖ eH − Sm(H) ‖≤(‖ H ‖m+1

(m + 1)!

)(1

1− ‖ H ‖ /(m + 2)

)≤ δ

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 8

Page 9: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Properties of the matrix exponential• The functional equation ex+y = exey does in general not hold for

matrices:eA+B = eA · eB ⇐⇒ A · B = B · A

”The great matrix exponential tragedy”(Moler, van Loan, 1978)

• Trotter Product Formula:

limm→∞

(eA/meB/m

)m= eA+B

•(

eA/m)m

= eA

• Scaling & Squaring

eA =(

eA/2k)2k

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 9

Page 10: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Nineteen dubious ways

Moler, van Loan: Nineteen dubious ways to compute the exponentialof a matrix, 1978

• Series methods (Taylor, Pade)

• ODE-methods (Single step methods, Multistep methods)

• Polynomial methods(Cayley-Hamilton, Newton interpolation,...)

• Matrix decomposition methods(Eigen decomposition, Jordancanonical form, Schur)

• Splitting methods

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 10

Page 11: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Nineteen dubious ways

Moler, van Loan: Nineteen dubious ways to compute the exponentialof a matrix, 25 years later , 2003

• Series methods (Taylor, Pade)

• ODE-methods (Single step methods, Multistep methods)

• Polynomial methods(Cayley-Hamilton, Newton interpolation,...)

• Matrix decomposition methods(Eigen decomposition, Jordancanonical form, Schur)

• Splitting methods

• Krylov methods

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 11

Page 12: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Nineteen dubious ways

Moler, van Loan: Nineteen dubious ways to compute the exponentialof a matrix, 25 years later, 2003

• Series methods (Taylor, Pade)

• ODE-methods (Single step methods, Multistep methods)

• Polynomial methods(Cayley-Hamilton, Newton interpolation,...)

• Matrix decomposition methods(Eigen decomposition, Jordancanonical form, Schur)

• Splitting methods

• Krylov methodsComparison with Chebyshev series method

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 12

Page 13: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Computation of the matrix exponential:eigendecomposition

• In the case of a diagonal matrix

H = diag(d1, . . . , dn) =

d1. . .

dn

it holds

eH = diag(ed1 , . . . , edn) =

ed1

. . .edn

• If H = SDS−1 = S (diag(d1, . . . , dn)) S−1 it follows

eH = S(

diag(ed1 , . . . , edn))

S−1

• Expensive part: Computation of the eigen decomposition

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 13

Page 14: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Computation of the matrix exponential: Padeapproximation

• For x ∈ C the Pade approximation rm(x) of ex is given by

rm(x) =pm(x)qm(x)

• pm(x) =m∑

j=0

(2m−j)!m!xj

(2m)!(m−j)!j!

• qm(x) =m∑

j=0

(2m−j)!m!(−x)j

(2m)!(m−j)!j!

• Generalization to matrices:

eH ≈ rm(H) = (qm(H))−1 pm(H)

• Combination with Scaling & Squaring:

eH ≈[(

qm

(H2k

))−1pm

(H2k

)]2k

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 14

Page 15: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Computation of the matrix exponential: Padeapproximation

• Pade approximation:

eH ≈ rm(H), where qm(H)rm(H) = pm(H)

• Suppose m = 2l + 1 odd:

p2l+1(H) = b2lH2l + · · ·+ b2H2 + b0I︸ ︷︷ ︸

=:U

+ H(

b2l+1H2l + · · ·+ b3H2 + b1I)

︸ ︷︷ ︸=:V

• Because of pm(−x) = qm(x) we obtain qm(H) = U−V

• Expensive part: Linear system (U−V) · rm(H) = U + V

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 15

Page 16: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Computation of the matrix exponential:Chebyshev series expansion

• For |x| ≤ 1 we have

ex = J0(i) + 2∞

∑k=1

ik Jk(−i)Tk(x)

• Jk: Bessel function

Jk(z) =∞

∑l=0

(−1)l

22l+kl!(k + l)!z2l+k

• Tk: Chebyshev polynomial

T0(x) = 1,T1(x) = x,

Tk+1(x) = 2xTk(x)− Tk−1(x).

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 16

Page 17: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Computation of the matrix exponential:Chebyshev series expansion

• Generalization to matrices: For ‖H‖ ≤ 1

eH = J0(i)I + 2∞

∑k=1

ik Jk(−i)Tk(H)

• In the case of H with arbitrary norm:Scaling & Squaring technique:

eH ≈[

J0(i)I + 2m

∑k=1

ik Jk(−i)Tk

(H2k

)]2k

• =⇒ Only elementary matrix operations required!

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 17

Page 18: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Evaluation of the matrix polynomial• Sparse case: Tk+1(H) = 2HTk(H)− Tk−1(H)

=⇒ Only products of the form Sparse * Dense

• General (dense) case: Paterson, Stockmeyer, 1973Efficient evaluation of matrix polynomials

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 18

Page 19: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Evaluation of the matrix polynomial• Sparse case: Tk+1(H) = 2HTk(H)− Tk−1(H)

=⇒ Only products of the form Sparse * Dense• General (dense) case: Paterson, Stockmeyer, 1973

Efficient evaluation of matrix polynomials

Example:

p(A) = α6A6 + α5A5 + α4A4 + α3A3 + α2A2 + α1A + α0I

• Horner scheme requires 5 non-scalar multiplications:

(((((α6A + α5I) ·A + α4I) ·A + α3I) ·A + α2I) ·A + α1I) ·A + α0I

• Optimal method: (Only 3 matrix-matrix-products required)

A2 = A ·A, A3 = A2 ·Ap(A) = α0I + α1A + α2A2 + α3A3 + A3 · (α4A + α5A2 + α6A3)

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 19

Page 20: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Comparison of the methods: Computation time

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 20

Page 21: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Comparison of the methods: accuracy

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 21

Page 22: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Numerical results on parallel platform• System size: 2048-by-2048

• Using Intel MKL BLAS and LAPACK libraries

• Platform:

• Dual-Socket Intel Xeon• X5355 processors (Quad-Cores, 2,66 GHz and 2x4 MB

Level Cache, Core 2 Duo)• 6 GB RAM

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 22

Page 23: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Computation time on parallel architecture

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 23

Page 24: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Speedup

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 24

Page 25: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Final conclusions• Computation of the matrix exponential an intrinsically hard

problem

• Chebyshev method very efficient (accuracy and computationtime)

• Good convergence properties• Only elementary matrix operations required• Efficient evaluation of matrix polynomials possible• Good in parallel

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 25

Page 26: Technische Universitat M¨ unchen, Germany¨Technische Universit¨at Munc¨ hen Nineteen dubious ways Moler, van Loan: Nineteen dubious ways to compute the exponential of a matrix,

Technische Universitat Munchen

Joint workJoint work with

• Thomas Huckle (Computer science department, TU Munchen)

• Andreas Sporl, Thomas Schulte-Herbruggen (Chemistrydepartment, TU Munchen)

Thank you very much for your attention!

Konrad Waldherr: Chebyshev methods for the matrix exponential

PMAA 2008, Neuchatel, June 22th, 2008 26


Recommended