Skip to content

Commit de261df

Browse files
committed
Formatting
1 parent c890f20 commit de261df

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/formnetworks/linearformnetwork.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ function Base.copy(lf::LinearFormNetwork)
4343
)
4444
end
4545

46-
function update(
47-
lf::LinearFormNetwork,
48-
original_ket_state_vertex,
49-
ket_state::ITensor,
50-
)
46+
function update(lf::LinearFormNetwork, original_ket_state_vertex, ket_state::ITensor)
5147
lf = copy(lf)
5248
# TODO: Maybe add a check that it really does preserve the graph.
5349
setindex_preserve_graph!(

0 commit comments

Comments
 (0)