plaq.sample | R Documentation |
A time series of so-called plaquette values generated by a Markov Chain MC process using the Hybrid Monte-Carlo algorithm. Plaquettes are the smallest possible closed loops which can be build in lattice QCD in discretised Euclidean space time.
The format is: num 0.583 0.582 0.582 0.582 0.582 ...
data(plaq.sample) plot(x=c(1:length(plaq.sample)), y=plaq.sample, type="l", xlab="t", ylab="<P>")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.