Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Nov 7, 2023
1 parent e5128cc commit 59cad45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDTensors/test/ITensors/TestITensorDMRG/TestITensorDMRG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cuda_sites = Dict([(2, cpu_2_cut), (8, cpu_8_cut)])
ref = Dict([(NDTensors.cpu, cpu_sites), (NDTensors.cu, cpu_sites)])

function get_ref_value(device, sites, cutoff, noise, elt)
return sites == 2 ? elt(-2.0) : -10.124637222357;
return sites == 2 ? elt(-2.0) : -10.124637222357
#return ref[device][sites][cutoff][noise][elt]
end

Expand Down

0 comments on commit 59cad45

Please sign in to comment.