Skip to content

Software that allows to solve construction equations that determine the Langrangian of (so far linearized) physical theories

Notifications You must be signed in to change notification settings

florianwolz/construct

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Construct

Software that allows to solve construction equations that determine the Langrangian of (so far linearized) physical theories.

Features

  • Interactive console
  • Generate tensors build from the totally antisymmetric tensor and a background metric
  • Apply symmetries to tensors
  • Determine the linear independent terms
  • Simplify terms

Example

lambda = Arbitrary({\alpha \beta \gamma \delta})
#=> e_1 * \gamma_{\alpha\beta}\gamma_{\gamma\delta}  +
    e_2 * \gamma_{\alpha\gamma}\gamma_{\beta\delta}  +
    e_3 * \gamma_{\alpha\delta}\gamma_{\beta\gamma}
Symmetrize(lambda, {\alpha \beta}, {\gamma \delta})
# => e_1 * \gamma_{\alpha\beta}\gamma_{\gamma\delta}  +
     (e_2 + e3) * (\gamma_{\alpha\gamma}\gamma_{\beta\delta} + \gamma_{\beta\gamma}\gamma_{\alpha\delta})
RedefineVariables(lambda)
# => e_1 * \gamma_{\alpha\beta}\gamma_{\gamma\delta}  +
     e2 * (\gamma_{\alpha\gamma}\gamma_{\beta\delta} + \gamma_{\beta\gamma}\gamma_{\alpha\delta})

Disclaimer

(c) 2016 Constructive Gravity Group Erlangen

For private and educational use only.

About

Software that allows to solve construction equations that determine the Langrangian of (so far linearized) physical theories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • Other 1.1%