Skip to content
  • Alvarez, Gonzalo's avatar
    PrintHamiltonianAverage= · a1d2c640
    Alvarez, Gonzalo authored
    PrintHamiltonianAverage=predicate awesome
    
    The predicate awesome accepts two optional variables,
    s, which represents the site of the current center of
    orthogonality, and c, which is the center site of the lattice.
    To print only when at the middle of the lattice, say,
    PrintHamiltonianAverage=s==c
    To print at every center, say
    PrintHamiltonianAverage=1==1
    To never print, don't add PrintHamiltonianAverage
    a1d2c640