com.andreimikhailov.brst

TLMTLT

object TLMTLT extends App

This verifies the following equation from arXiv:1105.2231 :
Eq. (181)
This equation holds in cohomology of QL, i.e. up to QL-exact terms

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TLMTLT
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val MLT4: Mat[ESCA[BigInt, Thetas, Bosons]]

    This is the ansatz for the gauge transformation, i.e., the equation which we are verifying holds up to QL(RHS)

  7. val MTLTnrmLT: Mat[ESCA[BigInt, Thetas, Bosons]]

    This is MTLT_tr-times-LT

  8. val QrTLTTLT: Mat[ESCA[BigInt, Thetas, Bosons]]

    This is QrLambda2Theta4

  9. val RHS: Mat[ESCA[BigInt, Thetas, Bosons]]

    This is MLTTLT

  10. val TLTTLT: Mat[ESCA[BigInt, Thetas, Bosons]]

    This is Lambda2Theta4

  11. def args: Array[String]

    Attributes
    protected
    Definition Classes
    App
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def delayedInit(body: ⇒ Unit): Unit

    Definition Classes
    App → DelayedInit
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. val executionStart: Long

    Definition Classes
    App
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def main(args: Array[String]): Unit

    Definition Classes
    App
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val zm1: Map[EBLS[BigInt, EqCoeff], ELS[BigInt, EqCoeff]]

  32. val zm2: Map[EBLS[BigInt, EqCoeff], ELS[BigInt, EqCoeff]]

  33. val zmap1: Option[Map[EBLS[BigInt, EqCoeff], ELS[BigInt, EqCoeff]]]

    Here z(1) is defined as follows:
    QrLambda2Theta4
    plus z(1) times
    MLTTLT
    equals QL of something

  34. val zmap2: Option[Map[EBLS[BigInt, EqCoeff], ELS[BigInt, EqCoeff]]]

    Here z(2) is defined as follows:
    MTLT_tr-times-LT
    plus z(2) times
    MLTTLT
    equals QL of something.

    Here z(2) is defined as follows:
    MTLT_tr-times-LT
    plus z(2) times
    MLTTLT
    equals QL of something. From arXiv:1105.2231 :
    ActingOnTheDoubleTrace

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped