Skip to content

Commit 6c5ac55

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 433face commit 6c5ac55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/ITensorNetworksNextTensorOperationsExt/ITensorNetworksNextTensorOperationsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ function ITensorNetworksNext.contraction_sequence(::Algorithm"optimal", tn::Vect
1313
return seq
1414
end
1515

16-
end
16+
end

src/contractnetwork.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ end
3939
function contractnetwork(tn::Union{AbstractTensorNetwork, Vector{<:AbstractArray}}; alg = default_contract_alg, kwargs...)
4040
alg == nothing && error("Must specify an algorithm to contract the network with")
4141
return contractnetwork(set_default_kwargs(Algorithm(alg; kwargs...)), tn)
42-
end
42+
end

0 commit comments

Comments
 (0)