Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • ALF ALF
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 85
    • Issues 85
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ALFALF
  • ALFALF
  • Merge requests
  • !106

Resolve "Include MSCBDECOMP + higher order checkerboard"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Florian Goth requested to merge 175-mscbdecomp into master Jan 06, 2021
  • Overview 3
  • Commits 157
  • Pipelines 74
  • Changes 36

Closes #175 . This now has the basic functionality that I wanted to implement:

  • Automatic Decomposition
  • A selection of approximations to the exact exponential.

To that end a new section in the parameter file has been added.(See Scripts_and_parameters) possible values for method:

  • 0: Disable it
  • 1: S_1 1 Euler Approximation
  • 2: S_1 2 Strang splitting
  • 3: SE_2 2 splitting by Blanes et al. (2014)
  • 4: S_3 4 splitting by Neri(1987), Forest(1990), Yoshida(1990)
  • 5: S_6 4 splitting by Blanes et al. (2002)

The Euler Approximation tends to be unstable(Hubbard, N=4 -> N=6 -> N=8), the others always worked.

unimplemented things:

  • projector matrix P assumes P(i) == i -> ignored

General assumptions:

  • Op_T constitutes a hermitian matrix. By this Op_T%g has to be real.
Edited Dec 03, 2021 by Florian Goth
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 175-mscbdecomp