mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 11:43:42 +02:00
14 lines
167 B
Markdown
14 lines
167 B
Markdown
|
|
# Input/Output
|
|
|
|
## Configurations
|
|
|
|
Routines to read/write and import gauge configurations.
|
|
```@docs
|
|
read_cnfg
|
|
save_cnfg
|
|
import_bsfqcd
|
|
import_lex64
|
|
import_cern64
|
|
```
|
|
|