Skip to content

A set of routines for 2D multigrid. Depends on quantum-linalg.

License

Notifications You must be signed in to change notification settings

weinbe2/quantum-mg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quantum-mg

A set of routines for 2D multigrid. Depends on quantum-linalg.

The lattice layout is an even-odd spatial partitioning (all even then all odd). The file lattice/lattice.h gives a lot of functions that convert between indexing and coordinates. We define conversion functions for various lattice types, with the tensor ordering from outermost to innermost:

  • LatticeComplex "volume", (eo, y, x)
  • LatticeColorVector "size_cv", (eo, y, x, c)
  • LatticeColorMatrix "size_cm", (eo, y, x, c1, c2) [c1 row, c2 column]
  • LatticeGauge "size_gauge", (mu, eo, y, x, c1, c2) [mu: +x, +y]
  • LatticeHopping "size_hopping", (mu, eo, y, x, c1, c2) [mu: +x, +y, -x, -y]
  • LatticeCorner "size_corner", (munu, eo, y, x, c1, c2) [munu: +x+y, -x+y, -x-y, +x-y]

About

A set of routines for 2D multigrid. Depends on quantum-linalg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published