Skip to content

Commit

Permalink
Merge branch '1dlux_rqMC' of https://github.com/ACEsuit/ACEpsi.jl int…
Browse files Browse the repository at this point in the history
…o 1dlux_rqMC
  • Loading branch information
beaman33 committed Oct 21, 2023
2 parents 45b2316 + aa8b3d6 commit 7cf4819
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HyperDualNumbers = "50ceba7f-c3ee-5a84-a6e8-3ad40456ec97"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
Expand Down
2 changes: 1 addition & 1 deletion src/vmc/vmc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using ACEpsi
using Distributed
using ParallelDataTransfer: @getfrom
using SharedArrays
using JLD # for intermediate results
# using JLD # for intermediate results

mutable struct VMC
tol::Number
Expand Down

0 comments on commit 7cf4819

Please sign in to comment.