Skip to content

Commit

Permalink
small bug fix in lqcd.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
cometscome committed Sep 30, 2024
1 parent 578d2ea commit ee9e725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LatticeQCD"
uuid = "8a12f9b3-8daf-4285-9aa6-f1d88d857ae8"
authors = ["Akio Tomiya", "Yuki Nagai"]
version = "1.0.8"
version = "1.0.9"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
3 changes: 2 additions & 1 deletion src/system/lqcd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Gaugefields:
save_binarydata,
save_textdata,
saveU
using QCDMeasurements
#import ..AbstractMeasurement_module:Measurement_methods,
#calc_measurement_values,measure,Plaquette_measurement,get_temporary_gaugefields
import QCDMeasurements: measure, Plaquette_measurement#, get_temporary_gaugefields
Expand Down Expand Up @@ -156,7 +157,7 @@ function run_LQCD_file(filenamein::String; MPIparallel=false)
println_verbose_level1(univ, "Total Elapsed time $(runtime_all) [s]")


temps = get_temporary_gaugefields(plaq_m)
temps = QCDMeasurements.get_temporary_gaugefields(plaq_m)
plaq = real(calculate_Plaquette(univ.U, temps[1], temps[2]) * plaq_m.factor)
return plaq

Expand Down

0 comments on commit ee9e725

Please sign in to comment.