Skip to content

Solver for equations of motion

Patrick Kappl requested to merge PatrickKappl/openpixi_c:eom into master

I implemented a solver for the equations of motions of the E fields and the gauge links using staple sums.

Other changes:

  • Added configurations to CMakeSettings.json using the Intel C++ Compiler and removed the file from .gitignore
  • Added a constant for the number of dimensions
  • Replaced double by real_t in all files in /src/openpixi/

Merge request reports