mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-06-30 22:09:27 +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
|
@ -9,6 +9,11 @@
|
|||
### created: Thu Jul 15 15:16:47 2021
|
||||
###
|
||||
|
||||
"""
|
||||
function randomize!(f, lp::SpaceParm, ymws::YMworkspace)
|
||||
|
||||
Given an algebra field with natural indexing, this routine sets the components to random Gaussian distributed values. If SF boundary conditions are used, the force at the boundaries is set to zero.
|
||||
"""
|
||||
function randomize!(f, lp::SpaceParm, ymws::YMworkspace)
|
||||
|
||||
if ymws.ALG == SU2alg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue