DRalgo is an algorithmic implementation that constructs an effective, dimensionally reduced, high-temperature field theory for generic models. The corresponding Mathematica package automatically performs the matching to next-to-leading order. Public release of https://arxiv.org/abs/2205.08815.
To load DRalgo,
place the content of the package folder in
$UserBaseDirectory/Applications/DRalgo
and
execute the following commands:
SetDirectory[NotebookDirectory[]];
$LoadGroupMath=True;
<<DRalgo`
Alternatively place the package content into /DRalgo
and load it
within the root directory.
To create model files, DRalgo uses functions from GroupMath https://renatofonseca.net/groupmath. Since GroupMath is an external package, any use of the model-creation features in DRalgo should be accompanied by a corresponding citation of: R. M. Fonseca, GroupMath: A Mathematica package for group theory calculations, Comput. Phys. Commun. 267 (2021) 108085 [2011.01764]
Users are encouraged to make their own models available for the community. This is possible by submitting the model file via the Issue Tracker of Github. The model will then be verified and added to the model repository. When submitting a model please refer to a paper or explicitly write out the Lagrangian in an accompanying notebook.
Consult "LICENSE" for information about copying and licencing of this software. Bugs and issues can be reported via the Issue Tracker of Github.