mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Added documentation for most modules
Only Spinors and Dirac are missing.
This commit is contained in:
parent
b4a269f9af
commit
651891f95a
16 changed files with 298 additions and 19 deletions
59
docs/src/ym.md
Normal file
59
docs/src/ym.md
Normal file
|
@ -0,0 +1,59 @@
|
|||
|
||||
# Simulating Yang-Mills on the lattice
|
||||
|
||||
```@docs
|
||||
GaugeParm
|
||||
YMworkspace
|
||||
ztwist
|
||||
```
|
||||
|
||||
## Gauge actions and forces
|
||||
|
||||
Routines to compute the gauge action.
|
||||
```@docs
|
||||
gauge_action
|
||||
```
|
||||
|
||||
Routines to compute the force derived from gauge actions.
|
||||
|
||||
```@docs
|
||||
force_gauge
|
||||
```
|
||||
|
||||
### Force field refresh
|
||||
|
||||
Algebra fields with **natural indexing** can be randomized.
|
||||
```@docs
|
||||
randomize!
|
||||
```
|
||||
|
||||
|
||||
## Basic observables
|
||||
|
||||
Some basic observable.
|
||||
```@docs
|
||||
plaquette
|
||||
```
|
||||
|
||||
## HMC simulations
|
||||
|
||||
### Integrating the EOM
|
||||
|
||||
```@docs
|
||||
IntrScheme
|
||||
leapfrog
|
||||
omf2
|
||||
omf4
|
||||
MD!
|
||||
```
|
||||
|
||||
### HMC algorithm
|
||||
|
||||
```@docs
|
||||
hamiltonian
|
||||
HMC!
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue