Some updates

This commit is contained in:
Alberto Ramos 2022-01-05 19:55:51 +01:00
parent 6f6773d2ed
commit 65a619e554
7 changed files with 191 additions and 64 deletions

View file

@ -12,7 +12,7 @@
module YM
using CUDA, Random, TimerOutputs
using CUDA, Random, TimerOutputs, BDIO
using ..Space
using ..Groups
using ..Fields
@ -147,6 +147,6 @@ include("YMsf.jl")
export sfcoupling, bndfield, setbndfield
include("YMio.jl")
export import_lex64, import_cern64
export import_lex64, import_cern64, import_bsfqcd
end